rursprung / fhgr-mrproj2

A ROS 1 based tank with a LIDAR.
GNU General Public License v3.0
2 stars 2 forks source link

HW launch: use `lidar_1` as `frame_id` #59

Closed rursprung closed 1 year ago

rursprung commented 1 year ago

by default the rplidar.launch sets the frame_id to laser, which is different from what we've set in our model and what we use in our configuration. accordingly, the mapping algorithm so far failed to properly handle the laser scan messages.

as rplidar.launch doesn't expose this as an argument i instead just copied over the whole node launch code and adjusted this one line.