GithubHelp home page GithubHelp logo

installros2's Introduction

젯슨 나노에 ROS2(eloquent)를 설치하고 구동해보기

Tested Environment

  • Jetson Nano 4GB
  • Latest iso image from nvidia (Ubuntu 18.04 with Jetpack 4.5)

Usage

(1) Download & Install

$ git clone https://github.com/kimsooyoung/installROS2.git
$ cd installROS2
$ chmod +x install-ros2.sh

$ ./install-ros.sh
(or)
$ sh install-ros2.sh

설치 중간에 정말 설치할 것인지 여부를 물어볼 수 있습니다. y를 입력해줍니다.

(2) Start turtlesim

ros의 마스코트인 turtlesim을 실행시켜보는 것으로 설치 확인을 해보겠습니다. 터미널을 열고 다음 커멘드를 입력해줍니다.

$ source ~/.bashrc
$ ros2 run turtlesim turtlesim_node

다음 그림과 같이 거북이의 일러스트가 나타나면 성공입니다. 새로운 터미널을 열어 다음과 같이 거북이를 움직일수 있는 turtle_teleop_key 노드를 실행시킵니다.

$ ros2 run turtlesim turtle_teleop_key

image

Reference


[1] https://index.ros.org/doc/ros2/Installation/Eloquent/

[2] https://colcon.readthedocs.io/en/released/user/installation.html

[3] https://github.com/jugfk/installROS

installros2's People

Contributors

kimsooyoung avatar

Stargazers

 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.