AutoAPMS
Resilient Robot Mission Management
|
Client for sending requests to the PX4 autopilot using the VehicleCommand
topic.
More...
#include <auto_apms_px4/vehicle_command_client.hpp>
Public Member Functions | |
bool | startMission () const |
(Re)starts the uploaded mission plan. | |
Client for sending requests to the PX4 autopilot using the VehicleCommand
topic.
Definition at line 33 of file vehicle_command_client.hpp.
bool startMission | ( | ) | const |
(Re)starts the uploaded mission plan.
If you want to resume a mission, use syncActivateFlightMode(FlightMode::Mission) instead.
Definition at line 125 of file vehicle_command_client.cpp.