-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document tf2::TimePoint vs rclcpp::Time #3079
Conversation
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to change, then I think this will be good to go.
(oh, CI is also unhappy about trailing whitespace somewhere)
The ``tf2`` package has it's own time type ``tf2::TimePoint``. | ||
This is different from ``rclcpp::Time``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ``tf2`` package has it's own time type ``tf2::TimePoint``. | |
This is different from ``rclcpp::Time``. | |
The ``tf2`` package has its own time type ``tf2::TimePoint``, which is different from ``rclcpp::Time``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Combined sentences and hopefully removed trailing whitespace in 3b3578c
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
* Document tf2::TimePoint vs rclcpp::Time Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> (cherry picked from commit 3d8b551)
* Document tf2::TimePoint vs rclcpp::Time Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> (cherry picked from commit 3d8b551)
* Document tf2::TimePoint vs rclcpp::Time Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> (cherry picked from commit 3d8b551)
Part of ros2/rviz#894
This documents that
tf2::TimePoint
is different fromrclcpp::Time
, and explains whytf2::TimePointZero
was used.