We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec70642 commit b8df934Copy full SHA for b8df934
rclcpp/include/rclcpp/node_interfaces/node_parameters_interface.hpp
@@ -130,7 +130,7 @@ class NodeParametersInterface
130
std::vector<rcl_interfaces::msg::SetParametersResult>
131
set_parameters(const std::vector<rclcpp::Parameter> & parameters) = 0;
132
133
- /// Set and initialize a parameter, all at once.
+ /// Set one or more parameters, all at once.
134
/**
135
* \sa rclcpp::Node::set_parameters_atomically
136
*/
0 commit comments