generate_parameter_library icon indicating copy to clipboard operation
generate_parameter_library copied to clipboard

Declarative ROS 2 Parameters

Results 61 generate_parameter_library issues
Sort by recently updated
recently updated
newest added

I have been using this library and I am really happy with it - thanks for the contribution! This issue is more of a question/feature request: can we log the...

The methods from #57 should be moved into corresponding upstream repositories: - `ament_cmake_gtest` - `ament_cmake_gmock` Should this be `add_rostest_with_parameters_gtest` or something to make it clear that the input yaml is...

enhancement

Ros emits an exception with a string like this when a required parameter is not set: ```Exception thrown during init stage with message: expected [string] got [not set]``` Catch that...

enhancement

Could we make read-only parameters const? We should think through the implications of this for how the user would use it.

According to the ROS 2 documentation, the `undeclare_parameter(const std::string & name)` method of `rclcpp::node_interfaces::NodeParametersInterface` should only throw two types of exceptions: 1. `rclcpp::exceptions::ParameterNotDeclaredException`: if the parameter has not been declared....

A linter should be generated that can be used with ctest that checks if a yaml config conforms to a generated parameter library.

enhancement

Recreating structured yaml files from nodes/configs including documentation from description