Skip to content

Commit

Permalink
HOME_POSITION - quaternion can have an invalid value (#1843)
Browse files Browse the repository at this point in the history
* HOME_POSITION - quaternion can have an invalid value
  • Loading branch information
hamishwillee committed May 25, 2023
1 parent 1c9949e commit 6c261d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6545,7 +6545,11 @@
<field type="float" name="x" units="m">Local X position of this position in the local coordinate frame (NED)</field>
<field type="float" name="y" units="m">Local Y position of this position in the local coordinate frame (NED)</field>
<field type="float" name="z" units="m">Local Z position of this position in the local coordinate frame (NED: positive "down")</field>
<field type="float[4]" name="q">World to surface normal and heading transformation of the takeoff position. Used to indicate the heading and slope of the ground</field>
<field type="float[4]" name="q" invalid="[NaN]">
Quaternion indicating world-to-surface-normal and heading transformation of the takeoff position.
Used to indicate the heading and slope of the ground.
All fields should be set to NaN if an accurate quaternion for both heading and surface slope cannot be supplied.
</field>
<field type="float" name="approach_x" units="m">Local X position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.</field>
<field type="float" name="approach_y" units="m">Local Y position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.</field>
<field type="float" name="approach_z" units="m">Local Z position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.</field>
Expand Down

0 comments on commit 6c261d9

Please sign in to comment.