View Single Post
  #1  
Old 02-26-2007, 03:26 PM
tmcw tmcw is offline
Member
 
Join Date: Feb 2007
Location: W&M
Posts: 24
PPT vs. VPRN - Position Tracking not Working

Hi,

I'm trying to run some new scripts & some of the demos, and getting a recurring issue. I have PPT up and running, and specify that I want to use it on port 4 (code later), but it looks like VPRN is still being loaded, and the port isn't working.

Quote:
vizppt.dls WorldViz PPT v2.0
vrpn_open_commport: cannot open serial port: No such file or directory
vrpn_open_commport: cannot open serial port: No such file or directory
** ERROR: Failed to connect to PPT
Quote:
if viz.get(viz.TRACKER):
v = viz.add('intersense.dls')
pos = viz.add('vizppt.dls')
viz.tracker()
v.reset()
tracking = 1
else:
tracking = 0
viz.collision(viz.ON)
(the above code from the gallery demo)

I'm not sure what's going wrong. Any ideas?
Reply With Quote