Questions tagged [carla]

CARLA is an Open-source simulator for autonomous driving research

Project page

git hub sources

53 questions
3
votes
0 answers

Tensorflow.python Framework FailedPreconditionError: Error while reading resource variable from container: localhost

I am working on a project to simulate the autonomous car driving using CARLA simulator. I read somewhere that keras doesn't handle threading well, is it true? Also, while running the training script using Tensorflow, we created multiple threads for…
2
votes
1 answer

What is the output format of CARLA rgb camera sensor

I see many python example for the RGB camera. But can not find any C++ example for the rgb camera output. How is the data stored in the callback data of CARLA RGB Camera Sensor? It is possible to get the data output by reading code- but thought…
2
votes
0 answers

Unreal Engine cannot generate .uexp file

I created a map level using Unreal Engine. When I save the project I am able to see the map.umap and map_BuildData.uasset. I need map.uexp file in order to load it into another application. How can I generate it? I understood that I need to follow…
1
vote
0 answers

Where can I find CommonTireConfig or how should I add it?

While rigging vehicle for carla, I cannot find CommonTireConfig in UnrealEngine4. What should I do? UE4 screenshot
user9854891
1
vote
1 answer

SSH connection is not working @ showing "colab@0.tcp.in.ngrok.io: Permission denied (publickey,password)."

procedure followed: run the colab code after generating the root, colab password , vnc password..etc and ssh command cmd=> ssh command copied from result of colab . link to colab code from…
saikumar
  • 11
  • 3
1
vote
1 answer

Is it possible to run Carla simulator in Google Linux VM instance

I am trying to run Carla simulator in Google Linux VM instance (Ubuntu 20.4 with GPU NVIDIA Tesla P100 Virtual Workstation). I used NoMachine to remotely connect to the instance. All the installation steps are done perfectly but when I run Carla…
1
vote
0 answers

Cannot present continuous image through cv2.imshow() while receiving camera data from Carla

I'm learning the program from https://pythonprogramming.net/control-camera-sensor-self-driving-autonomous-cars-carla-python/ , but i can only get static image through cv2.imshow(), while receiving carame data from Carla,and the code related to…
Exasor
  • 11
  • 1
1
vote
0 answers

Failed to Open Descriptor File

I am making a Self Driving Car with Python Using Carla. I have installed Carla version 0.9.5 but when I am opening the CarlaUE4.exe file I am getting this error. Please, help me to solve it I have also seen some forums but nothing helped me!
Pritish Mishra
  • 305
  • 3
  • 10
1
vote
1 answer

how to install carla simulator in google colab

I am trying to run carla simulator in a google colab with python jupyter notebook. I followed the guide and I executed the following commands !pip install pygame !pip install numpy !sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys…
Yedidya kfir
  • 695
  • 8
  • 25
1
vote
1 answer

Does it matter if i started training of my keras model with a big value of the loss function

working on self driving car cnn model to compute the steer with the speed by taking the pervous speed sequences.when we implemented the model the first loss is huge but it decreases.So does matter the start of the loss is huge.
Reham
  • 75
  • 5
1
vote
2 answers

Carla Python/C++ extension - import error: undefined symbol Ipopt

I implemented a MPC controller within CARLA 0.9.8 trafficmanager. That MPC controller is dependent on IPOPT. Carla make commands (make rebuild; make PythonAPI) work fine. However import carla in the python script spawn_npc.py throws the following…
Chris
  • 11
  • 1
1
vote
0 answers

How to transform pointcloud from sensor frame to global frame

I am using carla simulator. From the simulation, I am logging the pose of the car and the pointcloud from the stereo camera at every 50 ms. I want to make a pointcloud map of the roads I have driven on. So pose is with respect to global reference…
Samm Flynn
  • 303
  • 1
  • 9
1
vote
0 answers

Carla simulator example doesn't work well

I tried to run automatic_control.py of the carla examples, but when I set --agent arg to "Basic" the program executes but the carla window doesn't show anything. Instead of this, when I set --agent arg to "Roaming" it works well. I was trying to…
EvaMGG
  • 149
  • 6
1
vote
1 answer

This scenario requires to use map Town01

I am using Ubuntu16.04, CARLA 0.9.6 and the Scenario Manager 0.9.6. I have already opened an issue: https://github.com/carla-simulator/carla/issues/1888 ./CarlaUE4.sh /Game/Carla/Maps/Town01 -windowed -ResX=320 -ResY=240 -benchmark…
p3t3boy
  • 33
  • 4
1
vote
1 answer

Creating overtaking (hardcoded) scenario with Carla

I have spawned two cars right behind. When I start the autopilot, the cars drive around, but the car behind does not overtake the car in front. I have already asked for that in the CARLA discord channel, but without answer so far. I know that the…
p3t3boy
  • 33
  • 4
1
2 3 4