A hololens project to show a HUD while driving an FRC robot.
- Modular Widget Design
- Voice Commands
- Load Dashboard from JSON file
Widget | Description |
---|---|
Camera Stream | shows a mpg stream |
Text Widget | shows a value as a string |
Command | Description |
---|---|
HUD Up | Moves the hud up in the world space |
HUD Down | Moves the hud down in the world space |
HUD Push | Moves the hud further away (only works when Tag Along is enabled) |
HUD Pull | Moves the hud closer (only works when Tag Along is enabled) |
Toggle Tag Along | Toggles if the HUD follows/rotates to stay in the users field of view |
Enable Tag Along | Enables Tag Along |
Disable Tag Along | Disables Tag Along |
Help | Lists off all of the available voice commands |
Please Note that this project is still in heavy development.