Johannes Schmitz

Results 175 comments of Johannes Schmitz

Spiral (clothoid) as well as ParamPoly3 are not implemented in the latest release. However, I am currently working on the clothoid so stay tuned 😊

@ansysMatt First version of the clothoid (Euler spiral) road operator has now been added. There is still a lot of work to do be able to properly build spiral -...

The download links can be found on the release page like for every GitHub project (this is a standard GitHub feature): https://github.com/johschmitz/blender-driving-scenario-creator/releases

It would be possible to compile the esmini core libraries to WebAssembly with emscpriten and use a WebGL or WebGPU based visualization based on glTF assets. This project has demonstrated...

@eknabevcc I believe the best way would be to use webassembly and implement it very similar to this project: https://github.com/grepthat/libOpenDRIVE See the web viewer example in the readme. For the...

That's good, you can continue to numbers like 0.18.0 and keep increasing in small steps until you feel you are ready for 1.0.0 🙂

I didn't know about OpenCOVER, can you tell me where to find more information about it?

I think it is good that it is this way round and the trajectory gets priority in this scenario.

Okay maybe I can skip the initial lane change when there's already a trajectory attached.

I will give it a try with your trick. The general thing is I haven't implemented sampling the road/lanes back from Blender rayast hits. So using world coordinates and letting...