ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

fromcaolei's profile - activity

2015-10-07 22:29:10 -0500 commented answer I use gmapping and the rplidar to build the map, but there is a problem.

RPLidar bag I use is 17c7bd5f7085c26868de72597d1d35a5e0414612 MD5,TF is set to be correct,it may be the range of the laser is too small,thank you for your answer.

2015-10-06 12:32:28 -0500 received badge  Famous Question (source)
2015-08-21 04:58:57 -0500 received badge  Notable Question (source)
2015-08-21 02:51:18 -0500 commented question I use gmapping and the rplidar to build the map, but there is a problem.

如果不是边做建图边导航的话,建议使用hector_slam

2015-08-21 00:09:56 -0500 received badge  Popular Question (source)
2015-08-20 20:19:14 -0500 asked a question I use gmapping and the rplidar to build the map, but there is a problem.

Hello all,

The constructed map is prone to distortion, just like this: https://plus.google.com/1101846192220...

and

https://plus.google.com/u/0/110184619...

There are a lot of strange points, and the part of my launch looks like this:

<node pkg="gmapping" type="slam_gmapping" name="slam_gmapping" output="screen">
 <param name="map_update_interval" value="5.0"/>
 <param name="maxUrange" value="5.0"/>
 <param name="maxRange" value="5.0"/>
 <param name="sigma" value="0.05"/>
 <param name="kernelSize" value="1"/>
 <param name="lstep" value="0.05"/>
 <param name="astep" value="0.05"/>
 <param name="iterations" value="5"/>
 <param name="lsigma" value="0.075"/>
 <param name="ogain" value="3.0"/>
 <param name="lskip" value="0"/>
 <param name="srr" value="0.1"/>
 <param name="srt" value="0.2"/>
 <param name="str" value="0.1"/>
 <param name="stt" value="0.2"/>
 <param name="linearUpdate" value="1.0"/>
 <param name="angularUpdate" value="0.5"/>
 <param name="temporalUpdate" value="3.0"/>
 <param name="resampleThreshold" value="0.5"/>
 <param name="particles" value="30"/>

 <param name="xmin" value="-50.0"/>
 <param name="ymin" value="-50.0"/>
 <param name="xmax" value="50.0"/>
 <param name="ymax" value="50.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"/>
 <!--param name="minimumScore" value="50"/-->
</node>

Thank you for your consideration.

2015-08-18 21:58:34 -0500 received badge  Supporter (source)
2015-08-18 01:31:08 -0500 received badge  Enthusiast