@ -15,3 +15,5 @@ uint16 min_distance # Minimum distance the sensor can measure in centimeters.
@@ -15,3 +15,5 @@ uint16 min_distance # Minimum distance the sensor can measure in centimeters.
uint16 max_distance # Maximum distance the sensor can measure in centimeters.
float32 angle_offset # Relative angle offset of the 0-index element in the distances array. Value of 0 corresponds to forward. Positive values are offsets to the right.
uORB::SubscriptionData<obstacle_distance_s>_sub_obstacle_distance{ORB_ID(obstacle_distance)};/**< obstacle distances received form a range sensor */
uORB::Subscription_sub_distance_sensor[ORB_MULTI_MAX_INSTANCES]{{ORB_ID(distance_sensor),0},{ORB_ID(distance_sensor),1},{ORB_ID(distance_sensor),2},{ORB_ID(distance_sensor),3}};/**< distance data received from onboard rangefinders */