View Single Post
  #5  
Old 05-08-2008, 04:30 PM
roman_suvorov roman_suvorov is offline
Member
 
Join Date: May 2008
Location: Kingston, ON, Canada
Posts: 25
Question

Thanks again farshizzo. Your tip doesn't seem to help in my case though - "slerp" somehow disables position tracking. I think I am going to go with a manual solution (coding this data integration from scratch).

I don't know if this is related, but here goes: what is this error message I get every run?
Code:
intersense.dls           	Intersense Driver v2.1


********** InterSense Tracker Information ***********

Type:     IS Precision Series device on port 5
Model:    InertiaCube2 Pro

Station	Time	State	Cube  Enhancement  Sensitivity  Compass  Prediction
1	ON	ON	1	   2		3	  2	  0

PPT: cannot open serial port: No such file or directory
PPT: cannot open serial port: No such file or directory
PPT: cannot open serial port: No such file or directory
PPT: cannot open serial port: No such file or directory
** ERROR: Failed to connect to PPT
vizppt.dls               	WorldViz PPT v3.0
Cannot open serial port? InertiaCube is indeed connected through a serial port, but seems to be working fine.
AFAIK "vizppt.dls" is a plugin for "Precision Optical Tracker", the line adding it was present in "gallery.py" example script which I'm using. Is it another tracking device I simply do not have? Is it safe to remove the lines referencing it then?
Reply With Quote