Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
/ Software Public archive
forked from MAAV-Software/mission8

Michigan Autonomous Aerial Vehicles' software repository.

Notifications You must be signed in to change notification settings

jaminock/Software

 
 

Repository files navigation

MAAV Software


Table Of Contents


GNC

Guidance, navigation, and control.

Setup and Running

./scripts/setup.sh

Set the MAAV_SOFTWARE_DIR environment variable on your machine to the path to the maav software folder on your machine. Add export MAAV_SOFTWARE_DIR='path' to your shell config.

Compile the code:

mkdir build

cd build

cmake ..

make -j

Download the TUMs dataset (GNC):

https://vision.in.tum.de/rgbd/dataset/freiburg1/rgbd_dataset_freiburg1_xyz.tgz

extract into datasets/

Run the example (GNC):

./bin/tums Vocabulary/ORBvoc.txt tests/tums/TUM1.yaml datasets/rgbd_dataset_freiburg1_xyz tests/tums/associations/fr1_xyz.txt


Perception

About

Michigan Autonomous Aerial Vehicles' software repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.1%
  • C++ 43.4%
  • CMake 0.7%
  • Shell 0.5%
  • Python 0.2%
  • MATLAB 0.1%