-
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
Perseption module for camera does not work localy. #15319
Comments
I see you choose to use PETR_V1_paddle as the obstacle detection model, which needs six image inputs simultanously.So you might need to change objects.json to spawn 6 rgb cameras.Or you can try to use other obstacle detection model as they most likely only need 6mm rgb camera. |
Hi have you fixed the problem? I met a similar one. Thanks! |
I want to launch perception module localy and I found this instruction. If you follow it nothing will work. Well, at least it didn't work for me. I use simulation with carla briedge from here.
System information
Steps to reproduce the issue:
Follow the instruction. You will need to change and add some project files:
modules/perception/production/data/perception/camera/models/yolo_obstacle_detector/
You now can try to launch your perception.
Supporting materials (screenshots, command lines, code/script snippets):
Full launch log is quite massive, so I'll add only part, that describes the error:
I'm 100% sure, that this "front_12mm" camera is presented in the system, because:
I don't know if it is connected to this problem in any way, so I'll mention it just in case. After I launch decompression in dreamview I can choose from two
/apollo/sensor/camera/front_12mm/image
topics despite the fact, that in the system only one remains.Appreciate any help.
The text was updated successfully, but these errors were encountered: