Issues related to simulators and rviz visualization #5073
-
In the process of learning autoware, I want to extract the content of autoware for simulation and rviz visualization to form a new project, which is responsible for the visualization and simulation during debugging. However, when I extract and complete the compilation and test, there are problems as shown in the video. I wrote a startup file in the extracted new project, and then annotated the startup command of the extracted part of the content in the startup file of a complete autoware project for testing. There is no obvious error reported in the log, I don't know what caused it, please help me, thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Rec.0009.mp4 |
Beta Was this translation helpful? Give feedback.
-
By the way, I think it's a good idea to separate the launch file into 2 files, one for autoware (not rviz related) and another one for rviz2 related. The benefit is that rviz2 related packages can easily run on a separated PC, reducing the cpu load on the PC where autoware is running. One more possible use case: |
Beta Was this translation helpful? Give feedback.
The issue is very strange and it almost looks like the messages are not properly interpreted.
Is it possible that your 2 workspaces define slightly different messages ? (e.g., one defines a msg with fields [a b] and the other [b a])