MRViz is a mixed reality toolkit which allows to visualize a robot’s real-time perception of its environment, e.g. a LIDAR point cloud or a heatmap, in the physical world using a Microsoft HoloLens 1/2 headset, Windows integrated cameras and Android devices.
A demonstration of MRViz's capabilities is available on our webpage.
The toolkit can be tested using Unity and a rosbag file which simulates a robot.
Steps:
- Clone the repository
- Open the MRViz directory as a project using Unity Hub
- Build the project for "PC, Mac & Linux Standalone"
- Launch a Docker container with the used rosbag (follow instructions in README inside
ROS
directory) - Open the MoveWithCube scene in Unity
- Press the Play button
MRViz can be tested in the real world using an Android phone.
Setup:
- Install the Unity Remote app on your phone
- Build the Unity project for "Android"
Look at the extended Readme here