Open mitsudome-r opened 2 years ago
When I follow the https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/ for scenario test simulation, Autoware state does not transition from INITAILIZING state.
Autoware works with scenario test simulator by following the instruction: https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/
Autoware doesn't work with scenario test simulator by following the instruction: https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/
https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/
This is due to pose_initailizer_node not launched when scenario_simulation flag is true, but this needs to be launched regardless of scenario simulator.
scenario_simulation
related code: https://github.com/autowarefoundation/autoware_launch/blob/f76a1bef32b9d2aeb6cc4676d13813df95d2ff66/autoware_launch/launch/planning_simulator.launch.xml#L63
No response
This pull request has been automatically marked as stale because it has not had recent activity.
Checklist
Description
When I follow the https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/ for scenario test simulation, Autoware state does not transition from INITAILIZING state.
Expected behavior
Autoware works with scenario test simulator by following the instruction: https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/
Actual behavior
Autoware doesn't work with scenario test simulator by following the instruction: https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/
Steps to reproduce
https://autowarefoundation.github.io/autoware-documentation/main/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/
Versions
Possible causes
This is due to pose_initailizer_node not launched when
scenario_simulation
flag is true, but this needs to be launched regardless of scenario simulator.related code: https://github.com/autowarefoundation/autoware_launch/blob/f76a1bef32b9d2aeb6cc4676d13813df95d2ff66/autoware_launch/launch/planning_simulator.launch.xml#L63
Additional context
No response