Skip to content
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

Lookup would require extrapolation #270

Open
Atharv-16 opened this issue Dec 30, 2023 · 1 comment
Open

Lookup would require extrapolation #270

Atharv-16 opened this issue Dec 30, 2023 · 1 comment

Comments

@Atharv-16
Copy link

After playing my ouster lidar rosbag and running hdl_graph_slam.launch, i face the given error in rviz while visualizing /filtered_points:

Transform [sender=unknown_publisher]
For frame [base_link]: No transform to fixed frame [map]. TF error: [Lookup would require extrapolation 1703967332.320200682s into the past. Requested time 543.432168000 but the earliest data is at time 1703967875.752368689, when looking up transform from frame [base_link] to frame [map]]

upon echoing /tf, I observed timestamps of map->odom and base_link->os_sensor (my lidar frame) to be around 1703968079 but odom->base_link and odom->keyframe is around 537

@shitoujie
Copy link

I think it's because your computing device lacks sufficient performance.
using rosrun tf tf_monitor /map /base_link and top may be helpful.
you can close rviz and use rosrun tf tf_monitor /map /base_link instead to get the data and description of TF erro you mentioned above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants