Skip to content

VR Headset Controlled Drone library over 3G/4G LTE.

Notifications You must be signed in to change notification settings

davonprewitt/libraven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Raven Core Library

VR Headset Controlled Drone Design doc can be found here.

This repository serves to develop pilot functionality for the Parrot Bebop 2 Drone as a standalone project to intergate as an Oculus Natuve C++ application.

Setup

git clone https://github.com/davonprewitt/libraven.git
cd raven

# Download ARDRoneSDK3
mkdir ARDroneSDK3 && cd ARDroneSDK3
repo init -u https://github.com/Parrot-Developers/arsdk_manifests.git -m release.xml
repo sync

# Compile ARDroneSDK3 binaries
/build.sh -p arsdk-native -t build-sdk -j

Compile

# For MacOS users
gcc -arch x86_64 main.c -o raven_exec -I/<PATH-TO-REPO>/libraven/ARDroneSDK3/out/arsdk-native/staging/usr/include /<PATH-TO-REPO>/libraven/ARDroneSDK3/out/arsdk-native/staging/usr/lib/*.dylib

Running

./raven_exec

About

VR Headset Controlled Drone library over 3G/4G LTE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages