WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   tracker coordinates transform (https://forum.worldviz.com/showthread.php?t=2037)

Charlotte Li 05-16-2009 08:19 PM

tracker coordinates transform
 
Hi,

I just start to use worldviz and there is a question confusing me. I am using Intersense IS-900 as the tracking system. The tracker's coodinate location is different from world coodinate. Is there a function can transform the tracker's coodinate? Do I need to write the transform matrix in the program?

Thank you!

farshizzo 05-18-2009 02:38 PM

If you just want to apply a global offset to the position of the tracker, then you can specify this when creating a link using the tracker. For example, if you wanted to move the Y position up 2 meters when linking the tracker to the viewpoint, you would use the following code:
Code:

viewLink = viz.link(tracker,viz.MainView,offset=(0,2,0))


All times are GMT -7. The time now is 07:38 PM.

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