Skip to content

Commit c7f03d6

Browse files
authored
Merge pull request #665 from bitcraze/tobba/arming
Added arming fuctionality and emergency button
2 parents ffb0572 + 1d4b3e1 commit c7f03d6

30 files changed

+512
-212
lines changed

docs/images/cf_client_1.png

-12.6 KB
Loading
-179 KB
Loading

docs/images/cfclient_flightab.png

-35.1 KB
Loading

docs/images/cfclient_lh_main.png

15.5 KB
Loading
-201 KB
Loading

docs/images/cfclient_param.png

-89.6 KB
Loading

docs/images/cfclient_ploter.png

-153 KB
Loading
-222 KB
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Console Tab
33
page_id: console_tab
4+
sort_order: 2
45
---
56

67
The console tab will show printouts from the Crazyflie firmware as it\'s
78
running.
89

9-
![cfclient console](/docs/images/cfclient_console_marked.png){:align-center
10-
width="700"}
10+
![cfclient console](/docs/images/cfclient_console_marked.png)
1111

1212
1. Console output from the Crazyflie

docs/userguides/userguide_client/flightcontrol_tab.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Flightcontrol Tab
33
page_id: flightcontrol_tab
4+
sort_order: 1
45
---
56

67
The normal view used when flying is the one seen below.
78

8-
![cfclient flighttab](/docs/images/cfclient_flightab.png){:align-center}
9+
![cfclient flighttab](/docs/images/cfclient_flightab.png)
910

1011
1. Flight mode selector (Normal and Advanced)
1112
* *Normal:* Recommended for beginners
@@ -34,3 +35,4 @@ The normal view used when flying is the one seen below.
3435
8. Motor output on the Crazyflie
3536
9. Horizon indicator
3637
10. Command based flight control, allow controlled flight if, and only if, a positioning deck such as the [Flow deck](https://store.bitcraze.io/collections/decks/products/flow-deck-v2), the [Loco deck](https://store.bitcraze.io/collections/decks/products/loco-positioning-deck) or the [Lighthouse deck](https://store.bitcraze.io/collections/decks/products/lighthouse-positioning-deck) is present.
38+
11. Arming/disarming button. Pressing this will send a arming or disarming event to the Crazyflie which will arm or disarm the system if this is possible. This button can also say "Auto arming" which indicates the crazyflie is configured to arm the system automatically if system checks have passed. More info in [crazyflie firmware arming documentation](https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/supervisor/arming/).

0 commit comments

Comments
 (0)