Skip to content

Instantly share code, notes, and snippets.

@gmaclennan
Last active February 16, 2018 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmaclennan/dcd0607842487728bbc6b770c4c6e1d1 to your computer and use it in GitHub Desktop.
Save gmaclennan/dcd0607842487728bbc6b770c4c6e1d1 to your computer and use it in GitHub Desktop.
Setup of OpenDroneMap Intel NUC for drone image processing

Ubuntu 16.04 Desktop Setup

First things first:

sudo apt update
sudo apt upgrade

Networking Tools

sudo apt install libpcap-dev libnet1-dev rpcbind openssh-server nmap
sudo apt install curl

Standard Developer Tools

sudo apt-get install build-essential git

Python Development

sudo apt-get install python-dev python-pip python-virtualenv python-numpy python-matplotlib

Install OpenDroneMap

wget https://github.com/OpenDroneMap/OpenDroneMap/releases/download/v0.3.1/OpenDroneMap_v0_3_1.tar.gz
tar -xvf OpenDroneMap_v0_3_1.tar.gz
cd OpenDroneMap_v0_3_1/
bash configure.sh install

Install WebODM

sudo curl -o- https://raw.githubusercontent.com/OpenDroneMap/WebODM/v0.4.2/contrib/ubuntu_1604_install.sh | bash

Install node-OpenDroneMap

apt-get install -y libboost-dev libboost-program-options-dev
sudo mkdir /staging
sudo chown gregor /staging
git clone https://github.com/pierotofy/LAStools /staging/LAStools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment