mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
common.xml: fix minor description typos (#2410)
This commit is contained in:
@@ -5982,7 +5982,7 @@
|
||||
<field type="float" name="body_roll_rate" units="rad/s">Body roll rate</field>
|
||||
<field type="float" name="body_pitch_rate" units="rad/s">Body pitch rate</field>
|
||||
<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>
|
||||
<field type="float" name="thrust">Collective thrust, normalized to 0 .. 1 (-1 .. 1 for vehicles capable of reverse thrust)</field>
|
||||
<extensions/>
|
||||
<field type="float[3]" name="thrust_body">3D thrust setpoint in the body NED frame, normalized to -1 .. 1</field>
|
||||
</message>
|
||||
@@ -5994,7 +5994,7 @@
|
||||
<field type="float" name="body_roll_rate" units="rad/s">Body roll rate</field>
|
||||
<field type="float" name="body_pitch_rate" units="rad/s">Body pitch rate</field>
|
||||
<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>
|
||||
<field type="float" name="thrust">Collective thrust, normalized to 0 .. 1 (-1 .. 1 for vehicles capable of reverse thrust)</field>
|
||||
</message>
|
||||
<message id="84" name="SET_POSITION_TARGET_LOCAL_NED">
|
||||
<description>Sets a desired vehicle position in a local north-east-down coordinate frame. Used by an external controller to command the vehicle (manual controller or other system).</description>
|
||||
|
||||
Reference in New Issue
Block a user