WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 03-20-2014, 01:16 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -7. The time now is 02:22 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC