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
When using the LaserScanBoxFilter, we don't have a choice on the replacement of the values inside the filtered box. With this type of filter, the values are replaced by NaN. For my application, I would like to be able to have them replaced by something else.
This can already be done for other filters such as the LaserScanRangeFilter with the upper/lower_replacement_value.
So is there a way we could be able to have the choice of the replacement value for the LaserScanBoxFilter filter too?
(I am using ROS2 Galactic)
The text was updated successfully, but these errors were encountered:
When using the LaserScanBoxFilter, we don't have a choice on the replacement of the values inside the filtered box. With this type of filter, the values are replaced by NaN. For my application, I would like to be able to have them replaced by something else.
This can already be done for other filters such as the LaserScanRangeFilter with the upper/lower_replacement_value.
So is there a way we could be able to have the choice of the replacement value for the LaserScanBoxFilter filter too?
(I am using ROS2 Galactic)
The text was updated successfully, but these errors were encountered: