Open Kim-mins opened 6 months ago
This pull request has been automatically marked as stale because it has not had recent activity.
At the same time, I would like to consult with everyone whether there is a better planning method for turning left on non motorized vehicle lanes
Checklist
Description
Hi team,
I'm currently running Autoware with Carla, and I found a situation that the
behavior_planning_container
dies while turning to the right, and the ego vehicle cannot drive after all.Here are the videos of the situation: [rviz] [frontview]
At 0:30 of the rviz video, the planned trajectory is not updated anymore and the vehicle eventually stops, not reaching the destination.
I also checked the launch.log file, and I found a log that saids
behavior_planning_container
died:Expected behavior
I wanted the ego vehicle to drive to the destination with no error.
Actual behavior
But the ego vehicle could not reach to the goal, due to the module error.
Steps to reproduce
Here's the ros2bag file for the reproduction: [ros2bag]
Versions
Possible causes
No response
Additional context
I wanted to investigate more to find the cause of this error and I tried this answer, but failed. If anyone tells me the way to use gdb, I think I can investigate more.