WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 12-07-2006, 01:40 PM
Jerry Jerry is offline
Member
 
Join Date: Jun 2004
Posts: 105
Two intersenses?

Can you add two intersense orientation trackers to a script and
obtain data from them independently?
Reply With Quote
  #2  
Old 12-07-2006, 01:50 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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()
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:46 AM.


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