suljaxm / robot_trajectory

trajectory error analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

  • Eigen
  • Sophus
  • pangolin
    • compile and install pangolin
      mkdir build
      cd build
      cmake ..
      make 
      sudo make install
      

Compile

mkdir build
cd build
cmake ..
make

How to run

1. draw_trajectory

./build/draw_trajectory

2. compare gt and estimated

./build/draw_gt_est

About

trajectory error analysis


Languages

Language:C++ 86.6%Language:CMake 13.4%