Difference between revisions of "Robot Operating System"

From Mech
Jump to navigationJump to search
Line 19: Line 19:
==Example==
==Example==
===System Overview===
===System Overview===
===Installing Packages===
===Serial Node===
===Serial Node===
===Estimator Node===
===Estimator Node===

Revision as of 14:31, 9 June 2011

Overview

This page serves as a short introduction to ROS for the new or potential user. Although ROS is a tremendously complex and multifaceted software package, this page endeavors to outline the basic uses and functionality provided by ROS's framework. This is done through example by discussing the high level design of a ROS system developed by Jake Ware and Jarvis Schultz in 2011 for the puppeteer robot system. There is also a short "highlights" section that directs new users towards some useful ROS features that might not otherwise be apparent.

Introduction

"ROS is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It also provides tools and libraries for obtaining, building, writing, and running code across multiple computers." [Source: ROS Intro]

Installation

Text...

Highlights

Timers

Topics and Services

Parameter Server

Launch Files

Command Line Tools

Example

System Overview

Installing Packages

Serial Node

Estimator Node

Object Tracker

Control Node

Keyboard Node

Camera Node