Skip to content

Commit c0f4dfd

Browse files
committed
Increase walking speeds
1 parent a328bdc commit c0f4dfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bitbots_navigation/bitbots_path_planning/config/path_planning_parameters.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.4
59+
default_value: 0.7
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.12
65+
default_value: 0.18
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)