Difference between revisions of "ROS"

From RobotinoWiki
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
{|cellspacing="20" cellpadding="10"
+
{|cellspacing="30" cellpadding="20"
 
|- style="vertical-align:top"
 
|- style="vertical-align:top"
 
|[[Image:Robotino_ros_icon_64.png]]
 
|[[Image:Robotino_ros_icon_64.png]]
Line 10: Line 10:
  
 
==Installation==
 
==Installation==
Your Robotino needs to be updated to at least image >= 4.0.0 from [https://doc.openrobotino.org/download/tinycore/robotino4image/ here].
+
Your Robotino needs to be updated to at least image >= 4.0.0 from [https://doc.openrobotino.org/download/tinycore/robotino4image/ here]. Make sure you updated to the latest [https://doc.openrobotino.org/ChangeLog/daemons.txt robotino-daemons] package.
  
 
==Test==
 
==Test==

Revision as of 12:01, 1 March 2019

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's REST-API to ROS.

Package links

robotino - Contains the essential packages for communicating with Robotino.

Installation

Your Robotino needs to be updated to at least image >= 4.0.0 from here. Make sure you updated to the latest robotino-daemons package.

Test

Drive Robotino

rostopic pub -r 10 /cmd_vel geometry_msgs/Twist  '{linear:  {x: 0.1, y: 0.0, z: 0.0}, angular: {x: 0.0,y: 0.0,z: 0.0}}'

Hardware

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

Documents

RWTH Aachen: Lab Course Model-Based Robotics Software Development Implementation Notes