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

Python3.8 can use? #1

Open
yihsinma opened this issue Nov 28, 2023 · 3 comments
Open

Python3.8 can use? #1

yihsinma opened this issue Nov 28, 2023 · 3 comments

Comments

@yihsinma
Copy link

I'm already installed carla0.9.13(python3.8) and carla_ros_bridge,and i want to connect carla_ros_bridge
You can tell me how to do?
thanks.

@kochlisGit
Copy link
Owner

I have no idea. Perhaps you could refer to their documentation.
https://github.com/carla-simulator/ros-bridge

or even a tutorial on Youtube:
https://www.youtube.com/watch?v=imUEtBt8wXk&list=PLbRa-L0fnTUzI6T6GBqBDYX9BSJjxySLZ&ab_channel=AlexaDevelopers

@yihsinma
Copy link
Author

yihsinma commented Dec 8, 2023

I have no idea. Perhaps you could refer to their documentation. https://github.com/carla-simulator/ros-bridge

or even a tutorial on Youtube: https://www.youtube.com/watch?v=imUEtBt8wXk&list=PLbRa-L0fnTUzI6T6GBqBDYX9BSJjxySLZ&ab_channel=AlexaDevelopers

If I don't use ros, can python3.8 be executed?

@kochlisGit
Copy link
Owner

I think Carla 0.9.13 supports up to Python 3.7. Try download this version of Python. Alternatively:

  1. Download the newest Carla simulator.
  2. Download Python 3.8 (unless you already have it installed)
  3. Download carla library: pip install carla==0.9.14 or 15 depending which version you download.
  4. Run the script again. It is possible however that they make changes to their source code. I don't believe that 0.9.14 differs from 0.9.13 a lot, so perhaps it runs without problems.

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

2 participants