Files
5g_drone_ROS2/src/drone_services/srv/SetAttitude.srv
2023-05-03 14:58:00 +02:00

10 lines
123 B
Plaintext

#all angles are in degrees
float32 yaw
float32 pitch
float32 roll
#thrust between -1 and 1
float32 thrust
---
int8 status