I was testing CARLA, a self-driving car simulator on ubuntu 16.04.5 LTS last year and at that time, I had installed pygame. At that time pygame had been installed under /usr/lib/python2.7/dist-packages/pygame and I had fixed a file there to make it…
make.exe - System Error -
The code execution cannot proceed because libintl3.dll was not found. Reinstalling the program may fix this problem
I was trying to build CARLA with Unreal Engine on Windows 10. But this error keeps popping up. How and…
I'm learning the tutorial on https://leaderboard.carla.org/get_started/#11-download-the-carla-leaderboard-package%22, but when I run ./test_run.sh, the error occurred.
Trt
Traceback (most recent call last):
File…
I'm currently working on a project where I'm trying to create a trajectory visualization in a Pygame window, similar to the image shown below:
example
The concept behind this is to retrieve waypoints from Carla, and then draw a trajectory on the…
Are there any Carla experts here? I want to convert xodr file into jpg or png file but I don't know how carla loads the xodr file. The PythonAPI's example- no-rendering-mode.py gives me some idea. But i cannot find the xodr file that carla use.
I…
I'm currently working on integrating a YOLOv5 model into the Carla Simulator for autonomous driving applications. I've successfully trained a YOLOv5 model using a regular dataset I obtained from an online source, and it's working well. However, I'm…
I want to load a blueprint from the CARLA Simulator 0.9.10.1 to check some dimensions of a vehicle in a coordinate system (Lincoln MKZ 2017) in the Unreal Engine Editor.
I found the folder in CARLA that contains the .uexp and .uasset files. I put…
I have a sensor but it is coded in python. I do not want to convert it to C++. I want to integrate this with the Carla and use it just as any other sensor. However, sensors in Carla are writtten in C++. Therefore I want to write a skeleton sensor in…
I have a doubt with a Python class which is returning some arguments. In the following code, it is calling a python class ActorConfigurationData. The value of rolename before calling the class is 'ego_vehicle'.
new_actor =…
I am using MacBook M2 pro chip and trying to run Carla simulator on parallels VM but it doesn't work and give me this error The application was unable to start correctly (Oxc0000142). Click OK to close the application. how can I fix that error ?.
I…
I need to train an ML model to detect when a car in a driving simulator (Carla Simulator) has been overtaken by another vehicle. I realize this can easily be done deterministically but I'd need to demonstrate an ML model predicting this. The data I…
I am running carla on my TUF A15 laptop.
Initial configurations and vehicle spawning runs super fast but when i try to run pygame modules and camera sensors my simulator always crash
here are my system specs
OS - Windows 11 64bit
RAM - 16GB
GPU -…
I am using MATLAB automated driving toolbox, I need to have an environment like CARLA which can be implemented in MATLAB in windows and be compatible with Object Detection (YOLO), I would appreciate if there is any help to address this issue.
I…