-
Notifications
You must be signed in to change notification settings - Fork 53
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
Question regarding modifying to the latest version of Apollo and Carla #5
Comments
You can easily switch to the new carla python api by changing the version in the get_python_api script and Dockerfile. I've been using 0.9.9 with no problems! There might be more work involved in upgrading apollo but I haven't had a chance to look into that yet! |
Hi @AngelJA , I really appreciate the work you have done for this repo. I am trying to modify this repo to support the latest Apollo version (since I have RTX2080 which is not supported by Apollo 5.0). What I have done so far is merging the modifications you made with Apollo5.0 with the latest master branch of Apollo. I also run carla 0.9.9 docker container and made modifications to the version numbers in Now I come to the point of build docker image / run container for Carla-Apollo bridge. My question is that which docker image should I use to replace auroai/cyber:v5.0.0 as used in the first line of I noticeed that there are many docker images on apolloauto/apollo and they are usually quite different from auroai/cyber:v5.0.0 in terms of contents and sizes. Could you give me some hints here? |
Hi, so sorry about the late reply. I missed this message for some reason. The auroai/cyber:v5.0.0 is an image with cyber built but without all the apollo code (see the build_cyber.sh script). You should be able to build and use that with the newer apollo instead of ours. |
Hi,
I just wonder do you think it will be lots of work to modify this to support CARLA0.9.9 and Apollo5.5?
The text was updated successfully, but these errors were encountered: