# UWB report message contains the grid information measured by an ultra-wideband positioning system,# such as Pozyx or NXP Rddrone.uint64 timestamp # time since system start (microseconds)uint16 initator_time # time to synchronize clocks (microseconds)uint8 num_anchors # Number of anchorsfloat64[4] target_gps # GPS position of target of the UWB system (Lat / Lon / Alt / Yaw Offset to true North)# Grid position information# Position in x,y,z in (x,y,z in centimeters NED)# staring with POI and Anchor 0 up to Anchor 11int16[3] target_pos # Point of Interest, mostly landing Target x,y,zint16[3] anchor_pos_0int16[3] anchor_pos_1int16[3] anchor_pos_2int16[3] anchor_pos_3int16[3] anchor_pos_4int16[3] anchor_pos_5int16[3] anchor_pos_6int16[3] anchor_pos_7int16[3] anchor_pos_8int16[3] anchor_pos_9int16[3] anchor_pos_10int16[3] anchor_pos_11