-
Notifications
You must be signed in to change notification settings - Fork 714
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
Guardrail deemed as an unknown obstacle makes the vehicle stop. #6642
Comments
@Kim-mins thank you raising the issue.
I think if above are satisfied, there shouldn't be unknown objects and vehicle could drive through the corner. |
Thank you for the response @badai-nguyen! I checked the two points:
So, according to your points, it seems the localization does not work correctly, and it makes the perception bad, which eventually occurs the immobility. I also checked that this issue occurs when the vehicle starts right behind the corner, not while just going through the corner from some other points. Do you have any idea to resolve this issue? In my experience, the cornering always makes the localization bad.. Thank you! |
@Kim-mins Thank you for your analysis.
|
Thank you for the response @badai-nguyen! I echoed to the topic message
But I cannot know the meaning of those numbers. Could you please tell me how to investigate more? Thank you! |
@Kim-mins I think you can add that topic in Rviz and compare with |
Sorry for the late reply @badai-nguyen. I tried to compare results of the two topics following your suggestion(thanks!), and I found that some points from the topic rviz2.mp4Localization is not working well, and at 0:07 of the video, some of the points from the guardrail are alive. |
Thanks you @Kim-mins . Have you been able to find the reason why you are having problems with localization? Are you still working on this issue? Could you share the latest situation? |
Sure @meliketanrikulu! Actually, I'm in the same situation and still with the issue.. I guess this could be the cause: localization get bad while turning(at least in my running environment). For the possible reason of bad localization at the corner, I heard that this could be from my low clock frequency(as the answer here). Could you please share your opinion for this? |
@Kim-mins Do you experience problems in all turns or is it a problem you encounter only in this turn? Could you share pcd map file , map_projector_info.yaml and rosbag file for testing localization |
Hello @Kim-mins . I tested your data. I think it is purely a localization problem.
Additionally : when I ran your data, I saw that ground segmentation did not work well at the beginning. I don't think this is what's causing the error here. Because there is this problem only at the beginning of the bag file. But it will cause problems elsewhere. I recommend you to review your ground segmentation parameters. |
Thank you for the detailed investigation @meliketanrikulu! I also investigated with my tool, and as you concluded, I agree that GNSS pose of the vehicle seems quite far from where it should be. Here's the video of the situation: [video] Additionally, I also tested the situation that the vehicle starts at the point far from the corner, but the GNSS pose is bad either. For the ground segmentation issue, this seems my .pcd map is bad, or just Carla-specific issue. Thanks a lot! |
Hello @Kim-mins. Sorry for the late reply. In your bag file there is not initialization part. Could you provide data with initialization part. Because I cant see moment of disruption it was already disrupted in the bag file. |
Sorry for late reply @meliketanrikulu.. I was busy for other tasks.. I recorded the driving again. Here's the ros2bag file with initialization: [ros2bag] Thank you! |
Hello @Kim-mins . Sorry for late reply. I was working on another issue. Solution: |
Closing this issue since there was no response by the author. |
Sorry reaching you too late @meliketanrikulu.. I was busy for other tasks.. Thank you for the investigation and possible solutions. First, I checked the data from the topic
I cannot sure, but seems the data is really close to I also tried your second solution too, and seems it works for me. I'm really sorry for the late reply.. and thank you so much for the solution! |
Checklist
Description
Hi team,
I'm currently running Autoware, and I found the situation that a guardrail deemed as an unknown obstacle makes the vehicle stop.
Here are the videos on RViz and frontview: [rviz] [frontview]
According to videos, even though there's no obstacle at front, an unknown obstacle keeps the vehicle from driving.
Expected behavior
I hope the vehicle successfully drive through the corner.
Actual behavior
But the vehicle cannot move at all.
Steps to reproduce
Here's a ros2bag file to reproduce: [ros2bag]
Versions
Possible causes
According to the rviz video, the pointcloud map and sensed pointcloud data are not synced. So the localization could be the cause.

Additional context
No response
The text was updated successfully, but these errors were encountered: