-
Notifications
You must be signed in to change notification settings - Fork 120
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
Invalid frame ID "map" passed to canTransform #43
Comments
Hey @gurselturkeri , I am suffering from same problem. Were you able to solve the problem? |
I had the same issue in Ubuntu 20.04, I changed the launch file and added static_transform_publisher from robot frame to map, then the robot appeared fully. I added the following lines inside the launch file -
|
The issue is because ros2 foxy is eol and rviz update brings the incompatibility to the software applications, leading the map - ego transformation messed up. The solution is, just use >= ros 2 humble. Not sure if adding static transformation can still fix the issue if the ego vehicle moves. Besides, without software update, no one can guaruntee there won't be more and more bugs coming out. |
I have installed all dependencies but when I launch the file I get an error. How can I solve that?
The text was updated successfully, but these errors were encountered: