View Single Post
  #1  
Old 05-04-2008, 04:46 PM
TheLostBrain TheLostBrain is offline
Member
 
Join Date: May 2008
Posts: 4
Unhappy Flock of Birds (Only Position Tracking working? No Orientation?)

Hi.

I just downloaded the WorldViz demo and I'm trying to test out the Ascension Technology Flock of Birds Support.

I'm using an ERT so I set the ERC (via dips) as the first bird in the chain..and the bird with the sensor as the second (serial connection is coming from the ERC).

Tested this in Winbird...everything working great... full 6dof!


Tested the following in WorldViz... and I'm only getting position information (x,y,z)...no orientation (yaw,pitch, roll)


import viz
viz.go()
viz.add( 'tut_ground.wrl' )

PORT_FOB = 1
NUM_FOB = 2

ert = viz.add('flockofbirds.dls')
sensor = viz.add('flockofbirds.dls')

viz.link(sensor,viz.MainView)


Am I doing something wrong?

Thanks for any help!

Last edited by TheLostBrain; 05-04-2008 at 04:50 PM.
Reply With Quote