10 lines
124 B
Plaintext
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
|