mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavsdk_tests: add missing unit
This commit is contained in:
parent
a5d1ce91e4
commit
fb5b05ec39
@ -40,7 +40,7 @@ public:
|
||||
void prepare_square_mission(MissionOptions mission_options);
|
||||
void execute_mission();
|
||||
void execute_rtl();
|
||||
void offboard_goto(const Offboard::PositionNEDYaw& target, float acceptance_radius = 0.3f,
|
||||
void offboard_goto(const Offboard::PositionNEDYaw& target, float acceptance_radius_m = 0.3f,
|
||||
std::chrono::seconds timeout_duration = std::chrono::seconds(60));
|
||||
void offboard_land();
|
||||
void request_ground_truth();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user