WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-23-2013, 08:49 AM
piyush piyush is offline
Member
 
Join Date: Jan 2013
Posts: 7
position tracking

i wrote following code for tracking position of ppt wand thru vrpn7 in vizard4
it is unable to track position but runs without any errors
import viz
viz.go()

piazza = viz.addChild('maze.osgb')
viz.MainView.move([3,2,8])

vrpn = viz.add('vrpn7.dle')
posTracker = vrpn.addTracker('PPT0@WORLDVIZ-PC',0)

#Connect to Intersense on local machine running Vizard
isense = viz.add('intersense.dle')
oriTracker = isense.addTracker()

#Create a 6DOF tracker by merging position data from PPT with
#Orientation data from Intersense
headTracker = viz.mergeLinkable(posTracker,oriTracker)

#Link viz.MainView with headTracker
headlink = viz.link(headTracker, viz.MainView)

#Once the user is facing PPT north pressing the 'r' key will align
#Intersense's coordinate system with PPT's coordinate system
vizact.onkeydown ('r', oriTracker.reset)
data=headlink.getData()
print data
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
MotionStar Position Tracking starlingstm Precision Position Tracker (PPT) 2 06-14-2011 01:39 PM
tracking position of cursor sl0bz Vizard 3 06-15-2009 01:52 PM
Position and Orientation tracking problem Vic Vizard 1 06-09-2009 05:13 PM
position tracking with patriot pgagolf Vizard 4 04-19-2007 04:42 AM
PPT vs. VPRN - Position Tracking not Working tmcw Precision Position Tracker (PPT) 21 02-27-2007 03:19 PM


All times are GMT -7. The time now is 07:37 AM.


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