Skip to content

Commit

Permalink
Add description about normalized thrust
Browse files Browse the repository at this point in the history
This commit was added to address the review comments
  • Loading branch information
Jaeyoung-Lim authored and LorenzMeier committed Mar 24, 2021
1 parent b329f42 commit d6a676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4967,7 +4967,7 @@
<field type="float" name="body_yaw_rate" units="rad/s">Body yaw rate</field>
<field type="float" name="thrust">Collective thrust, normalized to 0 .. 1 (-1 .. 1 for vehicles capable of reverse trust)</field>
<extensions/>
<field type="float[3]" name="thrust_body">3D thrust setpoint in the body NED frame</field>
<field type="float[3]" name="thrust_body">3D thrust setpoint in the body NED frame, normalized to -1 .. 1</field>
</message>
<message id="83" name="ATTITUDE_TARGET">
<description>Reports the current commanded attitude of the vehicle as specified by the autopilot. This should match the commands sent in a SET_ATTITUDE_TARGET message if the vehicle is being controlled this way.</description>
Expand Down

0 comments on commit d6a676f

Please sign in to comment.