We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a328bdc commit c0f4dfdCopy full SHA for c0f4dfd
1 file changed
src/bitbots_navigation/bitbots_path_planning/config/path_planning_parameters.yaml
@@ -56,13 +56,13 @@ bitbots_path_planning:
56
bounds<>: [0, 100]
57
max_rotation_vel:
58
type: double
59
- default_value: 0.4
+ default_value: 0.7
60
description: 'The maximum rotation velocity of the robot in rad/s around the z-axis'
61
validation:
62
bounds<>: [0.0, 1.0]
63
max_vel_x:
64
65
- default_value: 0.12
+ default_value: 0.18
66
description: 'Maximum velocity we want to reach in different directions (base_footprint coordinate system)'
67
68
0 commit comments