Augmented Reality Module for Hololens 2 developed in Unity for HoloElbow Project Thesis [Antonio Cangelosi, Giacomo Riberi]
01-HoloElbow-XRay-Simulator is developed using Unity and is part of the HoloElbow Project Thesis. This project includes a module for simulating X-rays on an elbow model (01_01_Xray) and a tool for evaluating the accuracy of the tracking system (01_01_Xray).
- Augmented reality interactions using Hololens 2
- Simulation of X-rays on an elbow mannequin model
- Tool for assessing the accuracy of the tracking system
- Developed with Unity for a seamless AR experience
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/01-HoloElbow-XRay-Simulator.git
- Open the project in Unity.
- Ensure you have all necessary packages installed.
- Connect your Hololens 2 device to your development environment.
- Build and deploy the project to your Hololens 2.
Once the project is installed on your Hololens 2, you can start exploring the augmented reality features by launching the application. Follow the on-screen instructions to interact with the X-ray simulation and use the tracking system evaluation tool.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.