![]() |
#2
|
|||
|
|||
It sound like you just need to swap position and orientation coordinates. Here are two methods available with the link object to do this and some sample code. There is also some more info on these in the command index in the docs. You will just need to pass in the proper values to both of these methods.
Code:
#Swap y,z coordinates link.swapPos([1,3,2]) #Negate yaw value link.swapEuler([-1,2,3]) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Flock of Birds recognized, but no data sent | sjroorda | Vizard | 9 | 03-01-2016 08:48 PM |
wxPython and Flock of Birds | Atul Thakur | Vizard | 3 | 01-16-2008 11:58 AM |
Flock of Birds question (again) | Elittdogg | Vizard | 24 | 12-04-2007 09:37 AM |
Using vrpn_server with Flock of birds | sylvain | Precision Position Tracker (PPT) | 3 | 11-30-2007 09:45 AM |
Flock of Birds | Elittdogg | Vizard | 9 | 10-02-2007 01:53 PM |