Replies: 3 comments
-
I think this is already pretty spot on. The only thing missing here is "creating structured yaml files from nodes/configs including documentation from description" similar to or using an extension of |
Beta Was this translation helpful? Give feedback.
-
Over the past week, I have been working with @pac48 to iterate on the approach of using code generation to generate parameter structs and code for declaring, getting, and handling dynamic updates of them. https://github.com/pickNikRobotics/generate_parameter_library Done
Planned Work
Not solved by generate_parameter_server
|
Beta Was this translation helpful? Give feedback.
-
To prove this tooling (and to find our bad assumptions) we are going through the process of creating PRs that attempt to replace existing parameter usage with this tool. |
Beta Was this translation helpful? Give feedback.
-
There have been many different approaches taken to standardizing, making more declarative, and reducing the amount of boilerplate code that needs to be written to use ros2 parameters.
Before we can approach the trade-offs of various implementation ideas for how to accomplish this we should first lay out our goals for this project.
As I understand it these are the basic goals of the Parameters project:
Please respond with any other goals you think this project should have or if you think any of the above goals should be revised or removed from the list.
Beta Was this translation helpful? Give feedback.
All reactions