Skip to content

Commit cb643d9

Browse files
author
Thibault Poignonec
committed
remove bounds
1 parent bb37ea3 commit cb643d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cartesian_vic_controller/src/cartesian_vic_controller_parameters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ cartesian_vic_controller:
223223
default_value: [10.0],
224224
validation: {
225225
size_gt<>: [0],
226-
element_bounds<>: [ 0.0, 100.0 ]
226+
# element_bounds<>: [ 0.0, 1000.0 ]
227227
}
228228
}
229229
joint_stiffness: {
@@ -232,7 +232,7 @@ cartesian_vic_controller:
232232
default_value: [10.0],
233233
validation: {
234234
size_gt<>: [0],
235-
element_bounds<>: [ 0.0, 500.0 ]
235+
# element_bounds<>: [ 0.0, 1000.0 ]
236236
}
237237
}
238238
joint_damping: {
@@ -241,7 +241,7 @@ cartesian_vic_controller:
241241
default_value: [2.0],
242242
validation: {
243243
size_gt<>: [0],
244-
element_bounds<>: [ 0.0, 200.0 ]
244+
# element_bounds<>: [ 0.0, 1000.0 ]
245245
}
246246
}
247247

0 commit comments

Comments
 (0)