Emil Knabe
Emil Knabe
It seems that esmini (or OpenGL in the end) fails to create a window with a graphics context. If the case is that you have no X environment, only a...
BTW: From the images you can easily create video clip. See info here: [User guide - Create video clip of a scenario](https://esmini.github.io/#_create_video_clip_of_a_scenario). For creation of videos no GUI or X...
This is outside my comfort zone, but maybe you could create a minimalistic script that launces esmini with specified scenario. Something like: ``` #!/bin/bash ./bin/esmini --window 60 60 800 400...
I'm glad that you found a working solution. Good enough is usually good enough. Thanks for sharing the temporary solution. Maybe someone, with more experience than me on this topic,...
I see, it totally makes sense. The combination of conditions adds the need for keeping track of condition evaluation results during the delay window until triggering. For simulationTime, only one...
I think the reason is the condition rule "equalTo". With this rule the condition will ONLY be true when simulationTime becomes exactly equal to specified time value. This is perfectly...
Good question, and this is a bit tricky. Thanks @mander76 for filing good answer! Meanwhile, I updated the User guide with some more info and examples on this topic: [User...
**1. "predetermined" trajectories from the ghost** Yes, ghost is magic, it can perform any action. Currently it's not limited by the performance settings of the "real" vehicle. The resulting trajectory...
I would need more details regarding your use case in order to understand exactly what's needed. But I think you have an interesting request, to inject actions over UDP. So...
Ok. Good to know. We'll schedule a new release within a few days.