fujitatomoya / ros2_persist_parameter_server

ROS2 parameter server which caches parameter into the storage if necessary and reload it during initialization.
Apache License 2.0
82 stars 14 forks source link

support ROS 2 Iron Branch #10

Closed fujitatomoya closed 1 year ago

fujitatomoya commented 1 year ago

see https://docs.ros.org/en/humble/Releases/Release-Iron-Irwini.html

fujitatomoya commented 1 year ago

For the current code base, this is not required to have since parameter_server can be supported and compatible with humble, iron and rolling with master branch. So after all, i do not need to address this issue, but it would be probably better to add doc section that says it can support humble, iron and rolling.

fujitatomoya commented 1 year ago

addressed by https://github.com/fujitatomoya/ros2_persist_parameter_server/commit/cf355de1046f2c9317933e99e3b6f08448ea9d02.