Skip to content

HesaiTechnology/Pandar40P_Apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandar40P_Apollo

SDK for the Pandora

Clone

git clone https://github.com/HesaiTechnology/Pandar40P_Apollo.git

Build

cd <project>
mkdir build
cd build
cmake ..
make

Add to your project

Cmake

add_subdirectory(<path_to>Pandar40P)

include_directories(
	<path_to>Pandar40P/include
)

target_link_libraries(<Your project>
  Pandar40P
)

C++

#include "pandar40p/pandar40p.h"
#include "pandar40p/point_types.h"

About

Apollo SDK for Lidar of Pandora

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published