Skip to content

Commit

Permalink
Merge pull request #415 from atinfinity/fixed-dwa_local_planner_params
Browse files Browse the repository at this point in the history
fixed dwa_local_planner_params
  • Loading branch information
kaym9n committed May 9, 2019
2 parents 73bba8e + 36166ef commit 97410bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ DWAPlannerROS:
min_vel_y: 0.0

# The velocity when robot is moving in a straight line
max_trans_vel: 0.22
min_trans_vel: 0.11
max_vel_trans: 0.22
min_vel_trans: 0.11

max_rot_vel: 2.75
min_rot_vel: 1.37
max_vel_theta: 2.75
min_vel_theta: 1.37

acc_lim_x: 2.5
acc_lim_y: 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ DWAPlannerROS:
min_vel_y: 0.0

# The velocity when robot is moving in a straight line
max_trans_vel: 0.26
min_trans_vel: 0.13
max_vel_trans: 0.26
min_vel_trans: 0.13

max_rot_vel: 1.82
min_rot_vel: 0.9
max_vel_theta: 1.82
min_vel_theta: 0.9

acc_lim_x: 2.5
acc_lim_y: 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ DWAPlannerROS:
min_vel_y: 0.0

# The velocity when robot is moving in a straight line
max_trans_vel: 0.26
min_trans_vel: 0.13
max_vel_trans: 0.26
min_vel_trans: 0.13

max_rot_vel: 1.82
min_rot_vel: 0.9
max_vel_theta: 1.82
min_vel_theta: 0.9

acc_lim_x: 2.5
acc_lim_y: 0.0
Expand Down

0 comments on commit 97410bc

Please sign in to comment.