View Single Post
  #6  
Old 05-06-2008, 07:46 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
My mistake, your original settings should be fine then. Not sure what the problem could be. We and other customers have successfully used the ERT with our plugin. I remember having a problem with it once though and we had to reset the device, which is different than repowering it. I forget what the reset procedure is, but if you know then you might want to try it out.

Other than linking the sensor to an object, you could manually retrieve and print the data. Example:
Code:
def printEuler():
    print sensor.getEuler()
vizact.onkeydown(' ',printEuler)
Reply With Quote