Skip to content

Commit

Permalink
fix: add controller description for the base controller interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapaspyros committed Nov 29, 2024
1 parent f3dc61b commit 163625a
Showing 1 changed file with 19 additions and 0 deletions.
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
}
]
}

0 comments on commit 163625a

Please sign in to comment.