lgsvl / simulator

A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Other
2.29k stars 780 forks source link

LGSVL and Open Simulation Interface (OSI) #1554

Closed ffzero1 closed 3 years ago

ffzero1 commented 3 years ago

Hello,

Does SVL simulator support open simulation interface (OSI) to work with test management tool such as ECU-Test?

Thanks!

lemketron commented 3 years ago

SVL Simulator does not support OSI. SVL Simulator was designed for real time simulation and thus sensors are very tightly coupled with the core simulator (though built as separate plug-ins) for high performance and frame rate when simulating complex sensor sets.

Because SVL Simulator is open source and extensible through many plug-in APIs as well as the Python API, it's possible that someone could create an interface between OSI and SVL but I'm not aware of anyone who has done so.

ffzero1 commented 3 years ago

Thank you for the answer.