generate_parameter_library
generate_parameter_library copied to clipboard
Move cmake functions for testing with YAML files upstream
The methods from #57 should be moved into corresponding upstream repositories:
ament_cmake_gtestament_cmake_gmock
Should this be add_rostest_with_parameters_gtest or something to make it clear that the input yaml is for parameters and that these are a ros-test in that they only work if your test has ros in it (rclcpp::init(argc, argv);)?
Originally posted by @tylerjw in https://github.com/PickNikRobotics/generate_parameter_library/pull/57#discussion_r960065774