-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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 pip dependency and fix for git init #24258
Conversation
@adeebshihadeh any reason you didn't do this in a3c26a9? Or just leftover when the carla in pip was broken? |
Just rebuilding the docker container is probably causing CI to fail (git upgrade to new version?). Feel free to do small fixes in this PR to fix CI, if it becomes too much split it out into a separate PR. |
Don’t remember. It’s probably fine to add it. |
* Add carla pip dependency for dev * Revert other packages in pipfile * Remove redundant carla install in docker * Fix CI Remove broken openpilot_build * New run command
Running ./bridge.py fails on import Carla. This fixes it