mzahana / jetson_svo_docker

A Docker image for the SVO Pro (visual inertial odomotery/SLAM) package, for Nvidia Jetson boards.
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

jetson_svo_docker

A Docker image for the SVO Pro (visual inertial odomotery/SLAM) package, for Nvidia Jetson boards.

This is tested on Jetson Xavier NX with Jetpack 4.4 [L4T 32.4.3]

Setup

Hardware

Docker Default Runtime

To enable access to the CUDA compiler (nvcc) during docker build operations, add "default-runtime": "nvidia" to your /etc/docker/daemon.json configuration file before attempting to build the containers:

{
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    },

    "default-runtime": "nvidia"
}

You will then want to restart the Docker service or reboot your system before proceeding.

Building the docker image

NOTE The docker image includes installations of Realsense SDK and realsense-ros in case the D435i cameras is to be used with VINS. Make sure to download the installRealSenseROS package on the Jetson board, and run the disableAutosuspend.sh to turn off the USB autosuspend setting on the Jetson so that the camera is always available. Then reboot for the changes to take effect.

Using SVO with cameras

Description will be added soon.