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: add controller description for the base controller interface
- Loading branch information
1 parent
f3dc61b
commit 163625a
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
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 | ||
} | ||
] | ||
} |