Skip to content

hesaiwuxiaozhou/Pandora_Apollo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandora_Apollo

Clone

git clone https://github.com/HesaiTechnology/Pandora_Apollo.git --recursive

Build

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

Add to your project

Cmake

add_subdirectory(<path_to>Pandora_Apollo)

include_directories(
	<path_to>Pandora_Apollo/include
	<path_to>Pandora_Apollo/src/Pandar40P/include
)

target_link_libraries(<Your project>
  Pandora
)

C++

#include "pandora/pandora.h"

About

SDK of Pandora for Baidu Apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.2%
  • C 44.3%
  • CMake 1.5%