Skip to content

Commit a4e7be8

Browse files
committed
Speed up HERO
1 parent cdf8aa2 commit a4e7be8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

parameters/navigation/local_planner.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ DWAPlannerROS:
99
#### base_local_planner::LocalPlannerLimits ###
1010

1111
# velocities
12-
max_vel_trans: 0.4
12+
max_vel_trans: 0.6
1313
min_vel_trans: 0.0
1414

15-
max_vel_x: 0.35
15+
max_vel_x: 0.6
1616
min_vel_x: -0.1
1717

18-
max_vel_y: 0.2
18+
max_vel_y: 0.3
1919
min_vel_y: -0.2
2020

21-
max_vel_theta: 1.0
21+
max_vel_theta: 1.3
2222
min_vel_theta: 0.1
2323

2424
# accelerations

0 commit comments

Comments
 (0)