mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_SITL: add calibration model
This commit is contained in:
parent
9fa85d9bcf
commit
8c4c9ccfa6
@ -25,6 +25,7 @@
|
||||
#include <SITL/SIM_Tracker.h>
|
||||
#include <SITL/SIM_Balloon.h>
|
||||
#include <SITL/SIM_FlightAxis.h>
|
||||
#include <SITL/SIM_Calibration.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
@ -86,6 +87,7 @@ static const struct {
|
||||
{ "tracker", Tracker::create },
|
||||
{ "balloon", Balloon::create },
|
||||
{ "plane", Plane::create },
|
||||
{ "calibration", Calibration::create },
|
||||
};
|
||||
|
||||
void SITL_State::_parse_command_line(int argc, char * const argv[])
|
||||
|
Loading…
Reference in New Issue
Block a user