ca5fadf778
We now have the ability to access any of the navdata structs which are sent back by the drone. Still to do is to enable/disable the drone sending based on whether we're interested in receiving the message.
30 linhas
508 B
Plaintext
30 linhas
508 B
Plaintext
Header header
|
|
float64 drone_time
|
|
uint16 tag
|
|
uint16 size
|
|
uint8 motor1
|
|
uint8 motor2
|
|
uint8 motor3
|
|
uint8 motor4
|
|
uint8 sat_motor1
|
|
uint8 sat_motor2
|
|
uint8 sat_motor3
|
|
uint8 sat_motor4
|
|
float32 gaz_feed_forward
|
|
float32 gaz_altitude
|
|
float32 altitude_integral
|
|
float32 vz_ref
|
|
int32 u_pitch
|
|
int32 u_roll
|
|
int32 u_yaw
|
|
float32 yaw_u_I
|
|
int32 u_pitch_planif
|
|
int32 u_roll_planif
|
|
int32 u_yaw_planif
|
|
float32 u_gaz_planif
|
|
uint16 current_motor1
|
|
uint16 current_motor2
|
|
uint16 current_motor3
|
|
uint16 current_motor4
|
|
float32 altitude_der
|