This is a C++ Software Development Kit(SDK) for connecting and using the ML LiDAR developed by SOSLAB.
- SDK v1.2.0
- Release v1.2.0
To get started with this project, you will need:
- C++ development environment
- Windows or Ubuntu operating system
- SOSLAB ML LiDAR device
Clone this repository to your local machine to access the APIs, examples, and other resources.
APIs and examples for Windows can be found in the ML_API/Win_API_CodeEX
folder.
APIs and examples for Ubuntu/ROS can be found in the ML_API/Ubuntu_API_CodeEX
and ML_API/ROS_API_CodeEX
folder.
ML Manager is a LiDAR visualization software that runs on Windows operating systems.
To install and use ML Manager on Windows, follow these steps:
- Navigate to the
ML_Manager
folder. - Run the
ML Manager_setup.exe
executable file.
User guides can be found in the User_Guide
folder:
ML Manager S/W uses the Qt library, which is licensed under the GNU Lesser General Public License (LGPL) version 3.
We have complied with the requirements of the LGPL by dynamically linking to the Qt library.
This means that users have the ability to replace the Qt library with their own version if they wish.
The source code of the Qt library can be found here:
https://download.qt.io/official_releases/qt/
For more information about the LGPL, please refer to the full text of the license, available here:
https://www.gnu.org/licenses/lgpl-3.0.html