mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
Add Generic 4 Legged Quadruped Rover (#2274)
* Add Generic 4 Legged Quadruped Rover * change name to MAV_TYPE_GROUND_QUADRUPED * Update message_definitions/v1.0/minimal.xml --------- Co-authored-by: Devin Barillari <devibari@gmail.com> Co-authored-by: Devin Barillari <barillari_devin@bah.com> Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
@@ -209,6 +209,9 @@
|
||||
<entry value="45" name="MAV_TYPE_SPACECRAFT_ORBITER">
|
||||
<description>Orbiter spacecraft. Includes satellites orbiting terrestrial and extra-terrestrial bodies. Follows NASA Spacecraft Classification.</description>
|
||||
</entry>
|
||||
<entry value="46" name="MAV_TYPE_GROUND_QUADRUPED">
|
||||
<description>A generic four-legged ground vehicle (e.g., a robot dog).</description>
|
||||
</entry>
|
||||
</enum>
|
||||
<enum name="MAV_MODE_FLAG" bitmask="true">
|
||||
<description>These flags encode the MAV mode.</description>
|
||||
|
||||
Reference in New Issue
Block a user