MarineRoboticsGroup / cora

This is the official repository for the paper "Certifiably Correct Range-Aided SLAM"
14 stars 1 forks source link

Pangolin install missing `sudo git submodule update --init` #25

Closed adthoms closed 6 months ago

adthoms commented 6 months ago

Commands to install Pangolin should include sudo git submodule update --init as follows:

# install Pangolin
git clone git@github.com:stevenlovegrove/Pangolin.git
cd Pangolin
sudo git submodule update --init
git checkout d484494 # this is the most recent commit that worked for everything
mkdir build
cd build
cmake ..
make -j
sudo make install
alanpapalia commented 6 months ago

nice catch! Thanks!

alanpapalia commented 6 months ago

closed with 242b4dc