Skip to content

Implement an set_armed service in drone_control #8

@AlexanderWangY

Description

@AlexanderWangY

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

Metadata

Metadata

Labels

mediumThis issue is middle of the pack, not super hard but also not a breeze

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions