We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311c140 commit 716e1d9Copy full SHA for 716e1d9
cflib/crazyflie/commander.py
@@ -89,7 +89,7 @@ def send_setpoint(self, roll, pitch, yawrate, thrust):
89
def send_notify_setpoint_stop(self, remain_valid_milliseconds=0):
90
"""
91
Sends a packet so that the priority of the current setpoint to the lowest non-disabled value,
92
- so any new setpoint regardless of source will overwrite it.
+ so any new setpoint regardless of source will overwrite it.
93
94
pk = CRTPPacket()
95
pk.port = CRTPPort.COMMANDER_GENERIC
0 commit comments