WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-13-2012, 09:04 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
I'm not sure which plugin you downloaded, but the only VRPN plugin you should be using is the one that comes with Vizard installer.

Regarding the data being incorrect, can you be more specific? The VRPN plugin should return the raw values it receives from VRPN. Are you getting any timeout error messages in the output window?

Also, for 6DOF tracking data you can use the following sensor methods to access the data, instead of using the raw linear array:
Code:
sensor = vrpn.addTracker(...)
pos = sensor.getPosition()
quat = sensor.getQuat()
euler = sensor.getEuler()
axisAngle = sensor.getAxisAngle()
matrix = sensor.getMatrix()
Reply With Quote
 

Tags
vrpn


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vizard 4 Beta Testing farshizzo Announcements 0 02-01-2011 10:46 AM
Vizard 4 Beta Testing farshizzo Vizard 0 02-01-2011 10:46 AM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
Monitor Modes & Vizard (problems...) tmcw Vizard 1 10-03-2007 07:29 AM
Export/import problems and Vizard 3.0 release searsky Vizard 0 01-03-2006 01:34 AM


All times are GMT -7. The time now is 09:12 AM.


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