Skip to content

Commit 82b0fda

Browse files
authored
fixes
1 parent 70397ba commit 82b0fda

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ cd gym-pybullet-drones/
6666
pytest tests/
6767
```
6868

69-
### utiasDSL `pycffirmware` Python Bindings example (multiplatform, single-drone)
70-
71-
Install [`pycffirmware`](https://github.com/utiasDSL/pycffirmware?tab=readme-ov-file#installation) for Ubuntu, macOS, or Windows
72-
73-
```sh
74-
cd gym_pybullet_drones/examples/
75-
python3 cff-dsl.py
76-
```
77-
7869
### Betaflight SITL example (Ubuntu only)
7970

8071
```sh
@@ -95,6 +86,15 @@ cd gym_pybullet_drones/examples/
9586
python3 beta.py --num_drones 1 # check the steps in the file's docstrings to use multiple drones
9687
```
9788

89+
### utiasDSL `pycffirmware` Python Bindings example (multiplatform, single-drone)
90+
91+
First, install [`pycffirmware`](https://github.com/utiasDSL/pycffirmware?tab=readme-ov-file#installation) for Ubuntu, macOS, or Windows, then
92+
93+
```sh
94+
cd gym_pybullet_drones/examples/
95+
python3 cf.py
96+
```
97+
9898
## Citation
9999

100100
If you wish, please cite our [IROS 2021 paper](https://arxiv.org/abs/2103.02142) ([and original codebase](https://github.com/utiasDSL/gym-pybullet-drones/tree/paper)) as

0 commit comments

Comments
 (0)