Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infin8gamer1/frc-holodash
A hololens project to show a HUD while driving an FRC robot.
https://github.com/infin8gamer1/frc-holodash
first-frc first-robotics-competition frc hololens stealth-robotics
Last synced: 12 days ago
JSON representation
A hololens project to show a HUD while driving an FRC robot.
- Host: GitHub
- URL: https://github.com/infin8gamer1/frc-holodash
- Owner: Infin8Gamer1
- License: mit
- Created: 2019-01-09T03:43:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T14:32:54.000Z (over 5 years ago)
- Last Synced: 2024-11-02T11:03:30.861Z (12 days ago)
- Topics: first-frc, first-robotics-competition, frc, hololens, stealth-robotics
- Language: C#
- Homepage:
- Size: 9.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FRC HoloDash
A hololens project to show a HUD while driving an FRC robot.
## Features
- Modular Widget Design
- Voice Commands
- Load Dashboard from JSON file
## WidgetsWidget | Description
--- | :---:
Camera Stream | shows a mpg stream
Text Widget | shows a value as a string
## Voice CommandsCommand | 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.*