View Single Post
  #23  
Old 02-02-2005, 03:42 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

From your previous posts it seems as though the eyeheight is correct. The test script outputs values that are close to 1.8, which is the eyeheight you set it at. Maybe the room model you are using is too small.

ppt = viz.add('vizppt.dls')

This command will add the vizppt tracker, which only outputs positional data.

v = viz.add('intersense.dls')

This command will add the intersense tracker, which only outputs orientation data.

If you want to track a users position and orientation then you will have to add both trackers.

If the intersense tracker fails to connect then you will get an output message along the lines of "** ERROR: Failed to connect to intersense tracker". If the connection succeeds then you will get an output message that displays information about the connected tracker. Which one of these output messages are you getting?
Reply With Quote