Udacity RoboND Localization Project - Wisnu Mulya
Udacity RoboND Localization Project - Wisnu Mulya
Abstract—This paper examines the implementation of AMCL and move base ROS packages and the parameters tuning of them to
navigate to a goal position. Two simulated robots are being the subjects of this paper: one whose properties are specified by Udacity
and one that is made personally by the author. The results show that with certain parameter values, both robots could navigate into the
goal position with the specified goal’s XY and yaw tolerance of 3%.
3.1.3 Parameters
3.1 Benchmark Model The parameters of the packages are elaborated in Table 2.
Property Value
AMCL
Odom Model Type diff-corrected
Minimum Particles 20
Maximum Particles 100
Transform Tolerance 0.3
Laser Model Type likelihood field
laser z hit 0.95
laser z rand 0.05
Odom alpha1 0.001
Odom alpha2 0.001
Odom alpha3 0.001
Odom alpha4 0.001
move base
Controller Frequency 5.0
Maximum X Velocity 1.0
Yaw Goal Tolerance 0.04
XY Goal Tolerance 0.03 (a) udacity-bot at goal
Sim Time 4.0
Meter Scoring True
Path Distance Scale 2.0
Obstacle Range 2.5
Ray Trace Range 3.5
Transform Tolerance 0.3
Robot Radius 0.2
Inflation Radius 1.75
Global & Local Update Frequency 5.0
Global & Local Publish Frequency 5.0
Global & Local Resolution 0.02
Global Width & Height 5.0
Local Width & Height 1.0
Udacity-bot Custom-bot
Convergence Time (second) 409 278
Navigation Time (second) 895 810 (b) udacity-bot at goal no base