You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
float find_median(int index, std::vector<float>& laser_scans_dist_in, int radius = 2); // find the median between laser_scans_dist_in[index-radius] and laser_scans_dist_in[index+radius]