![]() |
|
#2
|
|||
|
|||
|
If you don't modify the pitch, how much error is there in the height value when you run the following?
Code:
import viz import vizact viz.go() SENSOR_HEIGHT = 0.71 HEAD = 0 myHead = vrpn.addTracker( 'Tracker0@localhost', HEAD) def printHeight(): print myHead.getPosition()[1] + SENSOR_HEIGHT vizact.ontimer(1,printHeight) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cal3d skeleton exporter error | pwsnow | Vizard | 0 | 07-23-2013 09:15 AM |
| Kinect auto selection of skeleton | victorqx | Vizard | 0 | 05-29-2012 08:30 AM |
| Head Height | Plymouth | Vizard | 5 | 02-12-2007 10:38 AM |
| female skeleton CSF file needed to export to CAF format | vmonkey | Vizard | 1 | 10-04-2005 10:15 AM |
| Constraining Height | nickyee | Vizard | 7 | 01-18-2005 01:46 PM |