MCPcopy Create free account
hub / github.com/bitcraze/crazyflie-lib-python / simple_sequence

Function simple_sequence

examples/position_commander_demo.py:69–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68
69def simple_sequence():
70 with SyncCrazyflie(uri, cf=Crazyflie(rw_cache='./cache')) as scf:
71 with PositionHlCommander(scf) as pc:
72 pc.forward(1.0)
73 pc.left(1.0)
74 pc.back(1.0)
75 pc.go_to(0.0, 0.0, 1.0)
76
77
78if __name__ == '__main__':

Callers 1

Calls 7

SyncCrazyflieClass · 0.90
CrazyflieClass · 0.90
PositionHlCommanderClass · 0.90
forwardMethod · 0.45
leftMethod · 0.45
backMethod · 0.45
go_toMethod · 0.45

Tested by

no test coverage detected