Could not find a connection between 'map' and 'base_link' because they are not part of the same tree.Tf has two or more unconnected trees. #5527
-
Hi everyone, I recently updated my Autoware src workspace. Unfortunately, after this update, I am unable to properly launch the Carla-Autoware interface anymore. While Autoware can bridge with the simulator (e.g., camera sensor data is visible in Rviz), the vehicle is not initializing as expected as before. From the logs, the following error seems relevant: Here are the relevant logs, tf tree, and screenshots
I also attempted to revert to the previous version of my workspace. However, it seems that the autoware.repos file does not fix the versions of the individual repositories, so the errors persist. Does anyone know how to solve this issue, or where I should look further? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The log
generally appears when the initialization of localization haven't been done or didn't succeeded. I found the log
which means the LiDAR points are not reaching the localization component. So you should figure out why the pointclouds are not being published. I'm not familiar with the Carla-Autoware interface but maybe the information of the previous version and the current version might be helpful. |
Beta Was this translation helpful? Give feedback.
I opened a fix PR: autowarefoundation/autoware.universe#9645