Commit 87e3b578 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/db34fb499a3b5ea87351550d7d8f86da1ea5aa1e
parent a4e2e6a6
......@@ -915,8 +915,8 @@ typedef enum MAV_COLLISION_ACTION
{
MAV_COLLISION_ACTION_NONE=0, /* Ignore any potential collisions | */
MAV_COLLISION_ACTION_REPORT=1, /* Report potential collision | */
MAV_COLLISION_ACTION_ASCEND_OR_DESCEND=2, /* Ascend or Descend to avoid thread | */
MAV_COLLISION_ACTION_MOVE_HORIZONTALLY=3, /* Ascend or Descend to avoid thread | */
MAV_COLLISION_ACTION_ASCEND_OR_DESCEND=2, /* Ascend or Descend to avoid threat | */
MAV_COLLISION_ACTION_MOVE_HORIZONTALLY=3, /* Move horizontally to avoid threat | */
MAV_COLLISION_ACTION_MOVE_PERPENDICULAR=4, /* Aircraft to move perpendicular to the collision's velocity vector | */
MAV_COLLISION_ACTION_RTL=5, /* Aircraft to fly directly back to its launch point | */
MAV_COLLISION_ACTION_HOVER=6, /* Aircraft to stop in place | */
......
......@@ -2317,10 +2317,10 @@
<description>Report potential collision</description>
</entry>
<entry value="2" name="MAV_COLLISION_ACTION_ASCEND_OR_DESCEND">
<description>Ascend or Descend to avoid thread</description>
<description>Ascend or Descend to avoid threat</description>
</entry>
<entry value="3" name="MAV_COLLISION_ACTION_MOVE_HORIZONTALLY">
<description>Ascend or Descend to avoid thread</description>
<description>Move horizontally to avoid threat</description>
</entry>
<entry value="4" name="MAV_COLLISION_ACTION_MOVE_PERPENDICULAR">
<description>Aircraft to move perpendicular to the collision's velocity vector</description>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment