Skip to content

Commit

Permalink
Update beta.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan authored Oct 7, 2023
1 parent 59d13ae commit 3634125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gym_pybullet_drones/examples/beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
Setup
-----
Step 1: Clone betaflight:
Step 1: Clone and open betaflight's source:
$ git clone https://github.com/betaflight/betaflight
$ cd betaflight/
$ cd betaflight/
$ code ./src/main/main.c
Step 2: Comment out line `delayMicroseconds_real(50); // max rate 20kHz`
(https://github.com/betaflight/betaflight/blob/master/src/main/main.c#L52)
Expand Down

0 comments on commit 3634125

Please sign in to comment.