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

Question regarding modifying to the latest version of Apollo and Carla #5

Open
autofuzz2020 opened this issue Aug 29, 2020 · 3 comments

Comments

@autofuzz2020
Copy link

Hi,

I just wonder do you think it will be lots of work to modify this to support CARLA0.9.9 and Apollo5.5?

@AngelJA
Copy link
Collaborator

AngelJA commented Sep 3, 2020

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!

@AIasd
Copy link

AIasd commented Sep 9, 2020

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.
Then I build Apollo without any issues.

I also run carla 0.9.9 docker container and made modifications to the version numbers in get_python_api.sh and Dockerfile as you suggested.

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 Dockerfile?

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?

@AngelJA
Copy link
Collaborator

AngelJA commented Sep 18, 2020

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.

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

No branches or pull requests

3 participants