Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bely2803 committed Aug 26, 2024
1 parent b1375fe commit f7236ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/laser_filters/angular_bounds_filter_in_place.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ namespace laser_filters
return false;
}

//toggle to use NaN for filtering scans; defaults to false for backward compatibility.
//https://github.com/ros-perception/laser_filters/pull/202
replace_with_nan_ = false;
getParam("replace_with_nan", replace_with_nan_);

Expand Down

0 comments on commit f7236ba

Please sign in to comment.