Files
5g_drone_ROS2/src/drone_services/srv/SetAttitude.srv
2023-05-12 12:52:33 +02:00

10 lines
124 B
Plaintext

#all angles are in degrees
float32 yaw
float32 pitch
float32 roll
#thrust between -1 and 1
float32 thrust
---
bool success