Giter Site home page Giter Site logo

autoware-jetson-docker's Introduction

Autoware-Jetson

AutowareのJetson用Dockerイメージを作成する. また,コンテナ上でAutowareの起動を行えるようにする.

インストール

#!/bin/bash
git clone --recursive https://github.com/shikishima-TasakiLab/autoware-jetson-docker.git Autoware-Jetson

使い方

Dockerイメージの作成

次のコマンドでDockerイメージをビルドする.

#!/bin/bash
./Autoware-Jetson/docker/build-docker.sh
オプション パラメータ 説明 既定値
-h, --help なし ヘルプを表示 なし -h
-v, --version VERSION Autowareのバージョンを指定(>=1.12.0) 1.13.0 -v 1.12.0

Dockerコンテナの起動

  1. 次のコマンドでDockerコンテナを起動する.

    #!/bin/bash
    ./Autoware-Jetson/docker/run-docker.sh
    オプション パラメータ 説明 既定値
    -h, --help なし ヘルプを表示 なし -h
    -l, --launch {on|off} runtime_managerの起動 on -l off
    -p, --param FILE 読み込むAutowareの設定ファイルを指定 ./docker/autoware-param/param_init.yaml -p robot_1.yaml
    -s, --save FILE Autowareの設定ファイルの保存先を指定 なし -s robot_1.yaml
    -n, --name NAME コンテナの名前を指定 autoware -n autoware-master
  2. AutowareのDockerコンテナで他のROSノードを使用する際は,次のコマンドを別のターミナルで実行する.

    #!/bin/bash
    ./Autoware-Jetson/docker/exec-docker.sh
    オプション パラメータ 説明 既定値
    -h, --help なし ヘルプを表示 なし -h

autoware-jetson-docker's People

Contributors

shikishima-tasakilab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.