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 @@ -75,7 +75,7 @@ This setup uses the following hardware:
7575[ Install Micro XCRE-DDS] ( https://micro-xrce-dds.readthedocs.io/en/latest/installation.html ) . Recommended procedure:
7676
7777``` bash
78- git clone https://github.com/eProsima/Micro-XRCE-DDS.git
78+ git clone https://github.com/eProsima/Micro-XRCE-DDS.git -b v1.1.0
7979cd Micro-XRCE-DDS
8080mkdir build && cd build
8181cmake ..
@@ -127,7 +127,7 @@ sudo apt install gcc-arm-embedded dfu-util
127127Download and build the ** Crazyflie 2.1** firmware repository:
128128``` bash
129129mkdir crazyflie_firmware
130- git clone https://github.com/eProsima/crazyflie-firmware -b cf_micro-xrce-dds
130+ git clone https://github.com/eProsima/crazyflie-firmware -b crazyflie_demo
131131cd crazyflie_firmware
132132git submodule init
133133git submodule update
You can’t perform that action at this time.
0 commit comments