All Projects → HesaiTechnology → Pandar40_SDK

HesaiTechnology / Pandar40_SDK

Licence: BSD-2-Clause License
Development kit for Pandar40

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Pandar40 SDK

FAST LIO SLAM
LiDAR SLAM = FAST-LIO + Scan Context
Stars: ✭ 183 (+815%)
Mutual labels:  lidar
uav-lidar-analytics-course
NCSU GIS595/MEA792: UAV/lidar Data Analytics
Stars: ✭ 23 (+15%)
Mutual labels:  lidar
Awesome-3D-Object-Detection-for-Autonomous-Driving
Papers on 3D Object Detection for Autonomous Driving
Stars: ✭ 52 (+160%)
Mutual labels:  lidar
point-cloud-prediction
Self-supervised Point Cloud Prediction Using 3D Spatio-temporal Convolutional Networks
Stars: ✭ 97 (+385%)
Mutual labels:  lidar
lidar body tracking
ROS Catkin package to track people using octree and cluster extraction
Stars: ✭ 68 (+240%)
Mutual labels:  lidar
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+380%)
Mutual labels:  lidar
Autonomous-Ai-drone-scripts
State of the art autonomous navigation scripts using Ai, Computer Vision, Lidar and GPS to control an arducopter based quad copter.
Stars: ✭ 45 (+125%)
Mutual labels:  lidar
Pandora SDK
Development kit for Pandora
Stars: ✭ 14 (-30%)
Mutual labels:  lidar
Applications-LidarBot
No description or website provided.
Stars: ✭ 15 (-25%)
Mutual labels:  lidar
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (+635%)
Mutual labels:  lidar
ple
Probabilistic line extraction from 2-D range scan
Stars: ✭ 47 (+135%)
Mutual labels:  lidar
camera lidar calibration
A tool used for calibrate the extrinsic between 2D laser range finder (LRF) and camera. ROS Version: https://github.com/TurtleZhong/camera_lidar_calibration_v2
Stars: ✭ 48 (+140%)
Mutual labels:  lidar
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+985%)
Mutual labels:  lidar
opendlv
OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
Stars: ✭ 67 (+235%)
Mutual labels:  lidar
rlas
R package to read and write las and laz files used to store LiDAR data
Stars: ✭ 23 (+15%)
Mutual labels:  lidar
patchwork
Official page of Patchwork (RA-L'21 w/ IROS'21)
Stars: ✭ 174 (+770%)
Mutual labels:  lidar
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (+570%)
Mutual labels:  lidar
lidar transfer
Code for Langer et al. "Domain Transfer for Semantic Segmentation of LiDAR Data using Deep Neural Networks", IROS, 2020.
Stars: ✭ 54 (+170%)
Mutual labels:  lidar
tloam
T-LOAM: Truncated Least Squares Lidar-only Odometry and Mapping in Real-Time
Stars: ✭ 164 (+720%)
Mutual labels:  lidar
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+420%)
Mutual labels:  lidar

HesaiLidar_General_SDK

About the project

HesaiLidar_General_SDK project is the software development kit for Pandar40 LiDAR manufactured by Hesai Technology.

Environment and Dependencies

System environment requirement: Linux + G++ 7.0 or above
Library Dependencies: libpcap-dev + libyaml-cpp-dev

$ sudo apt install libpcap-dev libyaml-cpp-dev

Clone

$ git clone https://github.com/HesaiTechnology/Pandar40_SDK.git --recursive

Build

$ cd Pandar40_SDK
$ mkdir build
$ cd build
$ cmake ..
$ make

Add to your project

add_subdirectory(<path to>Pandar40_SDK)

target_link_libraries(${YOUR_PROJECT_NAME}
	...
	Pandar40_SDK
	...
)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].