WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 01-24-2013, 06:27 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It looks like your code is just getting a handle to VRPN sensor 0, which corresponds to marker 1 in PPT Studio.

If you add the following code to your script do you see the axis model move with the wand:
Code:
import vizshape
axis =vizshape.addAxes(length=0.1)
wandTracker = vrpn.addTracker('PPT0@WORLDVIZ-PC',1)
viz.link(wandTracker,axis)
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 02:39 PM
tracking position of cursor sl0bz Vizard 3 06-15-2009 02:52 PM
Position and Orientation tracking problem Vic Vizard 1 06-09-2009 06:13 PM
position tracking with patriot pgagolf Vizard 4 04-19-2007 05:42 AM
PPT vs. VPRN - Position Tracking not Working tmcw Precision Position Tracker (PPT) 21 02-27-2007 04:19 PM


All times are GMT -7. The time now is 11:40 PM.


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