Difference between revisions of "ROS"

From RobotinoWiki
(Introduction)
Line 1: Line 1:
 
'''Attention: New ROS stack for [http://www.ros.org/wiki/robotino Robotino] NOW available which reflects the new Robotino API2'''
 
'''Attention: New ROS stack for [http://www.ros.org/wiki/robotino Robotino] NOW available which reflects the new Robotino API2'''
 
==Introduction==
 
==Introduction==
The [http://www.ros.org/wiki/ Robot Operating System ROS] hosted and maintained by [http://www.willowgarage.com/ Willow Garage] is a free meta operating system for mobile robots. This page describes the adaption of Robotino C++ API to ROS.
+
{|cellspacing="20" cellpadding="10"
 +
|- style="vertical-align:top"
 +
|[[Image:Robotino_ros_icon_64.png]]
 +
|The [http://www.ros.org/wiki/ Robot Operating System ROS] hosted and maintained by [http://www.willowgarage.com/ Willow Garage] is a free meta operating system for mobile robots. This page describes the adaption of Robotino C++ API to ROS.
 +
! style="text-align:left; width:20em; background-color:#dddddd"|
 +
=== Package links ===
 +
|}
 +
 
 
{{#ev:youtube|N7Gbe7vnufM}}
 
{{#ev:youtube|N7Gbe7vnufM}}
  

Revision as of 14:11, 2 February 2012

Attention: New ROS stack for Robotino NOW available which reflects the new Robotino API2

Introduction

Robotino ros icon 64.png The Robot Operating System ROS hosted and maintained by Willow Garage is a free meta operating system for mobile robots. This page describes the adaption of Robotino C++ API to ROS.

Package links

{{#ev:youtube|N7Gbe7vnufM}}

Installation

You will need a Linux (preferable Ubuntu) PC in order to run ROS. As we need much computational power for SLAM and especially path planning Robotinos PC104 is overstrained. So we use a laptop or desktop PC communicating to Robotino via wireless.

Install ROS. How to do this read the ROS installation instructions.

Install the latest openrobotino1 package and install it (you do not need to set symlinks nor do you need to install the examples).

Get the Robotino ROS drivers:

svn co http://svn.openrobotino.org/trunk/ros robotino-ros

Put the robotino-ros into the ROS_PACKAGE_PATH. If everything is setup correctly you can run

rosmake robotino_drivers

Hardware

What you really need to use ROS in a meaningful way is a laser rangefinder for Robotino.

RobotinoAPI2 and ROS

The ROS interface for Robotino with the new RobotinoAPI2 is now available. Check out the robotino stack on the ROS website.