Skip to content

Commit

Permalink
Update cflib/crazyflie/commander.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed May 7, 2024
1 parent 06de96e commit 2d3422e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cflib/crazyflie/commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def send_setpoint(self, roll, pitch, yawrate, thrust):
Send a new control setpoint for roll/pitch/yaw_Rate/thrust to the copter.
The meaning of these values is depended on the mode of the RPYT commander in the firmware.
The roll, pitch and yaw can be set in a rate or absolute mode with parameter group `flightmode` with variables `stabModeRoll`, `.stabModeRoll` and `.stabModeRoll`.
The roll, pitch and yaw can be set in a rate or absolute mode with parameter group
`flightmode` with variables `stabModeRoll`, `.stabModeRoll` and `.stabModeRoll`.
Default settings are roll, pitch, yawrate and thrust
roll, pitch are in degrees,
Expand Down

0 comments on commit 2d3422e

Please sign in to comment.