@@ -95,19 +95,19 @@ controller_server:
9595 general_goal_checker :
9696 stateful : True
9797 plugin : " nav2_controller::SimpleGoalChecker"
98- xy_goal_tolerance : 0.25
99- yaw_goal_tolerance : 0.25
98+ xy_goal_tolerance : 0.4
99+ yaw_goal_tolerance : 0.2
100100 # DWB parameters
101101 FollowPath :
102102 plugin : " dwb_core::DWBLocalPlanner"
103103 debug_trajectory_details : True
104104 min_vel_x : 0.0
105105 min_vel_y : 0.0
106- max_vel_x : 3 .0 # changed
107- max_vel_y : 0 .0
108- max_vel_theta : 3.0 # changed
106+ max_vel_x : 2 .0 # changed
107+ max_vel_y : -1 .0
108+ max_vel_theta : 1.0
109109 min_speed_xy : 0.0
110- max_speed_xy : 3.0 # changed
110+ max_speed_xy : 3.0
111111 min_speed_theta : 0.0
112112 # Add high threshold velocity for turtlebot 3 issue.
113113 # https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/75
@@ -124,7 +124,7 @@ controller_server:
124124 linear_granularity : 0.05
125125 angular_granularity : 0.025
126126 transform_tolerance : 0.2
127- xy_goal_tolerance : 0.3 # changed
127+ xy_goal_tolerance : 0.4
128128 trans_stopped_velocity : 0.25
129129 short_circuit_trajectory_evaluation : True
130130 stateful : True
@@ -151,12 +151,12 @@ local_costmap:
151151 width : 5
152152 height : 5
153153 resolution : 0.05
154- footprint : " [[-0.25 , -0.15 ], [-0.25 , 0.15 ], [0.25 , 0.15 ], [0.25 , -0.15 ]]"
154+ footprint : " [[-0.30 , -0.20 ], [-0.30 , 0.20 ], [0.30 , 0.20 ], [0.30 , -0.20 ]]"
155155 plugins : ["voxel_layer", "inflation_layer"]
156156 inflation_layer :
157157 plugin : " nav2_costmap_2d::InflationLayer"
158- cost_scaling_factor : 1 .5
159- inflation_radius : 0.35
158+ cost_scaling_factor : 3 .5
159+ inflation_radius : 0.60
160160 voxel_layer :
161161 plugin : " nav2_costmap_2d::VoxelLayer"
162162 enabled : True
@@ -190,7 +190,7 @@ global_costmap:
190190 publish_frequency : 2.0
191191 global_frame : map
192192 robot_base_frame : base_link
193- footprint : " [[-0.25 , -0.15 ], [-0.25 , 0.15 ], [0.25 , 0.15 ], [0.25 , -0.15 ]]"
193+ footprint : " [[-0.30 , -0.20 ], [-0.30 , 0.20 ], [0.30 , 0.20 ], [0.30 , -0.20 ]]"
194194 width : 100
195195 height : 100
196196 resolution : 0.05
@@ -215,8 +215,8 @@ global_costmap:
215215 map_subscribe_transient_local : True
216216 inflation_layer :
217217 plugin : " nav2_costmap_2d::InflationLayer"
218- cost_scaling_factor : 1 .5
219- inflation_radius : 0.35
218+ cost_scaling_factor : 3 .5
219+ inflation_radius : 0.60
220220 always_send_full_costmap : True
221221
222222# The yaml_filename does not need to be specified since it going to be set by defaults in launch.
@@ -298,8 +298,8 @@ velocity_smoother:
298298 smoothing_frequency : 20.0
299299 scale_velocities : False
300300 feedback : " OPEN_LOOP"
301- max_velocity : [0.5, 0.0, 1.0 ]
302- min_velocity : [-0.5, 0.0, -1.0 ]
301+ max_velocity : [0.5, 0.0, 1.5 ]
302+ min_velocity : [-0.5, 0.0, -1.5 ]
303303 max_accel : [1.5, 0.0, 2.0]
304304 max_decel : [-1.5, 0.0, -2.0]
305305 odom_topic : " odom"
0 commit comments