Skip to content

Commit

Permalink
Update rclcpp/include/rclcpp/node.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Abrar Rahman Protyasha <aprotyas@u.rochester.edu>
  • Loading branch information
kenji-miyake and aprotyas committed Nov 2, 2021
1 parent 99bd323 commit 1e1c054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ class Node : public std::enable_shared_from_this<Node>
ParameterT & parameter,
const ParameterT & alternative_value) const;

/// Get the parameter value, or the "alternative_value" if not set, and assign it to "parameter".
/// Return the parameter value, or the "alternative_value" if not set.
/**
* If the parameter was not set, then the "alternative_value" argument is returned.
*
Expand Down

0 comments on commit 1e1c054

Please sign in to comment.