Giter Site home page Giter Site logo

ros101's Introduction

ROS101

  • ROS101 class - from basic to advanced
  • 강의명: ROS와 Carmaker 기반 자율주행의 인지,판단,제어 구현(이론, 실습, 프로젝트 10일)​
  • 강의일시: 2월 10일(4일차), 09:00-13:00, 14:00-18:00
  • 강의장소: 충북대학교
  • 수강대상: 학부생 및 대학원생, 재직자 (자율주행관련)
  • 강의주제: ROS 활용 및 예제

Pre-requirement

  • Ubuntu 16.04
  • ROS kinetic
  • Git pkg: "-" 사용, ROS pkg: "_" 사용

Install Clang

sudo apt-get install clang, clang-format

Build

catkin build

with alias

cb

hello_world_ros

  • hello world 를 terminal 또는 ros log file 에서 확인하도록 하는 pkg
  • ros pkg 의 기본구조 학습

pub_test

  • ros 의 publisher 예제
  • basic: string data 와 float32 multi-array data 를 publish 하는 pkg
  • advanced: custom msg 를 publish 하는 pkg

sub_test

  • ros 의 subscriber 예제
  • basic: string data 와 float32 multi-array data 를 subscribe 하는 pkg
  • advanced: custom msg 를 subscribe 하는 pkg

srv_test

  • ros 의 service server/client 예제
  • (basic)calc_add_srv server: 2개의 int number 를 받아서 더하는 연산
  • (basic)calc_add_srv client: 2개의 int number 를 param 으로 읽어서 server 호출
  • (advanced)set_mission_info_srv server: 1개의 int number 를 받아서 임무를 선택하는 연산 (switch-case)
  • (advanced)set_mission_info_srv client: 1개의 int number 를 param 으로 읽어서 server 호출하여 임무를 받아 실행하는 연산

custom_msg_srv_param_ros

  • custom message file 과 custom service file 을 생성하는 pkg (이들 모두를 단일 pkg 하면 관리하기 용이함)
  • yaml file 에서 parameter 를 읽어오는 예제 node

autostart_service

  • roscore 와 roslaunch 를 컴퓨터 시작 프로그램에 등록하기 위함
  • 각종 시연/대회/상용화/실운용 또는 반복된 실험수행 때 더 이상 디버깅이 필요하지 않은 node 를 실행할 때 용이함
  • 해당 폴더의 readme 참고

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.