Skip to content

This repository has scripts to run a Docker container for the ZED-SDK and ROS nodes on Jetson.

Notifications You must be signed in to change notification settings

shikishima-TasakiLab/zed-jetson-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ZED-Jetson-Docker

This repository has scripts to run a Docker container for the ZED-SDK and ROS nodes on Jetson.

Official DockerHub https://hub.docker.com/r/stereolabs/zed/
Official GitHub https://github.com/stereolabs/zed-docker

Installation

#!/bin/bash

# Git Clone
git clone https://github.com/shikishima-TasakiLab/zed-jetson-docker.git ZED-Jetson-Docker

# Set aliases
cd ZED-Jetson-Docker
./docker/set-aliases.sh
source ~/.bashrc

Usage

  1. Run a Docker container.

    #!/bin/bash
    zed-run
    Options Parameters Description Default Example
    -h, --help (None) Print help (None) -h
    -l, --launch {on|off} Launch ROS Node on -l off
    -n, --name NAME Specify the name of the container zed-ros -n my-container
  2. When you want to use another terminal, run the following script.

    #!/bin/bash
    zed-exec
    Options Parameters Description Default Example
    -h, --help (None) Print help (None) -h

About

This repository has scripts to run a Docker container for the ZED-SDK and ROS nodes on Jetson.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages