Skip to content

Commit

Permalink
Update docstring for rclcpp::Node::now() (#2696)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roncagliolo <[email protected]>
  • Loading branch information
roncapat authored Dec 4, 2024
1 parent d724536 commit a7f05a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ class Node : public std::enable_shared_from_this<Node>
rclcpp::Clock::ConstSharedPtr
get_clock() const;

/// Returns current time from the time source specified by clock_type.
/// Returns current time from the node clock.
/**
* \sa rclcpp::Clock::now
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ class LifecycleNode : public node_interfaces::LifecycleNodeInterface,
rclcpp::Clock::ConstSharedPtr
get_clock() const;

/// Returns current time from the time source specified by clock_type.
/// Returns current time from the node clock.
/**
* \sa rclcpp::Clock::now
*/
Expand Down

0 comments on commit a7f05a9

Please sign in to comment.