![]() |
|
|
|
#1
|
|||
|
|||
|
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)
|
|
#2
|
|||
|
|||
|
No..it still doesnt work.
Why dont we first try for only one tracker. Assist the required changes for only one tracker as a start, rest can b added in similar way |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
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 |