![]() |
|
#1
|
|||
|
|||
|
Two intersenses?
Can you add two intersense orientation trackers to a script and
obtain data from them independently? |
|
#2
|
|||
|
|||
|
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()
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|