MiloMindbender

Results 28 comments of MiloMindbender

Yes you can definitely do this. OSC is completely separate from any Vive stuff you can use the same blueprints I use to receive and respond to OSC commands in...

Please give more details, what trojan virus was found, what software detected it? At the moment everything on the site passes my virus scans but it's always possible something was...

Hi, sorry for not responding sooner. I have used LIV some time ago but haven't see any kind of camera calibration with it. Does this calibrate the nodal point and...

Still not working for me...I did git checkout v0.3 npm install --global windows-build-tools Got some errors and warnings PS C:\GitHubRepos\odas_web> npm install --global windows-build-tools npm WARN engine [email protected]: wanted: {"node":">=8.0.0"}...

Is it having a problem with node.js v12? Looks like it's reading the version as 0.12.2 instead of 12.10.0 which is what I requested from the node.js website.

node -v shows v0.12.2 Maybe a problem with the distribution at the node.js site?

Not sure if this is the issue lauszus is trying to solve, but I had a similar one with my balancing robot. The robot needs to sample an imu and...

@enjoyneering actually that doesn't work, the loop will execute every 10ms so the PID will always run, but the time constants INSIDE the PID will be set to 9ms so...