Skip to content

Commit 0e91444

Browse files
author
Felix Exner
committed
Formatting controller param file
1 parent ca2ecc1 commit 0e91444

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ur_controllers/src/force_mode_controller_parameters.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
force_mode_controller:
23
damping: {
34
type: double,
@@ -18,12 +19,12 @@ force_mode_controller:
1819
}
1920
}
2021
tf_prefix: {
21-
type: string,
22-
default_value: "",
23-
description: "Urdf prefix of the corresponding arm"
22+
type: string,
23+
default_value: "",
24+
description: "Urdf prefix of the corresponding arm"
2425
}
2526
check_io_successful_retries: {
26-
type: int,
27-
default_value: 10,
28-
description: "Amount of retries for checking if setting force_mode was successful"
27+
type: int,
28+
default_value: 10,
29+
description: "Amount of retries for checking if setting force_mode was successful"
2930
}

0 commit comments

Comments
 (0)