Skip to content

Commit

Permalink
Add IDLE and WARMING_UP generator status flags
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Jul 17, 2020
1 parent 70a188e commit bff7958
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,12 @@
<entry value="1048576" name="MAV_GENERATOR_STATUS_FLAG_MAINTENANCE_REQUIRED">
<description>Generator requires maintenance.</description>
</entry>
<entry value="2097152" name="MAV_GENERATOR_STATUS_FLAG_WARMING_UP">
<description>Generator is not ready to generate yet.</description>
</entry>
<entry value="4194304" name="MAV_GENERATOR_STATUS_FLAG_IDLE">
<description>Generator is idle.</description>
</entry>
</enum>
<enum name="MAV_VTOL_STATE">
<description>Enumeration of VTOL states</description>
Expand Down

0 comments on commit bff7958

Please sign in to comment.