Skip to content

Commit

Permalink
Minor naming fixes for ParameterValue to_string() function (#2609)
Browse files Browse the repository at this point in the history
More appropriate function argument naming.
Refer to: 
https://github.com/ros2/rclcpp/blob/rolling/rclcpp/src/rclcpp/parameter_value.cpp#L83

Signed-off-by: Kang, Hsin-Yi <f039281310@yahoo.com.tw>
  • Loading branch information
EwingKang authored Aug 22, 2024
1 parent b7c7893 commit ee94bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/parameter_value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class ParameterValue
/// Return the value of a parameter as a string
RCLCPP_PUBLIC
std::string
to_string(const ParameterValue & type);
to_string(const ParameterValue & value);

} // namespace rclcpp

Expand Down

0 comments on commit ee94bc6

Please sign in to comment.