Files
5g_drone_ROS2/src/drone_services/srv/SetAttitude.srv
2023-05-12 13:56:49 +02:00

12 lines
188 B
Plaintext

#service to set attitude setpoints for manual attitude control
#all angles are in degrees
float32 yaw
float32 pitch
float32 roll
#thrust between -1 and 1
float32 thrust
---
bool success