med-material / vrtactility

🤏 Exploring electro-tactile stimulation in Virtual Reality
Apache License 2.0
1 stars 1 forks source link

Stimulator battery level not showing in the `CalibrationScene` GUI #11

Closed kuff closed 1 year ago

kuff commented 1 year ago

Screenshot for reference:

image

This is caused by the port to Ardity, where some logic has not been updated to how the connection is now being handled. This should be a simple fix.

kuff commented 1 year ago

A version of the ConnectDevice script from before the Ardity port is available here. This is the script responsible for defining the battery level, especially lines 124, 125, and 135 are of interest in this regard.

kuff commented 1 year ago

Fixed as of https://github.com/med-material/vrtactility/commit/478cb420940d0c978800e99e6a18bfbc61acf587.