Synchronized logging between Vicon and Firmware #371
Answered
by
whoenig
darren-chiu
asked this question in
Q&A
-
Hi, I was wondering if it would be possible to obtain synchronized data between the vicon and onboard kalman filter, such that I may calculate errors? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
whoenig
Nov 21, 2023
Replies: 1 comment 2 replies
-
The easiest might be to use the uSD card deck. It's also possible to stream out the data over the radio, where you get a timestamp for each data packet. The logging variables would be in the stateEstimate group and the locSrv group. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use the uSD card logging, there is a event onPoseUpdate that is triggered before the fusion and you can record the values of stateEstimate then. For logging via streaming there is currently no such concept, but one could add new logging variables by changing the firmware.