0x0407 - SetGlobalVector
Description
This message is used to set the driving vector based on the global coordinate system. Field #2 sets the desired speed of the platform. The desired heading angle is set in field #4 and is defined in a right hand sense about the Z axis of the global coordinate system (the Z axis points downward) where North is defined as zero degrees. Field #3 sets the desired Altitude in accordance with the WGS 84 standard. The desired roll angle is set in field #5 and is also defined in a right hand sense about the X axis of the global coordinate system. The desired pitch angle is set in field #6 in a right hand sense about the Y axis.
Structure
SetGlobalVector GlobalVectorRec
GlobalVectorRec
Type: Record
Field # | Field Name | Type | Units | Optional | Interpretation |
---|---|---|---|---|---|
1 | PresenceVector | uint8 | |||
2 | Speed | false | |||
3 | Altitude | uint32 | meter | true | |
4 | Heading | uint16 | radian | true | |
5 | Roll | uint16 | radian | true | |
6 | Pitch | uint16 | radian | true |