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
The CalibrationTools tier4 repo is doesn't match with the current Autoware Docs (as of 9-July-2024), I've created a fork here that matches the current docs as well as using correct package naming (check last few commits for more details).
Previously had issues like this when launching the first ros2 launch command
[component_container-1] at line 93 in ./src/buffer_core.cpp
[component_container-1] Warning: Invalid frame ID "velodyne_top" passed to canTransform argument source_frame - frame does not exist
[component_container-1] at line 93 in ./src/buffer_core.cpp
[component_container-1] [ERROR] [1720483974.548080857] [lidar.top.crop_box_filter_self]: [get_transform_matrix] timeout tf: velodyne_top->base_link
[component_container-1] Warning: Invalid frame ID "velodyne_top" passed to canTransform argument source_frame - frame does not exist
Turns out, we need to set up the tf transforms, this can be done with the following:
Relevant Autoware Docs
Aim: To roughly calibrate the sensors
The text was updated successfully, but these errors were encountered: