Skip to content

JasonGibson274/estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Currently GTSAM but the goal is to work on the cmake so each individual estimators' dependencies won't mix (An EKF estimator doesn't need to rely on GTSAM)

GTSAM

we are using a fork of the develop branch of gtsam currently because it is what we got to work.

git clone https://github.gatech.edu/icarus/gtsam.git
cd gtsam
mkdir build && cd build
cmake ..
make -j8 # the -j command refers to how many CPU cores to use while compiling

Build instructions

mkdir build
cd build
cmake ..
make -j8 # the -j command refers to how many CPU cores to use while compiling

About

Clone of old alpha pilot code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published