![]() |
|
#2
|
|||
|
|||
Hi,
Here is some sample code that we used to get the ERT working here: Code:
import viz viz.go() NUM_FOB = 2 PORT_FOB = 1 #First tracker is the ERT, which does not contain tracking data ert = viz.add('flockofbirds.dls') #Second tracker is the actual sensor bird = viz.add('flockofbirds.dls') |
|
|