Replies: 1 comment 9 replies
-
It is not clear what the issue could be. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ros2 launch autoware_launch autoware.launch.xml map_path:=$HOME/autoware_map/paldal vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit'
The first image shows the launch process using the autoware.launch.xml file,
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/paldal vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit'
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.
All reactions