Skip to content
Snippets Groups Projects
Commit 7210ee12 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

The DWA local planner has changed the name of some of the configuration parameters.

parent bff24ce9
No related branches found
No related tags found
1 merge request!1Melodic migration
...@@ -3,19 +3,19 @@ latch_xy_goal_tolerance: true ...@@ -3,19 +3,19 @@ latch_xy_goal_tolerance: true
DWAPlannerROS: DWAPlannerROS:
# robot configuration parameters # robot configuration parameters
max_trans_vel: 0.5 max_vel_trans: 0.5
min_trans_vel: 0.1 min_vel_trans: 0.1
max_vel_x: 0.5 max_vel_x: 0.5
min_vel_x: 0.0 min_vel_x: 0.0
max_vel_y: 0.0 max_vel_y: 0.0
min_vel_y: 0.0 min_vel_y: 0.0
max_rot_vel: 2.0 max_vel_theta: 2.0
min_rot_vel: 0.1 min_vel_theta: 0.1
acc_lim_theta: 5.0 acc_lim_theta: 5.0
acc_lim_x: 1.0 acc_lim_x: 1.0
acc_lim_y: 0.0 acc_lim_y: 0.0
acc_limit_trans: 1.0 acc_lim_trans: 1.0
rot_stopped_vel: 0.1 theta_stopped_vel: 0.1
trans_stopped_vel: 0.1 trans_stopped_vel: 0.1
# goal tolerance parameters # goal tolerance parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment