Hi Tim, This is the launch file we use on our handheld mapping system. It starts the Hokuyo node only if the REALROBOT environment variable is set. You might want to have a look at 'mapping_default' launch file in the 'hector_mapping' package. This launches just the mapping node and nothing else. There's only 2 things important about the source of laser scans (be it a Hokuyo LIDAR, log files or anything else): -It has to publish on the "scan" topic (or this has to be remapped). -There has to be a transformation between the scan's frame_id and the base_frame. The perhaps most simple solution is to the the base_frame to be the same as the laser scanner frame_id. I'm currently working on a short "How to use hector_mapping on your own platform" tutorial, but that might take a few days due to other commitments. regards, Stefan 2011/9/28 Tim Coddington : > Stefan, > >   Nice work! > > What does it take to convert the hector_slam demo to run with the > hokuyo_node? > > I've cut/pasted my attempt to modify the mapping_box.launch file below, > which is the only one starting up Hokuyo, but no point cloud appears.  I > suspect that one of the required initial transforms is not being > published.  Can you help?   Thanks > > > > >   >     output="screen"> >       >       >     >   > >   output="screen"> >     >     >     > >     >     >     > >     >     >     >     >     > >     >     >     >     >     > >     >     > >     >     name="map_nav_broadcaster" args="0 0 0 0 0 0 map nav 100"/> > >      args="-d $(find hector_slam_launch)/rviz_cfg/mapping_demo.vcg"/> > >   > >   > > > > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users >