![]() |
AutoAPMS
Streamlining behaviors in ROS 2
|
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 127 of file vehicle_command_client.cpp.