mirror of
https://github.com/Livox-SDK/livox_ros_driver.git
synced 2023-04-06 15:49:55 +08:00
fix:fix directory tree bug
This commit is contained in:
78
LICENSE.txt
78
LICENSE.txt
@@ -1,64 +1,26 @@
|
|||||||
The following portions of the LIVOX’s Livox SDK (“Software” referred to in the terms below) are made available to you under the terms of the MIT License provided below.
|
The following portions of the LIVOX’s Livox SDK (“Software” referred to in the terms below) are made available to you under the terms of the MIT License provided below.
|
||||||
|
|
||||||
Livox-SDK
|
livox_ros_driver
|
||||||
├── CMakeLists.txt
|
├── LICENSE.txt
|
||||||
├── sample
|
├── livox_ros_driver
|
||||||
│ ├── hub
|
|
||||||
│ │ ├── CMakeLists.txt
|
|
||||||
│ │ └── main.c
|
|
||||||
│ └── lidar
|
|
||||||
│ ├── CMakeLists.txt
|
│ ├── CMakeLists.txt
|
||||||
│ └── main.c
|
│ ├── config
|
||||||
└── sdk_core
|
│ │ ├── display_hub_points.rviz
|
||||||
├── CMakeLists.txt
|
│ │ └── display_lidar_points.rviz
|
||||||
├── include
|
│ ├── launch
|
||||||
│ ├── comm
|
│ │ ├── livox_hub.launch
|
||||||
│ │ ├── comm_port.h
|
│ │ ├── livox_hub_msg.launch
|
||||||
│ │ └── protocol.h
|
│ │ ├── livox_hub_rviz.launch
|
||||||
│ ├── livox_def.h
|
│ │ ├── livox_lidar.launch
|
||||||
│ └── livox_sdk.h
|
│ │ ├── livox_lidar_msg.launch
|
||||||
└── src
|
│ │ └── livox_lidar_rviz.launch
|
||||||
├── base
|
│ ├── livox_hub.cpp
|
||||||
│ ├── command_callback.h
|
│ ├── livox_lidar.cpp
|
||||||
│ ├── io_loop.cpp
|
│ ├── msg
|
||||||
│ ├── io_loop.h
|
│ │ ├── CustomMsg.msg
|
||||||
│ ├── io_thread.cpp
|
│ │ └── CustomPoint.msg
|
||||||
│ ├── io_thread.h
|
│ └── package.xml
|
||||||
│ ├── logging.h
|
└── README.md
|
||||||
│ ├── network_util.cpp
|
|
||||||
│ ├── network_util.h
|
|
||||||
│ ├── noncopyable.h
|
|
||||||
│ ├── thread_base.cpp
|
|
||||||
│ ├── thread_base.h
|
|
||||||
│ ├── util.cpp
|
|
||||||
│ └── util.h
|
|
||||||
├── comm
|
|
||||||
│ ├── comm_port.cpp
|
|
||||||
│ ├── sdk_protocol.cpp
|
|
||||||
│ └── sdk_protocol.h
|
|
||||||
├── command_handler
|
|
||||||
│ ├── command_channel.cpp
|
|
||||||
│ ├── command_channel.h
|
|
||||||
│ ├── command_handler.cpp
|
|
||||||
│ ├── command_handler.h
|
|
||||||
│ ├── command_impl.cpp
|
|
||||||
│ ├── command_impl.h
|
|
||||||
│ ├── hub_command_handler.cpp
|
|
||||||
│ ├── hub_command_handler.h
|
|
||||||
│ ├── lidar_command_handler.cpp
|
|
||||||
│ └── lidar_command_handler.h
|
|
||||||
├── data_handler
|
|
||||||
│ ├── data_handler.cpp
|
|
||||||
│ ├── data_handler.h
|
|
||||||
│ ├── hub_data_handler.cpp
|
|
||||||
│ ├── hub_data_handler.h
|
|
||||||
│ ├── lidar_data_handler.cpp
|
|
||||||
│ └── lidar_data_handler.h
|
|
||||||
├── device_discovery.cpp
|
|
||||||
├── device_discovery.h
|
|
||||||
├── device_manager.cpp
|
|
||||||
├── device_manager.h
|
|
||||||
└── livox_sdk.cpp
|
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------
|
-------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user