PickNikRobotics / generate_parameter_library

Declarative ROS 2 Parameters
BSD 3-Clause "New" or "Revised" License
230 stars 43 forks source link

ROSIDL-compatible Types #200

Open jcarpinelli-bdai opened 4 months ago

jcarpinelli-bdai commented 4 months ago

Are the types generated compatible with ROS 2 IDL? Users can request parameters from the parameter server, but sometimes it is useful to share parameters between nodes. For this to work, users need to create message types. What would it take for this package to automatically generate msg files that are compatible with the generated parameter class types? Are you open to PRs for this?