You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build a little educational game where students must assemble short algorithms to solve a maze, akin to the "hamster simulator" or "Robot Karol".
I need a way to directly read the sensor data of the Temi's various sensors in order to implement a "if(wayIsBlocked())" functionality. Is there any way to directly read the sensor data? I already tried Android's SensorManager and CameraManager.
The text was updated successfully, but these errors were encountered:
I want to build a little educational game where students must assemble short algorithms to solve a maze, akin to the "hamster simulator" or "Robot Karol".
I need a way to directly read the sensor data of the Temi's various sensors in order to implement a "if(wayIsBlocked())" functionality. Is there any way to directly read the sensor data? I already tried Android's SensorManager and CameraManager.
The text was updated successfully, but these errors were encountered: