Unreal plugin for robot visualisation using ROS connecting with WebSockets. This plugin supports controlling robots built on SkeletalMeshActor and switching physics with an external physics engine MuJoCo.
To run this plugin properly, some dependencies need to be included. From Unreal side I use UROSBridge for ROS Communication and UUtils for coordination exchange between Unreal world and ROS world. To import robot from FBX format, I implemented an add-on for Blender urdf_importer, which can be used to convert robot from URDF to FBX format with textures. The robot can be controlled using physics engine of MuJoCo with ROS Interface from mujoco_sim. See Wiki for more information.
The tutorials can be found in Wiki