WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Two intersenses? (https://forum.worldviz.com/showthread.php?t=902)

Jerry 12-07-2006 01:40 PM

Two intersenses?
 
Can you add two intersense orientation trackers to a script and
obtain data from them independently?

farshizzo 12-07-2006 01:50 PM

Yes, just specify the port before adding each one:
Code:

PORT_INTERSENSE = 1
isense1 = viz.add('intersense.dls')

PORT_INTERSENSE = 2
isense2 = viz.add('intersense.dls')

print isense1.getEuler()
print isense2.getEuler()



All times are GMT -7. The time now is 06:02 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC