Horizon frame rate and sampling time issue #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I was using lidar_lvx_file to save the sampling data.
However, the total sampling time is not matched with the duration I set in
int lvx_file_save_time = 3.Say I want to sample for 3 sec, but when calculating the duration by collected data timesample, the total sample time is 3.54587544 sec. I think is the issue with
#define FRAME_RATE 20. Can you show me what frame rate I should choose for the HORIZON?Thanks