Ardupilot2/Tools/ros2/ardupilot_msgs/srv/ArmMotors.srv
arshPratap e0f5e30985 Tools: add custom ROS 2 messages and service interfaces
- Moved from https://github.com/arshPratap/ardupilot_ros2.
- Document interface.

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
2023-07-19 16:36:28 +09:00

9 lines
174 B
Plaintext

# This service requests the vehicle to arm or disarm its motors.
# Set true to arm motors, false to disarm motors.
bool arm
---
# True if the vehicle is armed.
bool result