PDA

View Full Version : Problem Reseting Tracking View


codexter
09-15-2010, 11:42 AM
Hey,

We're having problems using an existing demo with a new PPT space that we have enabled. The previous world won't reset the starting point despite manually changing the starting coordinates. Any ideas/things to check regarding the Head_POS or PPT?

Here is our reset function:

elif key == 'r':
ppt.reset()
isense.reset()
viz.reset(viz.HEAD_POS)
viz.translate(viz.HEAD_POS,0,0,-4)


Thanks,
Cody

Stanford VHIL Lab

Jeff
09-16-2010, 03:50 PM
It's difficult to tell what's going on without seeing more code. Can you post all your tracking related code?