-
_This issue have changed alot since it was opened. Take your time to investigate ;)_
# New and automated instructions
**Now exists an automated way to use and modify CARLA in Windows!**
Take a lo…
-
CARLA version: dev + UE5, build from source
Platform/OS: Windows 11
Problem you have experienced: After 2-3 hours by the last command "cmake --build Build --target launch", the build failed
What…
-
Dear Carla developers, contributors, and users.
I would like to set up a scenario in Carla where multiple RGB cameras capture images at different times. I have noticed that the images captured by t…
-
Carla version: 0.9.11 (source)
OS: Ubuntu 18.04.5 LTS
Python version: 3.7.6
`make PythonAPI` failed and here is the error message:
```
2021-03-22 16:06:28 (4.25 MB/s) - ‘boost_1_72_0.tar.gz’ sa…
-
We want to prepare a demo for industry night. We have previously set up CARLA (a simulator) to work with an older version of Autoware that publishes `/control` messages to steer/accelerate the Twizy. …
-
Carla version number: 0.9.10.1-112-g993f440b
Commit: 993f440bb804f22ec4e94653e1dd97fb0ce6babc
Platform/OS: Ubuntu 18.04.4 LTS
I have observed that some obstacles (mostly 2 wheelers) have an e…
-
Thanks for your work. I'm wondering if you push the agent to the online leaderboard. What is the score for the work?
For Table I in the paper, screenshot here:
![image](https://user-images.githubu…
-
### Required prerequisites
- [X] I have read the documentation .
- [X] I have searched the [Issue Tracker](https://github.com/PKU-Alignment/omnisafe/issues) and [Discussions](https://github.com/PKU-A…
-
```
temp_map = self.world.get_map()
for landmark in temp_map.get_all_landmarks_of_type('1000001'):
if landmark.id != '':
traffic_light = self.world.get_…
-
I've been try to build the UE5.3 version of CARLA for a bit now and I can't seem to solve this problem.
I'm able to install all dependencies and configure fine, but when I run `cmake --build Build…