Brandon Nelsen
Results
1
comments of
Brandon Nelsen
Worked out the Python implementation and here's how I achieved it: ``` systemTime = mscl.Timestamp.timeNow() inertialNode.setGPSTimeUpdate(mscl.MipTypes.TIME_FRAME_SECONDS, systemTime.seconds(mscl.Timestamp.GPS)) ``` Now I can get the timestamp off the sample packets using the...