mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
5d6bed2814
these are needed for the latest PX4Firmware build
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
int32 x = 123
|
|
int32 y = 234
|
|
int32 z = 345
|
|
float32 a= 1.0
|
|
float32 b= 2.0
|
|
float32 pi = 3.14159
|