Skip to content

Commit eaa3943

Browse files
author
jfm92
committed
Added new config image
1 parent 8523390 commit eaa3943

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

76.2 KB
Loading

_docs/tutorials/demos/crazyflie_demo/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ redirect_from:
55
- /crazyflie_demo/
66
---
77

8-
This demo is a proof concept, which aims to demonstrate the versatility of the Micro-ROS project to be adapted to an already exciting product, with constrain memory size and respecting the original firmware. On this demonstration, we're going to work with the [Crazyflie 2.1 Drone](https://www.bitcraze.io/products/crazyflie-2-1/). This is a tiny and open-source drone which has the next characteristics:
8+
| RTOS | Board Compatible | ROS2 Version |
9+
|:--------:|------------------|:------------:|
10+
| freeRTOS | Crazyflie 2.1 | Dashing |
11+
12+
This demo is a proof of concept, which aims to demonstrate the versatility of the Micro-ROS project to be adapted to an already exciting product, with constrain memory size and respecting the original firmware. On this demonstration, we're going to work with the [Crazyflie 2.1 Drone](https://www.bitcraze.io/products/crazyflie-2-1/). This is a tiny and open-source drone which has the next characteristics:
913
- STM32F405 (Cortex-M4, 168MHz, 192kb SRAM, 1Mb flash)
1014
- Radio and power management by nRF51822 MCU (Up to 1 Km of range)
1115
- BMI088 IMU
@@ -139,10 +143,9 @@ Finally, you need to do the next steps:
139143
- Finally, push the button ``connect``
140144

141145
The part of the menu that you need to manipulate is highlighted on the next image:
146+
![](images/cfclient_config.png)
142147

143-
144-
Now everything is ready and the Crazyflie Client should return the telemetry data and the RVIZ should start to show drone trajectory like on the bottom image:
145-
<!--- Add Image with drone working properly-->
148+
Now everything is ready and the Crazyflie Client should return the telemetry data and the RVIZ should start to show drone trajectory.
146149

147150
Finally, if you want to close these utilities, you need to execute the next command:
148151
```bash

0 commit comments

Comments
 (0)