esmini icon indicating copy to clipboard operation
esmini copied to clipboard

a basic OpenSCENARIO player

Results 223 esmini issues
Sort by recently updated
recently updated
newest added

I know the default vehicle 3d model could be replaced. How about the grass and sky? Do they work in the same way? Thank you!

I am testing `esmini` with larger road networks, and I encounter some problems (possibly memory leaks) as the application gets unresponsive without showing the window. I was using the maps...

Hi! I'm running some demo scenarios in `esmini-demo`. And looks like there are some models failed to load. ![image](https://github.com/user-attachments/assets/0387aa65-b8a9-47ce-8772-6ac8af722c10) Is this how it is expected to be or I am...

Hi, I am using Esmini to replay a xosc file, which was built based "FollowTrajectoryAction". However, in the case, where vehicle accelerates from 0m/s, vehicle does not move at all....

In opendrive documant, the order of heading, pitch , roll is heading apply a vector first, then pitch ,then roll. ![a88e89cc57e1f1478550271dbe70cb94](https://github.com/user-attachments/assets/e39e3c01-9c78-4aff-b98d-370f6e2ccb25) I think the code is like this : **rollMatrix...

object_type_str should contain 'roadMark' not 'roadmark', 'soundBarrier' not 'soundbarrier', 'streetLamp' not 'streetlamp', 'trafficIsland' not 'trafficisland'. see OpenDrive spec: https://www.asam.net/index.php?eID=dumpFile&t=f&f=4422&token=e590561f3c39aa2260e5442e29e93f6693d1cccd#top-EAID_C47587D0_7173_42df_8BB7_36B2C598D95F

https://www.asam.net/index.php?eID=dumpFile&t=f&f=4422&token=e590561f3c39aa2260e5442e29e93f6693d1cccd#top-EAID_9692E2F3_4895_4ce6_A84E_FB1297B0B58E

Hi, I trying runnig scenario but it's getting stuck during loading map phase. When i check it on online opendrive viewer, it looks fine with no issues.

This is a draft/proposal to include [osc-validation](https://github.com/PMSFIT/osc-validation) in the CI pipeline of ESMini. Coming from the [European Synergies project](https://synergies-ccam.eu/), we developed an OpenSCENARIO engine validation tool called `osc-validation` (open source)....

According to [RelativeLanePosition](https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/RelativeLanePosition.html), dLane means deviation value between the laneId of the lane. For example, if ego car is on laneId=-1, and a target car has position of: ``` ```...