We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb81f7 commit 88f7e75Copy full SHA for 88f7e75
rclcpp/time.md
@@ -1,4 +1,4 @@
1
-# rclcpp::Time
+# rclcpp: Time
2
3
The _rclcpp::Time_ and _rclcpp::Duration_ are a significant departure from
4
their ROS1 equivalents, but are more closely related to
@@ -23,8 +23,6 @@ so you first need to convert to nanoseconds:
23
rclcpp::Time t(static_cast<uin64_t>(seconds * 1e9));
24
```
25
26
-# rclcpp::Duration
27
-
28
_rclcpp::Duration_ does have functions to go both directions:
29
30
```cpp
0 commit comments