forked from epfl-lasa/modulo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move predicate publishing rate parameter to base controller (#168)
- Loading branch information
1 parent
9324ea1
commit decebff
Showing
5 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...ulo_controllers/controller_descriptions/modulo_controllers_base_controller_interface.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"$schema": "https://docs.aica.tech/schemas/1-3-0/controller.schema.json", | ||
"name": "Base Controller Interface", | ||
"description": { | ||
"brief": "Base controller class to combine ros2_control, control libraries and modulo" | ||
}, | ||
"plugin": "modulo_controllers/BaseControllerInterface", | ||
"virtual": true, | ||
"parameters": [ | ||
{ | ||
"display_name": "Predicate publishing rate", | ||
"description": "The rate at which to publish controller predicates (in Hertz)", | ||
"parameter_name": "predicate_publishing_rate", | ||
"parameter_type": "double", | ||
"default_value": "10.0", | ||
"internal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters