Scenario planning Not working in autoware.launch.xml launch file #5712
-
The first image shows the launch process using the autoware.launch.xml file,
while the second image shows the launch process using the planning_simulator.launch.xml file. In the first image, it can be seen that only mission_planning is being executed, while scenario_planning is not running. When I check rqt_graph, the scenario_planning node seems to be running properly. However, when I perform a topic echo on topics like planning/scenario_planning/trajectory, no data is being published. Here, I have included images and showing that topic communication appears to be working correctly when running rqt_graph and rqt. I want to enable scenario_planning even when launching using the autoware.launch.xml file. I am using the autoware.launch.xml file because I want to perform autonomous driving based on my robot's odometry. I would appreciate it if you could tell me which part of which file I need to modify. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
It is not clear what the issue could be. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
For some topics it is enough to publish an empty message if do not need the information (e.g., for traffic lights).
These 2 topics are critical and will block some modules if they are not published.
If you cannot find why they are not published, then you can try publishing them manually to see if it allows you to generate a trajectory.