diff --git a/README.md b/README.md index 7c0467d7..ab21911d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ A free, user-friendly, extendable application and [API](https://opendronemap.github.io/WebODM/) for drone image processing. Generate georeferenced maps, point clouds and textured 3D models from aerial images. It uses [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) for processing. +* [Getting Started](#getting-started) + * [Common Troubleshooting](#common-troubleshooting) + * [Add More Processing Nodes](#add-more-processing-nodes) + * [Security](#security) + * [API Docs](#api-docs) + * [Run the docker version as a Linux Service](#run-the-docker-version-as-a-linux-service) + * [Run it natively](#run-it-natively) + * [OpenDroneMap, node-OpenDroneMap, WebODM... what?](#opendronemap-node-opendronemap-webodm-what) + * [Roadmap](#roadmap) + * [Terminology](#terminology) +   @@ -58,7 +69,7 @@ We recommend that you read the [Docker Documentation](https://docs.docker.com/) Sympthoms | Possible Solutions --------- | ------------------ While starting WebODM you get: `from six.moves import _thread as thread ImportError: cannot import name _thread` | Try running: `sudo pip install --ignore-installed six` -Task output or console shows one of the following: