Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Remove unused import
· 07e031fe
Marlene Böhmer
authored
Nov 12, 2019
07e031fe
Update lib, log_gen_script
· 2e236817
Marlene Böhmer
authored
Nov 12, 2019
2e236817
Show whitespace changes
Inline
Side-by-side
crazyflie-lib-python
@
a6b4841c
Compare
c21aebea
...
a6b4841c
Subproject commit
c21aebea8c8b219d4772872be628e9066f3800b0
Subproject commit
a6b4841c401952bdd2776ebfbb0e7a019f528c8a
salt/drone/scripts/bridge.py
View file @
2e236817
...
...
@@ -3,7 +3,6 @@
import
sys
import
threading
import
signal
import
time
import
cflib.crtp
as
crtp
from
cflib.crtp.crtpstack
import
CRTPPacket
,
CRTPPort
...
...
salt/drone/scripts/log_gen_flightscript.py
View file @
2e236817
...
...
@@ -31,7 +31,7 @@ if __name__ == '__main__':
cflib
.
crtp
.
init_drivers
(
enable_debug_driver
=
False
)
with
SyncCrazyflie
(
URI
)
as
scf
:
time
.
sleep
(
1
)
time
.
sleep
(
2
)
with
MotionCommander
(
scf
)
as
mc
:
print
(
'
Taking off!
'
)
time
.
sleep
(
0.5
)
...
...