Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1516

[Kinetic] mapping is inaccurate

$
0
0
Hi all I created my own launch file for gmapping however the map generated in RVIZ is really inaccurate compared to the Gazebo world. Is there any solution to this? My robot's speed was at 10 on the keyboard teleop and rotation was done in slow movements. My launch file codes are as follows: File: my_gmapping_launch.launch File: gmapping_params.yaml base_frame: base_footprint odom_frame: odom map_update_interval: 5.0 maxUrange: 6.0 maxRange: 8.0 minimumScore: 200 linearUpdate: 0.1 angularUpdate: 0.1 temporalUpdate: -1.0 resampleThreshold: 0.5 particles: 80 lskip: 10 xmin: -10 ymin: -10 xmax: 10 ymax: 10 delta: 0.05 llsamplerange: 0.01 llsamplestep: 0.01 lasamplerange: 0.005 lasamplestep: 0.005 RVIZ mapping result and RVIZ settings - ![image description](/upfiles/15353791842296108.png) ![image description](/upfiles/1535379221992880.png) ![image description](/upfiles/15353792612760691.png) Gazebo world - ![image description](/upfiles/15353793486531562.png) After creating my map I'll be running my amcl launch file to localize my robot in the map.

Viewing all articles
Browse latest Browse all 1516

Trending Articles