Skip to content

Commit f90654e

Browse files
authored
#96: Correct documentation on send_position_setpoint()
1 parent 43e7a5f commit f90654e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cflib/crazyflie/commander.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def send_position_setpoint(self, x, y, z, yaw):
134134
Control mode where the position is sent as absolute x,y,z coordinate in
135135
meter and the yaw is the absolute orientation.
136136
137-
x and y are in m/s
138-
yaw is in degrees/s
137+
x and y are in m
138+
yaw is in degrees
139139
"""
140140
pk = CRTPPacket()
141141
pk.port = CRTPPort.COMMANDER_GENERIC

0 commit comments

Comments
 (0)