12 lines
188 B
Plaintext
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
|