View Single Post
  #4  
Old 02-26-2007, 03:38 PM
tmcw tmcw is offline
Member
 
Join Date: Feb 2007
Location: W&M
Posts: 24
That is, with the modified code:

Quote:
if viz.get(viz.TRACKER):
ori = viz.add('intersense.dls')
ori.reset()
PORT_PPT = 4
pos = viz.add('vizppt.dls')
pos.reset()
viz.tracker()
tracking = 1
Thanks for the quick reply!

Edit: Changing PORT_PPT to 1 just gives

Quote:
** ERROR: Failed to connect to PPT

Last edited by tmcw; 02-26-2007 at 03:40 PM.
Reply With Quote