-
Notifications
You must be signed in to change notification settings - Fork 406
Description
Checklist
- I've read the contribution guidelines.
- I've searched other issues and no duplicate issues were found.
- I'm convinced that this is not my fault but a bug.
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
Versions
- OS: Ubuntu 22.04
- ROS2: Humble
- Autoware: main branch
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:
| <let name="launch_dummy_localization" value="false" if="$(var scenario_simulation)"/> |
Additional context
No response