-
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the follo…
-
Thanks for the great work!
I am wondering can i add cars to the env and make them run autonomously?
And how can i change the weather?
I cannot find the document on the web, is there a document to e…
-
Hi,
I had a lot of errors running "python install.py" I could handle it, but I got stuck in error
`ImportError: No module named 'deepdrive_client'`
Where can I find this module?
Thanks for help. …
-
Hi, I notice that when I run the example.py script in master, the simulator doesn't run synchronously with python.
I want to train an RL agent on each time step, and I want the simulator to pause w…
-
Hi, `python install.py` on a clean windows install (with git, python 3.7, of course), comes up with the following error:
`
RuntimeError: C:\Users\[...]\AppData\Local\Programs\Python\Python37\pytho…
-
Hi,
I am currently running a heavy model using this simulator which requires high dedicated GPU RAM(using my GTX 1060 6GB RAM). Although alone it runs without issues, it fails when I run it along…
-
I'm trying to find the best way to export images over the network (to test vision algorithms on an embedded computer). I've written a way of sending the rendered output from AirSim using gstreamer an…
-
Hi,
I tried installing Deepdrive, following the "README" instructions, but at the end of the installation, just when UE4 starts, it crashes without giving any reason.
I found this in the console, pr…
-
Hi,I am going to install deepdrive in a container created by nvidia-docker, but I got an error. I will be very appreciate if someone can help to fix it.
Here is my system information:
Host operati…
-
Hello,
Thank you for sharing such a nice framework for autonomous driving researchers in advance.
I tried deepdrive standalone but I want to set it deeply so I cloned this reposity to edit it on U…