-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
planning ignore obstacles #15363
Comments
What version of Apollo are you using and what map is it on? I checked the record file you provided and multiple obstacles have the same ID, I suspect that to be causing planning module to ignore this obstacle. When you used the script to generate perception messages, there are multiple json files and make sure those json files have different obstacle ID. |
Thank you! I changed the ID and then planning module works, it generated other path to avoid the obstacles! |
Cool. Glad it helped! |
I generated perception/obstacles using modules/tools/perception/garage_perception.bash and enabled the prediction function. Although the data channels appear to be normal, when using sim control for vehicle planning, the vehicle completely ignored the obstacles in front of it.I have cyber_record record a file, Is there an expert in PNC who can help me take a look at this issue? Thank you!
obs.record.00000.zip
from apollo 9.0 (source code)
The text was updated successfully, but these errors were encountered: