Skip to content

utexas-bwi/dynamic_tracker_fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Dynamic Tracker

Multi-sensor, multi-platform dynamic tracker.

Code checkout

git clone --recurse-submodules

Dependencies

sudo apt install libgflags-dev libgoogle-glog-dev libeigen3-dev  libgtest-dev liblua5.1-dev libceres-dev

Compiling

  1. Add the working directory to the ROS_PACKAGE_PATH environment variable with:

     export ROS_PACKAGE_PATH=`pwd`:$ROS_PACKAGE_PATH
    
  2. Run make.

Development

  1. This project follows the Google C++ Style guide
  2. A helpful linter: cpplint
  3. Please make sure to add your name to the copyright notice for any files you edit.

About

Multi-sensor, multi-platform dynamic tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • CMake 2.9%
  • Makefile 1.8%