Update : all what I need know how to use cloudflared?
I followed this:
https://colab.research.google.com/github/MichaelBosello/carla-colab/blob/master/carla-simulator.ipynb
In order to install carla simulation on google colab
first: I don't know…
In Carla simulator I can make some traffic using generate_traffic.py
But I want to make some cars or pedestrians ignoring traffic lights.
In this case what code should I change?
I tried to change an existing CARLA simulator map road slope like San Francico downhill intersection. Can not find an editor for it. Would anyone suggest a right tool to do it? a tutorial link will be even better. Thanks a lot for your help.
It's been quite a while that I am struggling to solve an issue but no success. I would like to run Carla simulator 9.10.1 in their provided docker container on a headless (without display) cluster which is managed by Slurm. We use enroot containers…
I'm trying to run this notebook which causes GPU session to disconnect within 10-15 minutes. I tried with different accounts, and I get the same results. If I try to reconnect, I get You cannot currently connect to a GPU due to usage limits in Colab…
i followed the instructions on Create semantic tags to create my custom tags.
I created two new folders, ChevronSign and YellowLine
Then i added the tags to ObjectLabel.h in LibCarla/source/carla/rpc
Then i edited Tagger.cpp in…
Hi I have followed the newest Carla release following this:
However when I run the spawn_npc example I have the error below:
/opt/carla-simulator/PythonAPI/examples$ python3 spawn_npc.py
Traceback (most recent call last):
File "spawn_npc.py", line…
I am preparing a project about self-driving vehicles and I will work on the Carla simulator. I am using Ubuntu 18.04 LTS and installed Unreal Engine version 4.24. I've done the steps in the Carla document one by one, but when running the UE4Editor,…
I am working with Carla 0.9.9 in Unreal 4.24 (Windows10/RTX2080) right now in order to get some basic autonomous driving functions going. So far it seems to be working fine, but I have a weird problem and I'm quite confident that it's not caused by…
I am trying to run carla Simulator on Azure ubuntu 18.04 machine, but as per the document we need to create an account in GitHub and Unreal engine, and we need to link those two accounts. Whether carla is dependent on unreal engine? Do we need to…
I've been trying to play around with the Carla self-driving car environment but I run into "AttributeError: module 'carla' has no attribute 'Client'" when I try running the code from this tutorial:…
I've tried to run this code on Carla's command prompt window but it generates the error NameError: name self is not defined here:
self.model.compile(optimizer='adam', loss=self.conditional_loss,
metrics=[self.conditional_loss,
…
I am trying to design an MPC controller in Python but I really don't know where to start. I watched videos on YouTube but I was confused even more. Basically, this is for a simulated autonomous vehicle. I've finished the PID controller for it but I…
I'm quite new to Ubuntu. On my machine, running Ubuntu 20.04 with Python 3.8, I'm trying to run a program which does not support Python 3.8, but it requires Python 3.7 (FYI, it is Carla Simulator).
I need pygame, but when installing it through pip…