Skip to content

Commit 5f632dd

Browse files
author
jfm92
committed
Fix mistake on commands
1 parent 3d931bf commit 5f632dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • _docs/tutorials/demos/crazyflie_demo

_docs/tutorials/demos/crazyflie_demo/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6868
ros2 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

107107
The 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
110110
git clone https://github.com/micro-ROS/micro-ROS_crazyflie_demo
111+
cd micro-ROS_crazyflie_demo
111112

112113
# Install docker compose
113114
sudo apt-get install docker-compose

0 commit comments

Comments
 (0)