All Projects → HesaiTechnology → Pandora_SDK

HesaiTechnology / Pandora_SDK

Licence: other
Development kit for Pandora

Programming Languages

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

Projects that are alternatives of or similar to Pandora SDK

ACSC
Automatic Calibration for Non-repetitive Scanning Solid-State LiDAR and Camera Systems
Stars: ✭ 210 (+1400%)
Mutual labels:  lidar, sensorfusion
apollo-link-tracer
Trace your apollo queries and mutations with https://github.com/apollographql/apollo-link
Stars: ✭ 20 (+42.86%)
Mutual labels:  apollo
auth-flow-react-apollo-saga
Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.
Stars: ✭ 22 (+57.14%)
Mutual labels:  apollo
apollo-progressive-fragment-matcher
A smart alternative to the introspection fragment matcher.
Stars: ✭ 21 (+50%)
Mutual labels:  apollo
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (+950%)
Mutual labels:  lidar
backends
monorepo for republik, publikator and assets backends based on NodeJS providing the GraphQL API used to power republik.ch.
Stars: ✭ 40 (+185.71%)
Mutual labels:  apollo
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+1450%)
Mutual labels:  lidar
shopify-storefront-vue-apollo
Vue.js/Apollo version of Shopify storefront-api-examples in a Laravel project
Stars: ✭ 30 (+114.29%)
Mutual labels:  apollo
rover
✨🤖 🐶 the new CLI for Apollo
Stars: ✭ 278 (+1885.71%)
Mutual labels:  apollo
next-ts-graphql-apollo-starter
An opiniated Next powered starter which include support for Apollo with GraphQL SSR support, codegen, styled component / system, framer motion and Cypress
Stars: ✭ 18 (+28.57%)
Mutual labels:  apollo
Awesome-3D-Object-Detection-for-Autonomous-Driving
Papers on 3D Object Detection for Autonomous Driving
Stars: ✭ 52 (+271.43%)
Mutual labels:  lidar
graphql-ruby-persisted queries
Persisted queries for graphql-ruby
Stars: ✭ 119 (+750%)
Mutual labels:  apollo
rlas
R package to read and write las and laz files used to store LiDAR data
Stars: ✭ 23 (+64.29%)
Mutual labels:  lidar
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+642.86%)
Mutual labels:  lidar
boilerplate
Fullstack boilerplate using Typescript, React, Node & GraphQL
Stars: ✭ 738 (+5171.43%)
Mutual labels:  apollo
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (+207.14%)
Mutual labels:  apollo
graphql-workshop
Hands on workshop about GraphQL with React and Apollo 🚀
Stars: ✭ 43 (+207.14%)
Mutual labels:  apollo
agollo
agollo is a golang client for ctrip apollo config center 🚀
Stars: ✭ 140 (+900%)
Mutual labels:  apollo
apollo
apollo - Platform as a Service toolkit
Stars: ✭ 31 (+121.43%)
Mutual labels:  apollo
graphql-gateway-apollo-express
Creating high performance and secure GraphQL APIs with Node.js, Apollo server, GraphQL and TypeScript
Stars: ✭ 122 (+771.43%)
Mutual labels:  apollo

Pandora_SDK

Clone

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

Build

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

Add to your project

Cmake

add_subdirectory(<path_to>Pandora_SDK)

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

target_link_libraries(<Your project>
  Pandora
)

C++

#include "pandora/pandora.h"
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].