Make a map using Hokuyo UST -10LX
Hello, I am trying to build a map using Hokuyo, i use robot Pioneer 3dx, gmapping, move_base and rviz . When i choose /scan of Hokuyo instead of chossing /pioneer/laser/scan in Laser Sensor in Rviz. There is error with laser, and i can not make a map.
I follow the tutorial such as: http://wiki.ros.org/gmapping, http://wiki.ros.org/navigation. It dose not work.
<?xml version="1.0" ?>
<param name="delta" value="0.05"/>
<param name="llsamplerange" value="0.01"/>
<param name="llsamplestep" value="0.01"/>
<param name="lasamplerange" value="0.005"/>
<param name="lasamplestep" value="0.005"/>
<remap from="scan" to="$(arg scan_topic)"/>
<!--- appel du AMCL -->
Please show me how can i build a map!
Asked by ThiemPHAM on 2016-12-05 09:54:12 UTC
Comments