I wanted to get the radar data of 0.2s #134
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?
Hello, when I was running lidar_lvx_sample, I found that I could only get the radar data in units of s, I wanted to get the radar data of 0.2s, then I looked in main. cpp and lvx_file. cpp to see where to modify, but I didn't find it, could you please tell me where to modify? Thank you very much!
I'd suggest using gettimeofday() to do your own timing yourself in the data callback function. I did that.
Hello!
Thank you very much for your proposal! I also want to ask a question. I don't want to get radar data from the command line. I want to use the SDK library function in my own program to turn on the radar and get radar data in my own program, but when I do so, the SDK library function is displayed in my program, and many functions are not defined, I saw that only the function name in the library function did not complete the function implementation. At the same time, I found that my modification of the contents of the main. cpp or main.c function did not work. I don't know why. Do you have relevant experience? Thank you.
Best wishes to you!
I want to use the library function of livox SDK and then use the function inside, but I don't know how to call it
It seems you have to run up the sample application first things first.