Open Kim-mins opened 4 months ago
Unfortunatelly, your logs just show the main thread crashed at a random place. Most likely the root cause of the crash comes from another thread.
If you are able to reproduce the issue, could you try to catch it with gdb? You just need to recompile with -CMAKE_BUILD_TYPE=RelWithDebInfo
and add launch-prefix='gnome-terminal -- gdb -ex=r --args'
at the end of <node_container ...>
in the behavior_planning.launch.xml
. When the program crashes in the new terminal, GDB should automatically switch to the problematic thread and you should be able to get a backtrace with bt
I have not been able to reproduce the issue with the bag.
I was also unable to get the map you showed. It looks different from the Town03
whose link you shared. Unless you are using a custom map_config.yaml
?
Sorry for late reply @VRichardJP, @maxime-clem.. I was busy for other tasks..
For @VRichardJP,
Actually, I failed to reproduce the issue..
I tried to compile Autoware with the option -DCMAKE_BUILD_TYPE=RelWithDebInfo
and added launch-prefix='gnome-terminal -- gdb -ex=run --args
at the end of <node_container ...>
in the behavior_planning.launch.xml
, I checked the gnome-terminal
is loaded, but I could not debug it more as I failed to reproduce.
For @maxime-clem,
Sorry for providing little information.
Here are the map files and map_projector_info.yaml
I used: [.osm] [.pcd] [map_projector_info.yaml]
I'm really sorry for delayed response, and thank you for the answers.
This pull request has been automatically marked as stale because it has not had recent activity.
Checklist
Description
Hi team,
I'm currently running Autoware with Carla using bridge implementation here, and I found a situation that the
behavior_planning_container
diles while driving straight, and it makes the ego vehicle stop before reaching the goal.Here's the video of the situation: [rviz] In the video, the vehicle drive well, but it suddenly stops at 0:30.
I also checked a corresponding [launch.log] file and I could find the error as below:
Expected behavior
I hope the ego vehicle to reach to the destination.
Actual behavior
But the vehicle stops in the middle of the road, and does not move at all.
Steps to reproduce
Here's the ros2bag file: [ros2bag] I used the lane2let map here, and the initial/goal point as below (excerpted from
launch.log
file):Versions
Possible causes
No response
Additional context
No response