-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Carla camera data not showing in openpilot UI. Openpilot not working with Carla #22465
Comments
Also run into this yesterday. With #21241, a replay camera was introduced which is now the default camera, unless USE_FRAME_STREAM=1 is set when building openpilot with scons (on x86). So, when you run @deanlee: was this intended to chance the default camera for the PC? If yes, should we then just set USE_FRAME_STREAM in Dockerfile.sim? |
Yes, that was intentional. Fixed with 59c47f0. |
The fix appears incomplete. Carla video appears in the UI, but hitting the 1 or 2 keys causes "openpilot Unavailable Communication Issue between Processes" message. Openpilot is still not working with Carla. |
Adding |
@jwolffe I managed to fix the "Unavailable Communication Issue between Processes" by disabling line 254-260 in selfdrive/controlsd.py. I got this solution with the hints in
Detailed steps:
|
Describe the bug
openpilot did not work with carla. openpilot UI did not show camera data. Client in carla did not move at all.
How to reproduce or log data
Console output:
Steps to reproduce the behavior:
./start_carla.sh
./start_openpilot_docker.sh
Additional context
Operating system: Ubuntu 20.04
NVIDIA-SMI: 470.63.01
CUDA Version: 11.4
The text was updated successfully, but these errors were encountered: