mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
autopilot_tester: don't poll mission progress
Instead use subscription here as well in order not to miss an update.
This commit is contained in:
@@ -129,6 +129,7 @@ private:
|
||||
void start_and_wait_for_first_mission_item();
|
||||
void wait_for_flight_mode(Telemetry::FlightMode flight_mode, std::chrono::seconds timeout);
|
||||
void wait_for_landed_state(Telemetry::LandedState landed_state, std::chrono::seconds timeout);
|
||||
void wait_for_mission_finished(std::chrono::seconds timeout);
|
||||
|
||||
std::chrono::milliseconds adjust_to_lockstep_speed(std::chrono::milliseconds duration_ms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user