Skip to content
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

Open
HandsomeAIccx opened this issue Apr 5, 2024 · 4 comments · May be fixed by #15364
Open

planning ignore obstacles #15363

HandsomeAIccx opened this issue Apr 5, 2024 · 4 comments · May be fixed by #15364

Comments

@HandsomeAIccx
Copy link

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!
image
image
image

2024-04-06 01-12-58屏幕截图
cyber_monitor
obs.record.00000.zip

from apollo 9.0 (source code)

@HandsomeAIccx
Copy link
Author

By the way, when I executed cyber_launch start planning.launch, the terminal printed the following error
2024-04-06 07-28-00屏幕截图
Could this be related? I suspect that my path does not undergo any optimization by planning and is simply the result of routing.”

@YuqiHuai
Copy link
Contributor

YuqiHuai commented Apr 6, 2024

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.

@HandsomeAIccx
Copy link
Author

HandsomeAIccx commented Apr 6, 2024

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!
The version is apollo 9.0 and the map is Sunnyvale With Two Offices.

@YuqiHuai
Copy link
Contributor

YuqiHuai commented Apr 6, 2024

Cool. Glad it helped!

@YuqiHuai YuqiHuai linked a pull request Apr 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants