mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 16:10:12 +08:00
add support for unmanned underwater vehicles (#14079)
* add support for unmanned underwater vehicles: * airframe uuv_generic + uuv_hippocammpus including mav_type = 12 for submarines * mixer for UUVs with X-shaped thruster setup similar to quadcopter * add module uuv_att_control for underwater robot attitude control * add rc.uuv_defaults/apps for autostarting e.g. ekf2 and uuv_att_control app
This commit is contained in:
@@ -48,6 +48,8 @@ px4_add_board(
|
||||
temperature_compensation
|
||||
vmount
|
||||
vtol_att_control
|
||||
uuv_att_control
|
||||
|
||||
SYSTEMCMDS
|
||||
#config
|
||||
#dumpfile
|
||||
|
||||
Reference in New Issue
Block a user