Skip to content

Commit 548d635

Browse files
committed
Reset path_planning_parameters to previous defaults (fixing tests)
1 parent 14fd961 commit 548d635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bitbots_navigation/bitbots_path_planning/config/path_planning_parameters_template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ bitbots_path_planning:
5656
bounds<>: [0, 100]
5757
max_rotation_vel:
5858
type: double
59-
default_value: 0.3
59+
default_value: 0.4
6060
description: 'The maximum rotation velocity of the robot in rad/s around the z-axis'
6161
validation:
6262
bounds<>: [0.0, 1.0]
6363
max_vel_x:
6464
type: double
65-
default_value: 0.14
65+
default_value: 0.12
6666
description: 'Maximum velocity we want to reach in different directions (base_footprint coordinate system)'
6767
validation:
6868
bounds<>: [0.0, 1.0]

0 commit comments

Comments
 (0)