File tree Expand file tree Collapse file tree
_docs/tutorials/demos/crazyflie_demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ source install/local_setup.bash
6262
6363``` bash
6464# Create specific Crazyflie freertos workspace
65- ros2 run micro_ros_setup create_firmware_ws.sh freertos crazyflie
65+ ros2 run micro_ros_setup create_firmware_ws.sh freertos crazyflie21
6666
6767# Set the application configuration
6868ros2 run micro_ros_setup configure_firmware.sh crazyflie_position_publisher
@@ -106,8 +106,9 @@ Now your drone is flashed and ready with micro-ROS. Disconnect the USB cable and
106106
107107The first step is to set-up your PC, to do so, you need to follow the next steps:
108108``` bash
109- # Download the micro-ROS_crazyflie_demo
109+ # Download the micro-ROS_crazyflie_demo and go inside the folder
110110git clone https://github.com/micro-ROS/micro-ROS_crazyflie_demo
111+ cd micro-ROS_crazyflie_demo
111112
112113# Install docker compose
113114sudo apt-get install docker-compose
You can’t perform that action at this time.
0 commit comments