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.
rclcpp::Node::now()
1 parent d724536 commit 8e441caCopy full SHA for 8e441ca
rclcpp/include/rclcpp/node.hpp
@@ -1430,8 +1430,11 @@ class Node : public std::enable_shared_from_this<Node>
1430
rclcpp::Clock::ConstSharedPtr
1431
get_clock() const;
1432
1433
- /// Returns current time from the time source specified by clock_type.
+ /// Returns current time from the node time source.
1434
/**
1435
+ * If `use_sim_time` parameter is set to `true` the simulation time is returned,
1436
+ * otherwise system time is returned.
1437
+
1438
* \sa rclcpp::Clock::now
1439
*/
1440
RCLCPP_PUBLIC
0 commit comments