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
80 stars 15 forks source link

[FR] add unit and system test via ament_add_gtest #18

Open fujitatomoya opened 8 months ago

fujitatomoya commented 8 months ago

Feature request

Feature description

Currently test needs to be started by manual procedure with different executable package named ros2_persistent_parameter_server_test. The CI/CD test should be integrated into parameter_server package with ament_add_gtest, so that it can be tested with colcon test command for integration aligned with other ROS 2 packages.

Implementation considerations