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
Not sure if it was the same problem I was having (I'm in a ROS2 fork) but in my case it was not working because there was a difference in the expected size of the ranges[] vector between ira_laser_tools and slam_toolbox.
My workaround was simply adding 1 to the calculated ranges_size in this line, from:
uint32_t ranges_size = std::ceil((output->angle_max - output->angle_min) / output->angle_increment);
to
Steps to reproduce issue
Behavior
Additional information
The text was updated successfully, but these errors were encountered: