-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
behavior_planning_container
dies while driving straight.
#8115
Comments
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 |
I have not been able to reproduce the issue with the bag. |
Sorry for late reply @VRichardJP, @maxime-clem.. I was busy for other tasks.. For @VRichardJP, For @maxime-clem, 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. |
I encountered the same problem. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140736773228096) at ./nptl/pthread_kill.c:44 |
To prevent this error some fixes are needed on |
This commit seams already merge into official humble branch, I used the latest humble branch,and error still exist |
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
The text was updated successfully, but these errors were encountered: