Skip to content

Commit

Permalink
Formatting controller param file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Oct 10, 2024
1 parent ca2ecc1 commit 0e91444
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ur_controllers/src/force_mode_controller_parameters.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
force_mode_controller:
damping: {
type: double,
Expand All @@ -18,12 +19,12 @@ force_mode_controller:
}
}
tf_prefix: {
type: string,
default_value: "",
description: "Urdf prefix of the corresponding arm"
type: string,
default_value: "",
description: "Urdf prefix of the corresponding arm"
}
check_io_successful_retries: {
type: int,
default_value: 10,
description: "Amount of retries for checking if setting force_mode was successful"
type: int,
default_value: 10,
description: "Amount of retries for checking if setting force_mode was successful"
}

0 comments on commit 0e91444

Please sign in to comment.