Skip to content

Commit c4f050e

Browse files
committed
Remove unused parameters
Since those are now in the service interface, we can delete them.
1 parent 849873d commit c4f050e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

ur_controllers/src/force_mode_controller_parameters.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
---
22
force_mode_controller:
3-
damping: {
4-
type: double,
5-
default_value: 0.025,
6-
description: "Sets the damping parameter in force mode. A value of 1 is full damping, so the robot will decelerate quickly if no force is present. A value of 0 is no damping, here the robot will maintain the speed.",
7-
read_only: true,
8-
validation: {
9-
bounds<>: [0.0, 1.0]
10-
}
11-
}
12-
gain_scaling: {
13-
type: double,
14-
default_value: 0.5,
15-
description: "Scales the gain in force mode. A value larger than 1 can make force mode unstable, e.g. in case of collisions or pushing against hard surfaces.",
16-
read_only: true,
17-
validation: {
18-
bounds<>: [0.0, 2.0]
19-
}
20-
}
213
tf_prefix: {
224
type: string,
235
default_value: "",

0 commit comments

Comments
 (0)