You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interfacing a new simulator through scenario-execution might be challenging because of the different design decisions. While e.g. Gazebo is "ticking" (i.e. moving forward in simulation time) stand-alone and publishing data to ROS2 directly (through network interfaces) others might need scenario-execution to tick (e.g. scenario_execution_pybullet).
The text was updated successfully, but these errors were encountered:
At the moment only Gazebo and PyBullet are supported (through the library
scenario_execution_gazebo
andscenario_execution_pybullet
).We would like to support further simulations.
Potential simulators to support (list might get extended):
Required Skills
Challenges
Interfacing a new simulator through
scenario-execution
might be challenging because of the different design decisions. While e.g. Gazebo is "ticking" (i.e. moving forward in simulation time) stand-alone and publishing data to ROS2 directly (through network interfaces) others might needscenario-execution
to tick (e.g.scenario_execution_pybullet
).The text was updated successfully, but these errors were encountered: