-
Trying to install carla 0.9.11 using the .egg file provided in the carla zip in the repository. Here is what I did to try and install it:
`easy_install D:\SelfDriving\CARLA_0.9.11\WindowsNoEditor\Pyt…
-
when i installed d4rl, i am going test like that
>>> import gym
>>> import d4rl
Warning: Flow failed to import. Set the environment variable D4RL_SUPPRESS_IMPORT_ERROR=1 to suppress this message.…
-
How to solve this problem?
(Autonomous-vehicle) ma@ma-ROG-Strix:~/Desktop/carla/PythonAPI/Autonomous-Vehicles-Adaptive-Cruise-Control/code/agent$ python3 straight_lane_agent_c51_training.py
2023-12-…
-
I'm trying to create a custom RL environment for CARLA using `leaderboard_evaluator.py` as a template, but I'm running into some issues when trying to reset the custom environment (after an episode is…
-
Hi! I am trying to use a combination of `box64`, `wine64` and [yabridge](https://github.com/robbert-vdh/yabridge) for running x64 Windows audio plugins on my Raspberry Pi 4. I am already able to use t…
-
(gym_carla) why@why-why:~/Downloads/gym-carla$ python test.py
Traceback (most recent call last):
File "test.py", line 10, in
import carla
ModuleNotFoundError: No module named 'carla'
Ps…
-
### Bug Summary
Carla fails to load in the latest nightly
#### Steps to reproduce
Install Carla on Linux system. Download LMMS Nightly build. Run LMMS.
#### Expected behavior
Carla appears in ins…
-
Hi everyone! I am a student, and I am trying to use Carla for my research on Autonomous Driving. However, I meet a tough problem, which makes me mad now.
The following is my problem:
I have tried…
-
CARLA version:0.9.15
Platform/OS:Ubuntu20.04、ROS Noetic
Hello, everyone.I am a student when I install carla I have a problem that is "make python".
I create a python3.7 enviroment named car…
-
CARLA version: 0.9.15
Platform/OS: Ubuntu 22.04
Hi,
I've been able to build CARLA from source and package it on my platform using Ubuntu's default Python 3.10, but the packaged version does not…