You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we accumulate a full 360 degree scan and return this scan to the user.
Many use-cases need high-resolution synchronization which is currently not possible on a per-sample basis to do for the user (could be estimated using motor speed and timestamp on a scan, though).
For usability reasons it would be great to have a timestamp per angle, distance sample.
Tasks:
time.h needs a timestamp interface
time_unix.c implementation
sweep.h needs a timestamp interface for samples (similar to get_distance, get_angle, ..)
sweep.c and dummy.c implementations
add to sweep.hpp
add to sweeppy
add to sweepjs
The text was updated successfully, but these errors were encountered:
Just FYI, We plan to add a timestamp to each scan packet in the future, but it first requires increasing the serial baud rate to make room for the extra bytes. I think this is a much needed addition though for the time being.
At the moment we accumulate a full 360 degree scan and return this scan to the user.
Many use-cases need high-resolution synchronization which is currently not possible on a per-sample basis to do for the user (could be estimated using motor speed and timestamp on a scan, though).
For usability reasons it would be great to have a timestamp per angle, distance sample.
Tasks:
The text was updated successfully, but these errors were encountered: