-
Notifications
You must be signed in to change notification settings - Fork 37
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 0.9.10 compatibility? #18
Comments
Hello, were you able to find a solution for this? |
Thanks for checking in, we actually ended up implementing a similar framework on our end
Momchil Tomov
Sent from my iPhone
… On Aug 13, 2021, at 3:37 PM, Jenny Wang ***@***.***> wrote:
Hello, were you able to find a solution for this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I've done some changes to make this Environment compatible with Carla 0.9.13 (hopefully 0.9.10+), maybe you can check out my fork repo |
@Morphlng OAtomobile requires: absl-py==0.9.0 absl-py>=1.0.0 (conflicts with OAtomobile's requirement for absl-py==0.9.0) pandas>=1.0 (conflicts with OAtomobile's requirement for pandas==0.25.3) scipy>=1.5.0 (conflicts with OAtomobile's requirement for scipy==1.4.1) Any guidance or suggestions you can provide would be greatly appreciated as I aim to utilize OAtomobile for my project. Thank you for your time and assistance. Best regards |
@chungcode0218 Have you tried to loosen up these requirements in oatomobile. I.e., delete the specific version requires, install TF2 first and then oatomobile? I haven't been using this project ever since we've started to build our own env. But as far as I'm concerned, the environment is not using any particular feature that requires you to maintain these conflicting libraries as their original specified version. |
Thank you for your prompt response and helpful suggestions. I will try loosening the version constraints and installing TensorFlow first as you recommended. Appreciate your guidance on this! Best regards |
Thanks for your work,but there some problems in 0.9.10 |
thanks for your work ,but there are some problem when i run the code |
@942411526 Hi! This error happened because since Carla 0.9.12, GlobalRoutePlanner's API has changed. Originally, you would have to first instantiate a Because my fork was targetting version 0.9.13, this kind of unmatched api can happened. |
Hi, great repo! Wondering of it's compatible with the latest Carla? Getting some segfaults:
Thanks!
The text was updated successfully, but these errors were encountered: