Should I set the IMU push frequency on 200 Hz anytime that I turn on the Horizon lidar? #83
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
I want to use the Openpylivox library (https://github.com/ryan-brazeal-ufl/OpenPyLivox) to capture the IMU data but, the library does not support Horizon lidar. I modify the code and could capture the horizon lidar data. Now the problem is that there is no Data_type=6 when I read the data packages from the lidar. however, when I test the lidar with c++ code, in some moments the Data_type is equal to 6.
Should I set the IMU push frequency on 200 Hz when I want to use the Openpylivox?
And does the Livox-SDK in c++ set the frequency on 200 Hz automatically when it is started?
I would appreciate it if you guide me on this issue.
Thanks in advance
Roya