You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the publishers in the ROSPlotter publish messages at the current time (i.e., internal_node_->now()) which is problematic for visualization because TF is generally a few milliseconds behind. Instead we should publish at rclcpp::Time(0) so the messages can be displayed with the location from TF at the last known point in time
The text was updated successfully, but these errors were encountered:
Currently, the publishers in the
ROSPlotter
publish messages at the current time (i.e.,internal_node_->now()
) which is problematic for visualization because TF is generally a few milliseconds behind. Instead we should publish atrclcpp::Time(0)
so the messages can be displayed with the location from TF at the last known point in timeThe text was updated successfully, but these errors were encountered: