Björn Ellwert - Carlo Brokering - Jamal Salif - Stephan Swiatek
- Raspberry Camera v2.1
- Sharp digital infrared distance sensor
- Sharp analog infrared distance sensor
- Sparkfun 9DoF Razor IMU
- Touch sensors
- Raspbian Lite
- OpenCV 4 or newer version (recommended), Install guide for OpenCV 4.1.0
Important:- as cmake run
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules/ -D WITH_QT=ON -DWITH_OPENGL=ON -D OPENCV_GENERATE_PKGCONFIG=ON -D WITH_GTK=ON -DPYTHON_DEFAULT_EXECUTABLE=$(which python3) ..
- make sure all packages are configured (OpenGL, Qt, ...)
- after finishing the installation run
sudo ldconfig
- as cmake run
- WiringPi, install with
sudo apt-get install wiringpi
- Boost - Getting started guide
Installation:
- Download latest version of boost
- Extract folder and cd into it
./bootstrap.sh
sudo ./b2 install
- spdlog 1.5.0 or newer version - Wiki
Installation:
git clone https://github.com/gabime/spdlog.git
cd spdlog/
sudo cp -r include/spdlog/ /usr/local/include/