GithubHelp home page GithubHelp logo

avatar196kc / installros Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jugfk/installros

0.0 1.0 0.0 225 KB

젯슨 나노에 ROS(Robot Operating System)를 설치하고 구동해보기

License: Other

Shell 100.00%

installros's Introduction

젯슨 나노에 ROS를 설치하고 구동해보기

  • 테스트한 기기: Jetson Nano Ubuntu 18.04 LTS

(1) 다운로드 & 설치

git clone https://github.com/jetsonworld/installROS.git
cd installROS
chmod +x install-ros.sh

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

(2) 거북이 시뮬레이터 시작하기

roscore

이제 roscore는 ROS의 통신이 매인이되는 운영체제가 움직이기 시작합니다. 이 상태에서 조금 시작한 터미널 애플리케이션과는 다른 터미널 응용 프로그램 (윈도우)를 시작합니다. ROS는 이러한 여러 터미널을 열고 명령을 실행 해 나가는 것이 기본 스타일입니다. 두 번째 터미널을 열어서 rosrun 명령에서 turtlesim 패키지의 turtlesim_node를 시작합니다.

rosrun turtlesim turtlesim_node

다음 그림과 같이 거북이의 일러스트가 나타나면 성공입니다. 다음은 새로운 터미널을 또 엽니다. 열어서 다음과 같이 실행하면 키보드를 이용해서 거북이를 움직일수 있습니다.

rosrun turtlesim turtle_teleop_key

image

출처

[1] http://wiki.ros.org/melodic/Installation/Ubuntu

[2] https://github.com/karaage0703/jetson-nano-tools

(Thank you for your precious devotion.)

installros's People

Contributors

jugfk avatar kimsooyoung 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.