ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You could:

  • Modify the rp lidar driver to round in the way you'd like
  • Create a laser filter to round the values
  • Create a node between the rp lidar node and rtab-map to round the values and publish /scan_rounded
  • Modify rtab map itself

Many options :-)