View Single Post
  #2  
Old 05-30-2018, 03:37 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It should not be necessary to make any modifications to the coordinate system in Vizard. Try testing with the following script after specifying the correct hostname:

Code:
import viz
viz.go()

viz.addChild('piazza.osgb')

opto = viz.add('optotrak.dle',0,'192.168.0.114') 
body = opto.getBody(0)

viz.link(body,viz.MainView)
This video tutorial is quite old but it may help with the optotrack setup.
Reply With Quote