hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.
GNU General Public License v3.0
204 stars 71 forks source link

ASSURE mapping tools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.

Operating System

Docker installation

In order to have NVIDIA support in the docker from the host, mesa-utils is needed to use glxinfo and getting the information of NVIDIA driver.

sudo apt install mesa-utils

Use build docker script to build the image on your system. If the current branch is master the script will automatically build the image and tag it as master.

sh build-docker.sh

Use run docker script to run the container. If no argument is provided it will run master tag by defualt.

./run-docker

for more information how to use run-docker check the help

$ ./run-docker -h
Usage: run-docker [options]

This run script will assist you to run assuremappingtools container

    -h,--help               Show this help
  Optional:
    -b,--branch             Branch name or tag name, if not provided it uses master.
    -w,--workspace          Absolute path for the working directory, if not provided no workspace added
                            This should be used to access your files on the host machine.

Direct installation, prerequisites libraries:

GPU acceleration

Supported Roadnetwork Map formates (Load)

Supported Roadnetwork Map formates (Save)

Supported Pointcloud data

Supported Map Semantics

Tutorials

New features

Known Issues