Laser Assembler with Hokuyo Utm-30lx
Hi, I have successfully run the laser_assembler tutorial at: http://www.ros.org/wiki/laser_assembl... The tutorial uses a bag file containing the laser data. How can I change the parameters of this tutorial to work with real time hokuyo laser topic that is being published?
Changing parameters in the launch file below does not seem to help.
<launch> <node type="laser_scan_assembler" pkg="laser_assembler" name="my_assembler"> <remap from="scan" to="tilt_scan"/> </node> </launch>
Could you forward that bag file to me if you still have it? Apparently, it has been removed from the tutorial.