YCPRadioTelescope / TelescopeVisualization

VR/AR for the radio telescope
GNU General Public License v3.0
2 stars 3 forks source link

Simulation and M&K game give error about no VR headset connected #111

Closed YCPjsteck closed 2 years ago

YCPjsteck commented 3 years ago

When running the simulation or M&K game, you'll get a pop-up window telling you that no VR headset could be found. This is because we've bundled everything into a single project, so the VR game looks for a headset to work, but the simulation and M&K game are still looking for a headset despite not needing it.

Investigate whether we can suppress this error message or simply stop these versions of the project from looking for a headset.

YCPjsteck commented 3 years ago

This is more of an inconvenience than anything so I wouldn't consider this high priority.

YCPjsteck commented 3 years ago

https://github.com/YCPRadioTelescope/TelescopeVisualization/commit/4730b985c6f3ee41da776611d186a1bfe4085c11 fixes this for the simulation.

Derek-Herr77 commented 2 years ago

Fixed by pull request #152