eqf_vio icon indicating copy to clipboard operation
eqf_vio copied to clipboard

installing on raspbian lite 32 bit

Open tridge opened this issue 3 years ago • 1 comments

this is to record the list of packages I needed to install in april 2021 to build eqf_vio and GIFT on a RPi4 running current raspbian lite (buster). This should go into a script or README in future.

Building GIFT:

sudo apt-get install cmake g++ libeigen3-dev libopencv-dev libyaml-cpp-dev libyaml-dev
cd GIFT
mkdir build
cd build
cmake ..
make -j8

Building eqf_vio

cd eqf_vio/eqf_vio
mkdir build
cd build
cmake .. -DBUILD_WITH_ROS=OFF
make -j8

tridge avatar Apr 27 '21 07:04 tridge

Hi @tridge, I have updated the installation page of the project wiki with some instructions. Could you check if those work for you?

pvangoor avatar Apr 27 '21 22:04 pvangoor