Empty Packets being streamed.
Posted: Fri Jun 10, 2016 4:31 am
Hello
I'm trying to stream some .tak files that I have recorded the other day. The problem is when i stream them to Unity using the MotivetToUnity package(thanks Bradley), I get empty packages in Unity. They have the right rigidbody setup, both amount and names are correct but all the movement data is zero, see below.
<?xml version="1.0" ?><NodeList nRigidBodies="2" LatencyTimeDelta="0.740000"><RigidBodies><RigidBody ID="1" Name="Left Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /><RigidBody ID="2" Name="Right Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /></RigidBodies></NodeList>
UnityEngine.Debug:Log(Object)
SlipStream:UDPRead() (at Assets/Optitrack/SlipStream.cs:84)
Also when i try the test application from NatNet_SDK, NatNet Managend Client Sample, it will connect fine and find the Get Data Descriptions also. But when i stream data to it, it throws this error "RigidBody not tracked in this frame" continually until I stop streaming.
Hope to hear from you guys soon, because I can only borrow this software for a week or so.
I'm trying to stream some .tak files that I have recorded the other day. The problem is when i stream them to Unity using the MotivetToUnity package(thanks Bradley), I get empty packages in Unity. They have the right rigidbody setup, both amount and names are correct but all the movement data is zero, see below.
<?xml version="1.0" ?><NodeList nRigidBodies="2" LatencyTimeDelta="0.740000"><RigidBodies><RigidBody ID="1" Name="Left Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /><RigidBody ID="2" Name="Right Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /></RigidBodies></NodeList>
UnityEngine.Debug:Log(Object)
SlipStream:UDPRead() (at Assets/Optitrack/SlipStream.cs:84)
Also when i try the test application from NatNet_SDK, NatNet Managend Client Sample, it will connect fine and find the Get Data Descriptions also. But when i stream data to it, it throws this error "RigidBody not tracked in this frame" continually until I stop streaming.
Hope to hear from you guys soon, because I can only borrow this software for a week or so.