![]() |
|
#2
|
|||
|
|||
|
I believe the problem is that the VRPN server is sending the InterSense data in a different coordinate frame than Vizard's coordinate frame. You can use the swapQuat command on the VRPN tracker object to modify its coordinate system. I'm not sure what exact values you will need to correct the VRPN data, but here is how Vizard's built-in InterSense plugin swaps the quaternion data:
Code:
tracker.swapQuat([-3,4,-2,1]) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VRPN info | sdiverdi | Precision Position Tracker (PPT) | 5 | 01-16-2011 12:00 PM |
| Problem with tracker after reboot | eugcc | Precision Position Tracker (PPT) | 4 | 08-03-2009 11:26 PM |
| Does the vrpn7.dle tracker plug-in clear the udp buffer? | michaelrepucci | Vizard | 2 | 09-19-2008 10:22 AM |
| swapPos and swapQuat with VRPN | michaelrepucci | Vizard | 1 | 07-29-2008 11:27 AM |
| problem with female animations | vmonkey | Vizard | 1 | 10-07-2005 10:36 AM |