Planning Simulator TF2 Issues #2541
-
Hi everyone. I followed this guide to set up Autoware Universe: I used the ansible script to install dependencies after manually installing ros-galactic and Autoware was able to compile (with 1 modification, but that issue will be posted about in another Q&A discussion). and this guide to run the planning simulator: When running the following commands,
I expected the simulation to work as it was shown in this video: and my terminal was flooded with these TF2 warnings:
The launch log is attached below The terminal output is logged here: My environment: Ubuntu 20.04.4 I have confirmed that my map path is correct, so that is not the issue. I can also reproduce the errors by following the steps in the guides above. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 5 replies
-
@Denri006 It seems the map isn't loaded for some reason. If there is no message like Could you tell me the result of this command? By default, it's empty.
|
Beta Was this translation helpful? Give feedback.
-
Not sure, but I had a similar issue before. In that time, the map loading takes a very long time due to a low ros2 DDS performance. I also applied the localhost_only option for the ros communication. What I did is below, just in case.
and add this in
then, enable local_host_only
|
Beta Was this translation helpful? Give feedback.
Not sure, but I had a similar issue before. In that time, the map loading takes a very long time due to a low ros2 DDS performance.
I could solve it by DDS tuning following this tutorial.
https://docs.ros.org/en/rolling/How-To-Guides/DDS-tuning.html
I also applied the localhost_only option for the ros communication.
What I did is below, just in case.
and add this in
/etc/sysctl.conf
,then, enable local_host_only