How do I use the Livox SDK? #155
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?
I want to turn my livox on and off via software. I have a similar application to issue 94 and I don't want my Livox running 24/7
I am trying to use LidarSetMode to achieve this documented here but I can't make an instance of the livox class to interact with the SDK for some reason. The following code is the bottom of livox_ros_driver.cpp which includes my modifications. (I'm using the ws_livox downloaded from this repo)
The following snip is the output of the above code when running livox_lidar.launch
(Where this part is repeated for the rest of the for-loop iterations)
Any help? Does anyone know how to properly use the Livox SDK api with C++?
Hi Grudz,
I have similar problem. I want to change working mode from c++ SDK I do not understand how to properly use the SDK. Did you solve your problem? And can you or someone post a short example how to change working mode from c++. so I am not working with Ros.
Thanks