mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_SITL: Add support for Sub
This commit is contained in:
parent
613bc46592
commit
e7caf05238
@ -26,6 +26,7 @@
|
|||||||
#include <SITL/SIM_FlightAxis.h>
|
#include <SITL/SIM_FlightAxis.h>
|
||||||
#include <SITL/SIM_Calibration.h>
|
#include <SITL/SIM_Calibration.h>
|
||||||
#include <SITL/SIM_XPlane.h>
|
#include <SITL/SIM_XPlane.h>
|
||||||
|
#include <SITL/SIM_Submarine.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
@ -91,6 +92,7 @@ static const struct {
|
|||||||
{ "balloon", Balloon::create },
|
{ "balloon", Balloon::create },
|
||||||
{ "plane", Plane::create },
|
{ "plane", Plane::create },
|
||||||
{ "calibration", Calibration::create },
|
{ "calibration", Calibration::create },
|
||||||
|
{ "vectored", Submarine::create },
|
||||||
};
|
};
|
||||||
|
|
||||||
void SITL_State::_set_signal_handlers(void) const
|
void SITL_State::_set_signal_handlers(void) const
|
||||||
|
Loading…
Reference in New Issue
Block a user