PatrickPromitzer
PatrickPromitzer
Hi, I had this error before, and fixed it. You can try using ``` export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/bin/python3.8" ``` (I added it in my .bashrc) You may have to change the python...
I believe you mean this kind of recording https://carla.readthedocs.io/en/0.9.15/adv_recorder/#recording If you use Carla to create an recording, it will not save sensor data. The sensor have to be added and...
If I understood it right, you have 3 types of data. 1. Carla recording - Actor data 2. Sensor data - Camera 3. External data - Eye tracker The [sensor_synchronization.py](https://github.com/carla-simulator/carla/blob/dev/PythonAPI/examples/sensor_synchronization.py)...
Hi, I know that the bounding box values are not accurate, but for the actors you are using, it shouldn't be 0.0 ``` vehicle.harley-davidson.low_rider "size": { "x": 2.350175619125366, "y": 0.7662330269813538,...
Update Crash Report form Unreal Engine Editor ``` LoginId:2d6b36dc50fd46ec957a72287ad14a23-000003e8 EpicAccountId: Assertion failed: Stream.has_value() [File:/apps/carla_source_0.9.15/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Sensor/DataStream.h] [Line: 54] libUE4Editor-Core.so!FGenericPlatformMisc::RaiseException(unsigned int) [/apps/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp:472] libUE4Editor-Core.so!FOutputDevice::LogfImpl(char16_t const*, ...) [/apps/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp:61] libUE4Editor-Core.so!AssertFailedImplV(char const*, char const*, int, char16_t const*,...
> I have the same problem for carla 0.9.15 for released version . It just crashed with tips below. RuntimeError: time-out of 2000ms while waiting for the simulator, make sure...
I had a similar problem, but you'll have to look in the Log to find the problem. The problem I had was a file in the Unreal/CarlaUE4/Content folder. One Object...
There is one thing I just noticed. You can try to change the default and startup map in Unreal/CarlalUE4/Config/DefaultEngine.ini for example ``` EditorStartupMap=/Game/Carla/Maps/OpenDriveMap.OpenDriveMap ``` I can't say if it helps,...
If it is about the Content.tar.gz file, you can try to create a sha256sum hash, to see if there is a problem. Download the file directly: https://carla-assets.s3.us-east-005.backblazeb2.com/20231108_c5101a5.tar.gz and create a...
I forgot about the sub-folder "Carla" in which the content of the Content.tar.gz file should go into. I update my command to make it clear for people in the future....