Skip to content

Commit 6910e03

Browse files
remove duplicate yaml keys
1 parent 5ad41ab commit 6910e03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bitbots_motion/bitbots_quintic_walk/src/parameters.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,21 +263,18 @@ walking:
263263
x_bias:
264264
type: double
265265
description: "X bias for the command velocity which is received by the walk node. "
266-
default_value: 0.0
267266
validation:
268267
bounds<>: [-0.1, 0.1]
269268
default_value: 0.0
270269
y_bias:
271270
type: double
272271
description: "Y bias for the command velocity which is received by the walk node. "
273-
default_value: 0.0
274272
validation:
275273
bounds<>: [-0.1, 0.1]
276274
default_value: 0.0
277275
yaw_bias:
278276
type: double
279277
description: "Yaw bias for the command velocity which is received by the walk node. "
280-
default_value: 0.0
281278
validation:
282279
bounds<>: [-0.4, 0.4]
283280
default_value: 0.0

0 commit comments

Comments
 (0)