Open semmelknoedel opened 2 years ago
One additional information I found out today: When I use self.client.start_recorder(recorder_name, True)
it crashes. When I replace True with False there is no problem any more. However, then the metric tool doesn't have all information available.
Describe the bug Some scenarios, e.g., FollowLeadingVehicle_1 lead to a crash when the --record flag is set. Other scenarios can be recorded, e.g., when OpenScenario is used or ChangeLane_1 don't. The crash occurs with the call of: self.client.start_recorder(recorder_name, True) in scenario_runner.py I'm using the release version of carla. I also tried it with the docker container. Both have the same behavior.
There are some very rare random occasions when this doesn't lead to a crash, but I cannot see why.
To Reproduce
Desktop (please complete the following information):
it crashes with
It doesn't happen when the SCENARIO_RUNNER_ROOT is not set right.