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
With R2300 4-layer and active "apply_correction", malloc() errors occur if the original LaserScan data contains NaN or Inf values. These can occur since #18 which was fixed only a few weeks before.
To Reproduce
Prepare R2300 at 10.0.10.76 and start driver with /tmp/params.yaml as below
The code doing the "correction" of points from LaserScan into PointCloud incorrectly does not skip points where range is NaN or Inf (see comments in #23 for details).
With R2300 4-layer and active "apply_correction",
malloc()
errors occur if the original LaserScan data contains NaN or Inf values. These can occur since #18 which was fixed only a few weeks before.To Reproduce
Prepare R2300 at 10.0.10.76 and start driver with
/tmp/params.yaml
as belowSymptoms
As soon as the driver receives scan data from sensor containing invalid values, a
malloc()
error like this will occur:Experienced with ROS Humble.
The text was updated successfully, but these errors were encountered: