mirror of https://github.com/ArduPilot/ardupilot
Autotest: add setpoint_target test for copter
This commit is contained in:
parent
67533c3284
commit
824b9c1dc9
|
@ -5760,6 +5760,15 @@ class AutoTestCopter(AutoTest):
|
||||||
("BaroWindCorrection",
|
("BaroWindCorrection",
|
||||||
"Test wind estimation and baro position error compensation",
|
"Test wind estimation and baro position error compensation",
|
||||||
self.fly_wind_baro_compensation),
|
self.fly_wind_baro_compensation),
|
||||||
|
|
||||||
|
("SetpointGlobalPos",
|
||||||
|
"Test setpoint global position",
|
||||||
|
lambda: self.test_set_position_global_int()),
|
||||||
|
|
||||||
|
("SetpointGlobalVel",
|
||||||
|
"Test setpoint global velocity",
|
||||||
|
lambda: self.test_set_velocity_global_int()),
|
||||||
|
|
||||||
])
|
])
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue