Converting laser_scan_matcher demo to use hokuyo node input
Hi, I have a hokuyo Lidar compatible with hokuyo_node package and can run it fine. And, I've also run the default laser_scan_matcher demo executed from roslaunch.
My goal is to see the same demo but using live laser scan messages. I'm new to ROS so I'm sure I'm missing something.
I've taken the default demo.launch file and cut out the rosbag part and started a hokuyo_node instead, but I don't appear to see anything the rvis. I've used rxgraph to compare the to and the only piece I don't understand is the purpose and necessity of the "clock" topic from rosbag to laser_scan_matcher. It's not mentioned in the scarce documentation.
Would someone please offer direction on how to substitude the laser scans from rosbag to a hokuyo_node.
Thanks
Hi, I also have the same question, have you solved it yet?