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.
16 linhas
252 B
Plaintext
16 linhas
252 B
Plaintext
Header header
|
|
float64 drone_time
|
|
uint16 tag
|
|
uint16 size
|
|
uint32 nb_detected
|
|
uint32[] type
|
|
uint32[] xc
|
|
uint32[] yc
|
|
uint32[] width
|
|
uint32[] height
|
|
uint32[] dist
|
|
float32[] orientation_angle
|
|
matrix33[] rotation
|
|
vector31[] translation
|
|
uint32[] camera_source
|