srepmub / tacovr

An infento-based omnidirectional VR treadmill
GNU General Public License v3.0
17 stars 3 forks source link

TACO VR

An Infento-based omnidirectional VR treadmill (unfinished prototype!)

Screenshot

Links

Similar projects

Infento parts list

parts

order them at the infento parts shop

Electronics components

NOTE: stepper motors are probably not a great idea. for the next iteration, BLDC motors seem like a better idea: cheap, more powerful, silent. also potentially flat, if we use an electric bike one. for example a Vevor 48V 1500W scooter motor costs about 100 euros. an Odrive S1 can drive it (150 euros), and an 48V 1500W power supply is also around 100 euros.

3D-printed parts

Other parts/tools

Screenshot

Cost estimation

Background information/calculations

measurements with the android app physics toolbox accelerometer show that the acceleration of my feet does not seem to exceed 1G for casual walking, and 2G for pretty rapid walking.

using a hanging weight and PTA again, I found that we may need on the order of 50Nm to rotate just the platform itself with 1G. this would mean that a NEMA34 servo motor would not even cut it.

from this video on youtube, we can approximate the required torque. the moment of inertia for a person of 80 kg is similar to a cylinder with diameter of 40cm: I=0.5 m r^2 = 0.5 80 (0.2) ^ 2 = 1.6. the moment of inertia of the platform of about 10kg is similar to a cylinder with diameter 1.3m: 0.5 10 (0.65) ^ 2 = 2.1. the rotational acceleration alpha for 1G is 9.8m / s ^ 2 or 39 rad / s ^ 2 if the feet are at 0.25 from the center. the required torque is therefore (1.6 + 2.1) * 39 = 131Nm.

from this [video on youtube][https://www.youtube.com/watch?v=KbYejyiRsFw], we can approximate the required power. W = torque theta, P = W/t. for a single step, P is roughly (131 2*pi/3) / 0.2 seconds, or about 1370W.

Current status

Screenshot

I'm currently looking into a rotation mechanism involving a BLDC (e-bike!) motor (the Vevor 48v/1500W looks nice to start/test with, even if it's not that flat), in combination with an ODrive S1 controller.

TODO