I tried to change a generated depth map in CARLA to BEV. But it didn't work correctly and doesn't have a correct top-down view. Here is my code:
import numpy as np
import cv2
import math
from numpy.lib.type_check import imag
from PIL import Image,…
I am working to install Carla from source and already installed the unreal engine. When i try to build the CARLA using the make Python API command, i am getting an error as
C compiler "C:/Program Files (x86)/Microsoft…
Carla Version: 0.9.13
Question: can sensor.semantic_segmentation support "reflection" label? That is whatever reflection pixel will be labeled as "reflection". The reflection area includes: wet road (water reflection), shiny metal (mirror…
I am following reinforcement learning carla simulation and i got Exception in thread Thread-1: error and i do not know what is the actual problem of this code ?
In video tutorial, it does not seem for the following error to present
This is my code…
I'm trying to install CARLA 0.9.13 on Python 3.10. on Windows 8.
I'm following the steps mentioned in this guide.
When I reach this point I'm having troubles with the following piece of instruction.
Install Client Library
Specifically with this…
I've been stuck forever in trying to extract parametervalues from the materials which are hit by my ray from RayCast. I've been mainly focused on gaining a material sample of the Actor hit, following something like this structure:
FHitResult&…
I am new to carla and image processing. I want to capture image in bayers format(currently it is in rgb format).
In order to do that I need to underatand the flow how unreal engine camera capture image (rgba format) and how carla convert it to…
I am trying to create a dataset for later ML model training for lane detection. As input I want to use the picture from carla rgb-camera(left side of the image) and label should be the [x, y] point of the available lane.
So the problem is: How can i…
I've just been exploring Carla. I was trying to install Carla for the first time and have been following the documentation. While doing so, I had encountered the following error while trying to install the client-library for Carla 0.9.12+.
ERROR:…
i am new to carla and have one question regarding the statement (below mentioned) in carla docu:
how to understand the simulation time and time step mentioned in the statement? Is this same as rendering frame?
"There is a difference between real…
With 'ShowDebugTelemetry', I'm able to display the vehicle telemetry data while running a simulation. But I want to export this data (forces generated by each tire) to an external file so that I can change the vehicle parameters and see its impact…
I'm pretty new to ROS and Carla, but I'm doing a project on imitation learning that needs to extract data from ROS. I'm using this library rosbags to retrieve data.
With other datas like image and speed, I could easily extract and deserialize with…
I downloaded the Carla simulator to my Windows PC and I am trying to link Carla real engine to python but I am not sure how. I want to be able to locate vehicles using python. How do we access the interface in python?
Thank you!
I’m working on importing my own vehicle model into Carla, but I’m facing an issue while running the vehicle in the Carla simulator. The vehicle doesn’t seem to be moving and the wheels are moving on a different axis. I have attached the relevant…
when i run ./CarlaUE4.sh i get this error:
chmod: cannot access '/media/tamo/TAMOSSD/carla/CARLA/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping': No such file or directory
./CarlaUE4.sh: 5:…