Skip to content

Commit a701692

Browse files
committed
Betaflight page and setup guide added
1 parent abe0ea9 commit a701692

21 files changed

+302
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.. _aerial_platform_betaflight:
2+
3+
==================
4+
Betaflight
5+
==================
6+
7+
.. contents:: Table of Contents
8+
:depth: 3
9+
:local:
10+
11+
12+
13+
------------
14+
Introduction
15+
------------
16+
17+
All information about the Betaflight FCU and firmware can be found `here <https://betaflight.com/docs/wiki>`_.
18+
19+
.. figure:: resources/drone.png
20+
:scale: 50
21+
:class: with-shadow
22+
23+
24+
25+
.. _aerial_platform_px4_installation:
26+
27+
------------
28+
Installation
29+
------------
30+
31+
There is a :ref:`Betaflight Installation and Setup Guide <aerial_platform_betaflight_setup>` with the specific configuration used to fly drones with Aerostack2 for this controller, but feel free to explore the
32+
`Betaflight official Setup guides <https://betaflight.com/docs/wiki/getting-started/setup-guide>`_.
33+
34+
35+
.. _aerial_platform_betaflight_as2_common_interface:
36+
37+
---------------------------
38+
Aerostack2 Common Interface
39+
---------------------------
40+
41+
For more details about platform control modes and sensors, see :ref:`Aerostack2 Aerial Platform Concepts <as2_concepts_aerial_platform>`.
42+
43+
44+
45+
.. _aerial_platform_px4_as2_common_interface_control_modes:
46+
47+
Control Modes
48+
=============
49+
50+
These are supported control modes:
51+
52+
.. list-table:: Control Modes Betaflight Platform
53+
:widths: 50 50 50
54+
:header-rows: 1
55+
56+
* - Control Mode
57+
- Yaw Mode
58+
- Reference Frame
59+
* - Hover
60+
- None
61+
- None
62+
* - Acro
63+
- None
64+
- None
65+
66+
67+
68+
.. _aerial_platform_betaflight_as2_common_interface_sensors:
69+
70+
Sensors
71+
=======
72+
73+
These are supported sensors:
74+
75+
.. list-table:: Sensors Pixhawk Platform
76+
:widths: 50 50 50
77+
:header-rows: 1
78+
79+
* - Sensor
80+
- Topic
81+
- Type
82+
* - Odometry
83+
- sensor_measurements/odom
84+
- nav_msgs/Odometry
85+
* - IMU
86+
- sensor_measurements/imu
87+
- sensor_msgs/Imu
88+
* - Battery
89+
- sensor_measurements/battery
90+
- sensor_msgs/BatteryState
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)