GithubHelp home page GithubHelp logo

Comments (15)

Amin-Tgz avatar Amin-Tgz commented on July 3, 2024 2

HD maps are packed during packaging unreal project, all of them could be found in the content folder as a single .pak file.
for connecting carla with Python API, first clone carla source and then change directory to PythonAPI/carla
with a python3.6 environment run this command:

python setup.py install

after egg file created in dist folder, you are able to run example codes like manual_control.py

from awesome-carla.

e270889o avatar e270889o commented on July 3, 2024 2

from awesome-carla.

Amin-Tgz avatar Amin-Tgz commented on July 3, 2024 1

@mariek95 in Unreal-> File-> Package Project -> Package for windows x64 (shipping)
see in official docs

from awesome-carla.

georgeliu233 avatar georgeliu233 commented on July 3, 2024 1

Where can I find the file :carla-0.9.6-py3.7-win-amd64.egg?

from awesome-carla.

georgeliu233 avatar georgeliu233 commented on July 3, 2024 1

@roserbatlle Thx a lot !!๏ผ ๐Ÿ˜„๐Ÿ˜„๐Ÿ˜„

from awesome-carla.

mariek95 avatar mariek95 commented on July 3, 2024

@Amin-Tgz
How did you manage to get the executable CarlaUE4.exe for the Carla version 0.9.6 for windows?
I successfully build the version 0.9.6 on my PC, but there is no CarlaUE4.exe.

from awesome-carla.

DamnRicky avatar DamnRicky commented on July 3, 2024

@Amin-Tgz Thanks! Maybe this information can be added directly to a guide.

from awesome-carla.

e270889o avatar e270889o commented on July 3, 2024

HD maps are packed during packaging unreal project, all of them could be found in the content folder as a single .pak file.
for connecting carla with Python API, first clone carla source and then change directory to PythonAPI/carla
with a python3.6 environment run this command:

python setup.py install

after egg file created in dist folder, you are able to run example codes like manual_control.py

What am I missing?

Traceback (most recent call last):
File "setup.py", line 124, in
ext_modules=get_libcarla_extensions(),
File "setup.py", line 84, in get_libcarla_extensions
libs = [x for x in os.listdir('dependencies/lib') if any(d in x for d in required_libs)]
FileNotFoundError: [WinError 3] El sistema no puede encontrar la ruta especificada: 'dependencies/lib'

setup.py says this

    # Search for files in 'PythonAPI\carla\dependencies\lib' that contains
    # the names listed in required_libs in it's file name

but PythonAPI\carla\dependencies\lib does not contains any dependencies folder

from awesome-carla.

roser-br avatar roser-br commented on July 3, 2024

Dear all,
I am currenlty facing the same problem as @e270889o exposed above!
Is there any tip on how to solve it? When should the dependencies folder be generated?
Thanks in advance!

from awesome-carla.

e270889o avatar e270889o commented on July 3, 2024

from awesome-carla.

roser-br avatar roser-br commented on July 3, 2024

In the discord someone posted a egg file. So copypaste the API from the Linux release, then replace the egg for the one from the discord. Then install it with easy_install

thanks for your reply @e270889o! However, I wasn't able to find this egg file you refer to. Maybe you could redirect me to it? I've tried to use the egg file from 0.9.6 release but I get the following error now when doing easy_instal xxx.egg:

imagen

So it is unable to reach to the specific file....

Thanks again!

from awesome-carla.

roser-br avatar roser-br commented on July 3, 2024

Thanks a lot @e270889o! I was able to solve my problem!

from awesome-carla.

roserbatlleroca avatar roserbatlleroca commented on July 3, 2024

@georgeliu233 check on Carla's channel in discord.org, you'll find the egg file there ๐Ÿ˜„

from awesome-carla.

georgeliu233 avatar georgeliu233 commented on July 3, 2024

@roserbatlle Thanks again! I was able to successfully installed the egg file, but when I was running the example py file, it occurred the following incompatibility warnings in the control panel, and the e.g. automatic control.py seems to be ineffective:
WARNING: Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API
WARNING: Client API version = 0.9.6-16-gd1d9174a
WARNING: Simulator API version = 0.9.6-22-g2b120e37-dirty
How to solve such problem?

from awesome-carla.

roserbatlleroca avatar roserbatlleroca commented on July 3, 2024

@georgeliu233
I did encounter this warning as well, but I wasnโ€™t a problem for me. Most of my development has been focused on manual_control.py and everything worked well :)

from awesome-carla.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.