-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update message definitions Wed Aug 14 09:53:01 UTC 2024
- Loading branch information
1 parent
4f2c530
commit be147f8
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Current status of a Navigator mode | ||
# The possible values of nav_state are defined in the VehicleStatus msg. | ||
uint64 timestamp # time since system start (microseconds) | ||
|
||
uint8 nav_state # Source mode (values in VehicleStatus) | ||
uint8 failure # Navigator failure enum | ||
|
||
uint8 FAILURE_NONE = 0 | ||
uint8 FAILURE_HAGL = 1 # Target altitude exceeds maximum height above ground |