View Single Post
  #4  
Old 08-03-2005, 08:37 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Have you tried specifying which port the intersense is connected to? Before you add the intersense sensor in your script trying the following:
Code:
PORT_INTERSENSE = 1
isense = viz.add('intersense.dls')
This will tell the sensor to only look on port 1 for the intersense. Change the value to whatever port you have the intersense on.
Reply With Quote