mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: Change to MAV_TYPE_SUBMARINE for GCS plugin
This commit is contained in:
parent
c082bd3c33
commit
ca1ac03ecf
@ -96,7 +96,7 @@ NOINLINE void Sub::send_heartbeat(mavlink_channel_t chan)
|
||||
#elif (FRAME_CONFIG == COAX_FRAME) //because mavlink did not define a singlecopter, we use a rocket
|
||||
MAV_TYPE_ROCKET,
|
||||
#elif (FRAME_CONFIG == BLUEROV_FRAME || FRAME_CONFIG == VECTORED_FRAME || FRAME_CONFIG == VECTORED6DOF_FRAME)
|
||||
MAV_TYPE_HEXAROTOR,
|
||||
MAV_TYPE_SUBMARINE,
|
||||
#else
|
||||
#error Unrecognised frame type
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user