Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an set_armed service in drone_control #8

Open
AlexanderWangY opened this issue Feb 18, 2025 · 0 comments
Open

Implement an set_armed service in drone_control #8

AlexanderWangY opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels
medium This issue is middle of the pack, not super hard but also not a breeze

Comments

@AlexanderWangY
Copy link
Collaborator

AlexanderWangY commented Feb 18, 2025

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

@AlexanderWangY AlexanderWangY added the medium This issue is middle of the pack, not super hard but also not a breeze label Feb 18, 2025
@AlexanderWangY AlexanderWangY changed the title Implement an arming service in drone_control Implement an set_armed service in drone_control Feb 18, 2025
@AlexanderWangY AlexanderWangY self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium This issue is middle of the pack, not super hard but also not a breeze
Projects
None yet
Development

No branches or pull requests

1 participant