Emil Knabe

Results 314 comments of Emil Knabe

Unfortunately there is no automatic collision detection by default between vehicles in the scenario. But you can utilize the [CollitionCondition](https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.1.1_Model_Documentation/modelDocumentation/content/CollisionCondition.html). Try this example, from esmini root folder: ``` ./bin/esmini --window...

This is not the first request for "global" collision detection, e.g. #58. And it's a good feature to have in esmini. So it's now implemented by commit 10ccab03996fcaa05edc2702fae7e12021707cfe. Included in...

Actually it is being discussed and it's in the backlog. We also see the need coming ahead. However it should not be expected in near time. Current best guess is...

The dynamic signal support has been delayed. Basically we had a change in backlog prioritization. And unfortunately no target date set. Sorry for broken expectations. I'll keep issue open to...

Unfortunately signals has been pushed down again in the backlog. Instead of keeping story open until implemented I choose to close it with simple but sad conclusion that signals is...

Thanks for report. The root cause is roads referring to non existing junctions. Probably the OpenDRIVE file is an excerpt from another one. But of course esmini should not crash....

Thanks a lot for this bug report. Very good finding of a case that we missed (a specific mix of position types in the pline trajectory). The clear description along...

Good that the initial issue is solved. I haven't heard of the version.cmake issue before. So maybe this is something introduced in the latest version. I can't figure out any...

Short answer is no. We haven't designed the CSV_logger to be configurable (which would be great). The CSV_logger is actually an old contribution via pull request. The best solution would...

If you just want to use esmini for playing and viewing scenarios you can get the demo package for your platform (Windows, Linux, Mac) from latest release: https://github.com/esmini/esmini/releases Then I...