We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2ecc1 commit 0e91444Copy full SHA for 0e91444
ur_controllers/src/force_mode_controller_parameters.yaml
@@ -1,3 +1,4 @@
1
+---
2
force_mode_controller:
3
damping: {
4
type: double,
@@ -18,12 +19,12 @@ force_mode_controller:
18
19
}
20
21
tf_prefix: {
- type: string,
22
- default_value: "",
23
- description: "Urdf prefix of the corresponding arm"
+ type: string,
+ default_value: "",
24
+ description: "Urdf prefix of the corresponding arm"
25
26
check_io_successful_retries: {
- type: int,
27
- default_value: 10,
28
- description: "Amount of retries for checking if setting force_mode was successful"
+ type: int,
+ default_value: 10,
29
+ description: "Amount of retries for checking if setting force_mode was successful"
30
0 commit comments