Implement an set_armed
service in drone_control
#8
Labels
medium
This issue is middle of the pack, not super hard but also not a breeze
Depends on #7
Create a ROS service in common_srvs to arm a drone.
There should be 2 functions, one for setting the armed to either true or false, then a callback called arm that accepts a value to either arm or disarm. The service should accept a CommonBool or something to that effect. true for arm, false for disarm.
Return a true or false for successfully armed/disarmed or failed to execute.
Test this through
rosservice call
The text was updated successfully, but these errors were encountered: