Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface other simulators #137

Open
fred-labs opened this issue Jul 31, 2024 · 0 comments
Open

Interface other simulators #137

fred-labs opened this issue Jul 31, 2024 · 0 comments

Comments

@fred-labs
Copy link
Contributor

At the moment only Gazebo and PyBullet are supported (through the library scenario_execution_gazebo and scenario_execution_pybullet).

We would like to support further simulations.

Potential simulators to support (list might get extended):

Required Skills

  • Python
  • (optional) simulator-specific knowledge
  • (optional) ROS2 basics

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 need scenario-execution to tick (e.g. scenario_execution_pybullet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant