You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guides/sbs_motion_commander.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ Since this tutorial won't be a table top tutorial like last time, but an actual
55
55
We want to know if the deck is correctly attached before flying, therefore we will add a callback for the `"deck.bcFlow2"` parameter. Add the following line after the `...SyncCrazyflie(...)` in `__main__`
56
56
```python
57
57
with SyncCrazyflie(URI, cf=Crazyflie(rw_cache='./cache')) as scf:
0 commit comments