-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS function in gps5.go #16
Comments
Are you sure you have a valid GPS lock on the videos where the timestamp is zero? If you have a sample file or output that would help a ton in figuring out what the issue is. Thanks! |
I tried your steps on this video. Please check the video and files in folder https://drive.google.com/drive/folders/1BFAFB8hhprng2kn8EOGfW8vZK4SoNLro?usp=sharing Every parameters are perfect.but TS is missing. We have small function in /bin/gpdminfo/gpmdinfo.go
but problem is t.Gps[i].TS(last function) will return zero value as nothing is defined is /telemetry/gps5.go for TS. and we are looking for UTC timestamp as per variable declared in code. Thanks ! |
The format is a bit strange, and the code should be reworked. What's happening is there is a timestamp there (in There is a method on I hope this makes sense, and I'll try to spend some time cleaning up the logic around all this in the coming weeks when I have some time during the holiday. If you want I can add a CSV exporter as you described if needed. |
If timestamp is 1Hz (once per second) then having GPS data for 18Hz won't help unless you know if the time stamp is end of the 18Hz or start of the 18Hz. Possible they did this to reduce the amount of data getting added. Just my opinion. |
TS is always 0
Function is missing. Can some one help to add that ?
The text was updated successfully, but these errors were encountered: