Difficulty of integrating with different game engines #386
Replies: 1 comment
-
Hi! I believe integrating RMF with an engine that is not Gazebo wouldn't be too hard, the main repos I would look at are rmf_simulation and rmf_demos. In addition to the robot / infrastructure logic contained in the book you linked / |
Beta Was this translation helpful? Give feedback.
-
I was wondering how difficult it would be to integrate with other game engines like Unity or Unreal as opposed to Gazebo. I've been skimming through the codebase and a lot of components seem pretty heavily integrated with Gazebo.
One idea I had was to communicate with a engine through a ROS bridge as if it were a real fleet of robots and follow this section: https://osrf.github.io/ros2multirobotbook/integration.html but I was wondering if anyone had a starting point to hack something like this together.
That, or if anyone could point me to where (if feasible) I could look to replace Gazebo. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions