Initial commit

This commit is contained in:
2026-07-27 13:51:19 +08:00
commit 7bec56ca51
5408 changed files with 1126933 additions and 0 deletions
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
project(lslidar_c16)
find_package(catkin REQUIRED)
catkin_metapackage()
@@ -0,0 +1,25 @@
<package>
<name>lslidar_c16</name>
<version>1.2.0</version>
<description>
Basic ROS support for the Leishen C16 LIDARs.
</description>
<url>http://www.ros.org/wiki/lslidar_c16</url>
<maintainer email="yutongyan@lslidar.com">Yutong</maintainer>
<author>Yutong</author>
<license>GNU General Public License V3.0</license>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>lslidar_c16_driver</run_depend>
<run_depend>lslidar_c16_msgs</run_depend>
<run_depend>lslidar_c16_decoder</run_depend>
<run_depend>lslidar_c16_sys</run_depend>
<export>
<metapackage/>
</export>
</package>