View Single Post
  #3  
Old 03-21-2014, 10:07 AM
fivel_lab fivel_lab is offline
Member
 
Join Date: Mar 2011
Posts: 36
Thanks so much for getting back to us.

I had to tweak the code you sent a bit by adding:
Code:
vrpn 	= viz.add('vrpn7.dle')
(pretty sure that doesn't make a difference for our problem but best to be detailed).

Also, I did get the following warning on startup of the script:

check_vrpn_cookie(): VRPN Note: minor version number doesn't match: (prefer 'vrpn: ver. 07.30', got 'vrpn: ver. 07.31 0'). This is not normally a problem.

(Again, not sure if this makes a difference).

OK, so when I run the script:

- the error varies as a function of how far the person is from the kinect
- when standing close (~1.9m), the error is approximately .80 (varies within a cm second-to-second)
- when standing far (~2.9m), the error is approximately .89 (also varies +/- 1 cm)



...?

Thanks again!
Reply With Quote