You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bitbots_navigation/bitbots_path_planning/config/path_planning_parameters.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ bitbots_path_planning:
67
67
inflation:
68
68
dilate:
69
69
type: double
70
-
default_value: 0.25
70
+
default_value: 0.3
71
71
description: 'The dilation value for the inflation'
72
72
read_only: true
73
73
blur:
@@ -79,7 +79,7 @@ bitbots_path_planning:
79
79
controller:
80
80
carrot_distance:
81
81
type: int
82
-
default_value: 4
82
+
default_value: 1
83
83
description: 'The distance to the carrot that we want to reach on the path'
84
84
validation:
85
85
bounds<>: [0, 100]
@@ -109,7 +109,7 @@ bitbots_path_planning:
109
109
bounds<>: [0.0, 1.0]
110
110
smoothing_tau:
111
111
type: double
112
-
default_value: 1.0
112
+
default_value: 0.1
113
113
description: 'This is the time constant of the exponential smoothing filter. The higher the value, the more smoothing is applied. It denotes the time after which a unit step function input signal reaches 63% (1-1/e) of its original strength. In other words, it denotes the time it takes for a new input to be 63% integrated into the output. It is update rate independent!'
0 commit comments