-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add extension descriptions #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
source/modulo_components/extension_descriptions/modulo_component.yaml
Outdated
Show resolved
Hide resolved
.../modulo_controllers/extension_descriptions/modulo_controllers_base_controller_interface.yaml
Show resolved
Hide resolved
|
Thanks for the good review, I missed the validation a couple months back |
...modulo_controllers/extension_descriptions/modulo_controllers_robot_controller_interface.yaml
Outdated
Show resolved
Hide resolved
| default_value: 1.0 | ||
| validation: | ||
| range: | ||
| exclusive_minimum: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| exclusive_minimum: 0 | |
| minimum: 0 |
| if (value < 0.0 || value > std::numeric_limits<double>::max()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a FIXME comment, I think this shouldn't be allowed to be set to zero. Same for predicate_publishing_rate
.../modulo_controllers/extension_descriptions/modulo_controllers_base_controller_interface.yaml
Show resolved
Hide resolved
| internal: true | ||
| validation: | ||
| range: | ||
| exclusive_minimum: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't have a check in modulo on a certain minimum, https://github.com/aica-technology/modulo/blob/main/source/modulo_controllers/src/ControllerInterface.cpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a FIXME comment
yrh012
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the above comments, should be good for me 👍
Description
Recently found those changes locally, why not add them.
Review guidelines
Estimated Time of Review: 5 minutes
Checklist before merging: