Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ardupilot/indication/20007.NotifyState.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ uint8 VEHICLE_STATE_IS_LANDING = 22
uint8 VEHICLE_STATE_IS_TAKING_OFF = 23


# beware that the auxiliary data indicated by
# ARDUPILOT_INDICATION_NOTIFYSTATE_VEHICLE_YAW_EARTH_CENTIDEGREES
# is strange; it's number of degrees *counter-clockwise* from North:
uint8 VEHICLE_YAW_EARTH_CENTIDEGREES = 0

# set the type of aux data to be sent
Expand Down