Open osrf-migration opened 11 years ago
Original comment by François-Michel De Rainville (Bitbucket: fmder).
The fix seems to make the shape of the MultiRange in the gazebo client is really weird.
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
On hold until after June
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Original report (archived issue) by François-Michel De Rainville (Bitbucket: fmder).
When using a large min value in a ray sensor we can easily see in ROS RViz that the ranges reported are wrong. The min distance seems to be added twice in the MultiRangeShape, once in the Update function with the shortened fullRange and once in the GetRange function with the addition of GetMinRange.
Removing the addition of GetMinRange() from the MultiRangeShape::GetRange function seems to solves the problem. The visualization in RViz report aligned hits compared to a depth camera.
Related to issue #503