<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>ROS robotics news</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/" />
    <link rel="self" type="application/atom+xml" href="http://www.ros.org/news/atom.xml" />
    <id>tag:www.ros.org,2009-08-17:/news//1</id>
    <updated>2012-05-15T04:04:46Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.3-en</generator>

<entry>
    <title>Two New Repositories: cn-ros-pkg and barrett-ros-pkg</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/05/two-new-repositories-cn-ros-pkg-and-barrett-ros-pkg.html" />
    <id>tag:www.ros.org,2012:/news//1.490</id>

    <published>2012-05-15T03:50:34Z</published>
    <updated>2012-05-15T04:04:46Z</updated>

    <summary>From Hendrik Skubch at the University of Kassel Dear ROS community, we are happy to announce three new ROS repositories: cn-roscs-ros-pkg http://code.google.com/p/cn-roscs-ros-pkg/ This stack contains a single package: roscs, which provides C# wrappers for ROS. It does not support the...</summary>
    <author>
        <name>Tully Foote</name>
        
    </author>
    
        <category term="repositories" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><em>From Hendrik Skubch at the University of Kassel</em></p>

<p>Dear ROS community,</p>

<p>we are happy to announce three new ROS repositories:</p>

<ul>
<li>cn-roscs-ros-pkg <a href="http://code.google.com/p/cn-roscs-ros-pkg/">http://code.google.com/p/cn-roscs-ros-pkg/</a></li>
</ul>

<p>This stack contains a single package: roscs, which provides C# wrappers for ROS. It does not support the complete ROS functionality, but the parts we deemed most important, namely publish / subscribe, service calls, limited support for parameters and some minor functionality. We are using this under Linux with mono, Windows is not tested and will probably not work.</p>

<ul>
<li>cn-util-ros-pkg <a href="http://code.google.com/p/cn-util-ros-pkg/">http://code.google.com/p/cn-util-ros-pkg/</a></li>
</ul>

<p>This stack contains some useful utility libraries, namely:</p>

<blockquote>
  <ul>
<li>cstf, which wraps some tf methods in C#,</li>
<li>Castor, a utility library for reading and writing configuration files from C++ and C#,</li>
<li>udp_proxy_generator - Generates multicast proxies for ros topics. It is a very simple approach to a multi master environment, no namespace or topic remappings are done, messages are simply relayed. Given a configuration file, which specifies topics and message types, C++ code for a proxy is generated and compiled.</li>
</ul>
</blockquote>

<ul>
<li>cn-alica-ros-pkg <a href="http://code.google.com/p/cn-alica-ros-pkg/">http://code.google.com/p/cn-alica-ros-pkg/</a></li>
</ul>

<p>This stack holds ALICA, a framework to coordinate and control multiple robots. It consists of three packages:</p>

<blockquote>
  <ul>
<li>Planmodeller - an Eclipse-based IDE to model multi-robot behaviour.</li>
<li>AlicaEngine - an execution layer for the designed programs.</li>
<li>AlicaClient - a simple monitoring GUI.</li>
</ul>
</blockquote>

<p>At its core, ALICA, similar to SMACH, uses hierarchies of state-automata to define behaviour. In contrast to SMACH, it is geared at teams of robots, and features task and role allocation algorithms and coordinated constraint solving and optimisation facilities.</p>

<p>This is part of an ongoing effort to make the source code of the RoboCup Mid-Size Team Carpe Noctem publicly available. All this software is used on our MSL robots. Documentation will be added to the wiki once indexed.
This video: <a href="http://www.youtube.com/watch?v=HhIrhU19PG4">http://www.youtube.com/watch?v=HhIrhU19PG4</a> shows the software in action during the Dutch Open 2012 tournament.</p>

<p>Many thanks,
       Hendrik Skubch
       Distributed Systems Group
       University of Kassel
       Carpe Noctem</p>

<hr />

<p><em>From Kyle Maroney at Barrett Technology</em></p>

<p>ROS Users,</p>

<p>In advance of ICRA 2012 and the first annual ROSCon, Barrett Technology is happy to announce a ROS repository created and maintained by Barrett Technology for control of the WAM Arm and BH8-280 BarrettHand.  Barrett Technology's ROS repository is an abstraction of Libbarrett, a real-time controls library written in C++.</p>

<p>We look forward to contributing to the ROS community, as well as supporting current and future customers.</p>

<p>svn: <a href="http://web.barrett.com/svn/barrett-ros-pkg">http://web.barrett.com/svn/barrett-ros-pkg</a></p>

<p>Regards,</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Two New Repositories: cri and oru-ros-pkg</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/05/two-new-repositories-cri-and-oru-ros-pkg.html" />
    <id>tag:www.ros.org,2012:/news//1.489</id>

    <published>2012-05-13T01:28:55Z</published>
    <updated>2012-05-13T01:39:18Z</updated>

    <summary>From Jon Claassens Hi All, For the past few months I&apos;ve been developing a Python scriptable GUI for ROS that can substitute for RViz, but the main focus was to create something that would allow a developer to rapidly craft...</summary>
    <author>
        <name>Tully Foote</name>
        
    </author>
    
        <category term="repositories" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><em>From Jon Claassens</em></p>

<p>Hi All,</p>

<p>For the past few months I've been developing a Python scriptable GUI for ROS that can substitute for RViz, but the main focus was to create something that would allow a developer to rapidly craft a user interface for a nontechnical user.  It's still very early days and I'd hazard to call the repository even alpha yet, however anyone interested in having a look can find it at
<a href="https://github.com/jonclaassens/cri/wiki">https://github.com/jonclaassens/cri/wiki</a></p>

<p>Key features are that ROS nodes can submit scripts to the visualizer to associate them with standard rViz markers.  Scripts can be made to execute when the marker is interacted with in a number of ways.  The menu environment of the visualizer is written entirely in PyQT and interacts with a C++ core through published getter-setter functions and callbacks.</p>

<p>I'll be maturing the program over the next few weeks and adding a few tutorials.  Comments/suggestions/criticisms would be appreciated...</p>

<p>Best regards
Jon</p>

<hr />

<p><em>From Todor Stoyanov of Mobile Robotics and Olfaction Lab at the
Center for Applied Autonomous Sensor Systems (AASS) at Örebro
University, Sweden</em></p>

<p>Hi everyone,</p>

<p>We are pleased to announce the release of a new ROS packages source code
repository! The repository contains several packages for perception and
grasping, developed at the Mobile Robotics and Olfaction Lab at the
Center for Applied Autonomous Sensor Systems (AASS) at Örebro
University, Sweden. The source code is available at</p>

<p><a href="http://code.google.com/p/oru-ros-pkg/">http://code.google.com/p/oru-ros-pkg/</a></p>

<p>with some rudimentary documentation at the wiki page. Future releases
are going to also include packages for artificial olfaction, so stay
tuned!
The released packages contain source code for some of our publications,
in particular Three-Dimensional Normal Distributions Transform (3D-NDT)
pointcloud registration and Independent Contact Regions(ICR) computation
for multi-finger grasping.</p>

<p>In case you are going to attend the ICRA 2012 conference, you can get
first hand information on several of the packages by attending the
corresponding talks:</p>

<p>RGB-D  registration:                    SPME workshop, Mon. 11:20
ICR on noisy real-world data:           TuC210.3
3D-NDT registration:                    ThD06.1
ICR on a patch contact model:           ThB02.2</p>

<p>Don't hesitate to contact us with comments or questions about the
packages.</p>

<p>-- The AASS MRO team</p>
]]>
        

    </content>
</entry>

<entry>
    <title>New Repository rosruby</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/new-repository-rosruby.html" />
    <id>tag:www.ros.org,2012:/news//1.488</id>

    <published>2012-04-30T22:09:34Z</published>
    <updated>2012-04-30T22:31:27Z</updated>

    <summary>Announced by Takashi Ogura on ROS-users mailing list Hi ros-users. I&apos;m ROS hobby user in Japan. I start rosruby project (which means ruby ROS client), and now you can try it. Here is document for install and try some pub/sub,...</summary>
    <author>
        <name>Tully Foote</name>
        
    </author>
    
        <category term="repositories" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><em>Announced by Takashi Ogura on ROS-users mailing list</em> </p>

<p>Hi ros-users.</p>

<p>I'm ROS hobby user in Japan.</p>

<p>I start rosruby project (which means ruby ROS client),
and now you can try it.</p>

<p>Here is document for install and try some pub/sub, service samples.</p>

<p><a href="https://github.com/OTL/rosruby/wiki/rosruby
">https://github.com/OTL/rosruby/wiki/rosruby</a>
(I'm testing electirc, ruby 1.8.7 and ubuntu 11.10)</p>

<p>rosruby is not tested fully yet, but it works with simple applications.</p>

<p>I want your precious feedbacks!</p>

<p>Because trunk is not stable, I released current version as v0.1.0.
you can also download it from here.</p>

<p><a href="https://github.com/OTL/rosruby/tags">https://github.com/OTL/rosruby/tags</a></p>

<p>I am not heavy ruby user. Honestly, rosruby is my first ruby application....</p>

<p>Thank you.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>New Repository pkganeshpk</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/new-repository-pkganeshpk.html" />
    <id>tag:www.ros.org,2012:/news//1.487</id>

    <published>2012-04-29T04:28:45Z</published>
    <updated>2012-04-29T04:34:09Z</updated>

    <summary><![CDATA[Posted on ROS-users mailing list Hello, My name is Ganesh P Kumar, and I'm a student at Autonomous System Technologies Research &amp; Integration Laboratory (ASTRIL), at Arizona State University, USA. This to announce the phspline_trajectory_planner ROS stack, developed by my...]]></summary>
    <author>
        <name>Tully Foote</name>
        
    </author>
    
        <category term="repositories" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><em>Posted on ROS-users mailing list</em></p>

<p>Hello,</p>

<p>My name is Ganesh P Kumar, and I'm a student at Autonomous System Technologies Research &amp; Integration Laboratory (ASTRIL), at Arizona State University, USA.</p>

<p>This to announce the phspline_trajectory_planner ROS stack, developed by my advisor, Dr. Srikanth Saripalli and myself.  This stack extends the navigation_experimental stack to make goal_passer follow a path generated by a certain spline called PH Spline. </p>

<p>Documentation: <a href="http://robotics.asu.edu/2012/04/phspline-trajectory-planner/">http://robotics.asu.edu/2012/04/phspline-trajectory-planner/</a></p>

<p>Repository (hg) : <a href="https://bitbucket.org/pkganeshpk/phspline_planner">https://bitbucket.org/pkganeshpk/phspline_planner</a></p>

<p>Could the ROS indexers please take note and let me know?</p>

<p>Regards,
Ganesh P Kumar</p>
]]>
        

    </content>
</entry>

<entry>
    <title>ROS Fuerte!</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/ros-fuerte.html" />
    <id>tag:www.ros.org,2012:/news//1.486</id>

    <published>2012-04-23T21:11:23Z</published>
    <updated>2012-04-23T21:15:44Z</updated>

    <summary>ROS Fuerte is now officially available! With each ROS distribution, we&apos;ve focused on making great robotics libraries work together easily, and with this release we&apos;ve made many changes under the hood to make it simpler and cleaner for you to...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="announcements" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fuerte" label="fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rosfuerte" label="ROS Fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><a href="http://www.ros.org/news/resources/2012/ROSFuerte_poster1.jpg"><img alt="ROSFuerte_poster1.jpg" src="http://www.ros.org/news/assets_c/2012/04/ROSFuerte_poster1-thumb-240x311-261.jpg" width="240" height="311" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a>ROS Fuerte is now <a href="http://ros.org/wiki/fuerte">officially available</a>! </p>

<p>With each ROS distribution, we've focused on making great robotics
libraries work together easily, and with this release we've made many
changes under the hood to make it simpler and cleaner for you to
integrate your software into the ROS ecosystem.  </p>

<p>ROS Fuerte includes major new releases of Gazebo 1.0 and PCL 1.5, and
the core ROS libraries have been rewritten to be standalone: you can
now easily use ROS messages in non-ROS frameworks.  These standalone
messages are made possible by a brand new, CMake-based build system
and release toolchain that also greatly improve cross-platform and
cross-compilation support.  Cross-platform support has also been
improved by an RViz port to Qt.</p>

<p>ROS aims to make robotics code more reusable, and this release is a
strong new foundation for the next generation of great robotics
libraries.</p>

<h3>Install ROS Fuerte</h3>

<p>Please see the <a href="http://ros.org/wiki/fuerte">ROS Fuerte page</a> for more information on what's
new in Fuerte, <a href="http://ros.org/wiki/fuerte/Migration">how to migrate from Electric</a>, and how to download
the release.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>ROSCon: New Silver Sponsors: Synapticon and I Heart Engineering</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/roscon-new-silver-sponsors-synapticon-and-i-heart-engineering.html" />
    <id>tag:www.ros.org,2012:/news//1.485</id>

    <published>2012-04-23T17:54:45Z</published>
    <updated>2012-04-23T18:02:07Z</updated>

    <summary>Thanks to Synapticon and I Heart Engineering for becoming ROSCon 2012 Silver Sponsors! You&apos;ll be able to meet representatives from both companies during the event. Thanks again to our Founding/Platinum sponsors: Clearpath Robotics, Heartland Robotics, Willow Garage, Bosch, and Yaskawa....</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="events" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="roscon" label="ROSCon" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p>Thanks to <a href="http://www.synapticon.com">Synapticon</a> and <a href="http://www.iheartengineering.com/">I Heart Engineering</a> for becoming <a href="http://roscon.ros.org">ROSCon 2012</a> Silver Sponsors! You'll be able to meet representatives from both companies during the event.</p>

<p><a href="http://www.synapticon.com/"><img src="http://roscon.ros.org/wp-uploads/2012/04/synapticon_logo_50h.jpg" style="margin: 10px;" title="Synapticon" alt="Synapticon"/></a> </p>

<p><a href="http://www.iheartengineering.com/"><img src="http://roscon.ros.org/wp-uploads/2012/04/IHE-50h.png" style="margin: 10px;" title="I Heart Engineering" alt="I Heart Engineering" /></a></p>

<p><em>Thanks again to our Founding/Platinum sponsors: Clearpath Robotics, Heartland Robotics, Willow Garage, Bosch, and Yaskawa. Thanks also to our Gold Sponsors, Yujin Robot and CoroWare.</em></p>
]]>
        

    </content>
</entry>

<entry>
    <title>ROS Fuerte Release Candidate 3</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/ros-fuerte-release-candidate-3.html" />
    <id>tag:www.ros.org,2012:/news//1.484</id>

    <published>2012-04-21T04:18:24Z</published>
    <updated>2012-04-21T04:19:58Z</updated>

    <summary>ROS Fuerte Release Candidate 3 is now available. This update contains bug fixes to rospack and roscore. Ubuntu users: If you have a previous install of ROS Fuerte Beta, please use &quot;sudo apt-get update; sudo-apt-get upgrade&quot; to make sure that...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="announcements" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fuerte" label="fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rosfuerte" label="ROS Fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><a href="http://www.ros.org/news/resources/2012/fuerte2.png"><img alt="fuerte2.png" src="http://www.ros.org/news/assets_c/2012/04/fuerte2-thumb-200x200-255.png" width="200" height="200" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a>ROS Fuerte Release Candidate 3 is <a href="http://ros.org/wiki/fuerte/Installation">now available</a>.  This update contains bug fixes to rospack and roscore.  </p>

<p><em>Ubuntu users</em>: If you have a previous install of ROS Fuerte Beta, please use "sudo apt-get update; sudo-apt-get upgrade" to make sure that all packages are properly updated.</p>

<p><em>Non-Ubuntu users</em>: Installation instructions for the experimental platforms like OS X and Arch are still in progress, so we encourage users of those platforms to help <a href="http://ros.org/wiki/fuerte/Installation">test and contribute</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>romeo stack annoucement</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/romeo-stack-annoucement.html" />
    <id>tag:www.ros.org,2012:/news//1.483</id>

    <published>2012-04-20T16:36:25Z</published>
    <updated>2012-04-20T16:42:55Z</updated>

    <summary>Announcement by Thomas Moulard to ros-users Hello everyone, I am pleased to announce the release of the romeo stack for ROS. This stack is a joint work with François Keith. Romeo is a 143-cm humanoid robot designed by Aldebaran Robotics....</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="robots" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="aldebaran" label="Aldebaran" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="humanoid" label="humanoid" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="romeo" label="Romeo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><a href="http://www.ros.org/news/resources/2012/romeo_hardware_main1.png"><img alt="romeo_hardware_main1.png" src="http://www.ros.org/news/assets_c/2012/04/romeo_hardware_main1-thumb-200x404-259.png" width="200" height="404" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a><em>Announcement by Thomas Moulard to ros-users</em></p>

<p>Hello everyone,</p>

<p>I am pleased to announce the release of the <a href="http://ros.org/wiki/romeo">romeo</a> stack for ROS.
This stack is a joint work with François Keith.</p>

<p>Romeo is a 143-cm humanoid robot designed by <a href="http://www.aldebaran-robotics.com/">Aldebaran Robotics</a>.</p>

<p>Its full description is available here:</p>

<p><a href="http://projetromeo.com/romeo-documentation/index.html">http://projetromeo.com/romeo-documentation/index.html</a></p>

<p>The romeo stack contains the URDF model of this robot and its associated meshes.</p>

<p>This robot is AFAIK the first humanoid robot whose full description is
freely available in ROS (i.e. kinematic chain, dynamic information and meshes). We would like
to thank Aldebaran Robotics for authorizing us to publish these data.</p>

<p>The package is still not yet complete (we are missing the hands, the eyes
and the sensors position for instance) but we will be updating it as
soon as possible. We wlll also provide SRDF and contact zones information (see <a href="http://ros.org/wiki/rcpdf">rcpdf stack</a>).</p>

<p>Best,  </p>

<p>Thomas Moulard</p>
]]>
        

    </content>
</entry>

<entry>
    <title>ROS Fuerte Release Candidate 2</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/ros-fuerte-release-candidate-2.html" />
    <id>tag:www.ros.org,2012:/news//1.482</id>

    <published>2012-04-18T19:37:01Z</published>
    <updated>2012-04-18T19:39:14Z</updated>

    <summary>ROS Fuerte Release Candidate 2 is now available. This in a minor update that includes new versions of RViz and Gazebo. Ubuntu users: If you have a previous install of ROS Fuerte Beta, please use &quot;sudo apt-get update; sudo-apt-get upgrade&quot;...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="announcements" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fuerte" label="fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rosfuerte" label="ROS Fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><a href="http://www.ros.org/news/resources/2012/fuerte2.png"><img alt="fuerte2.png" src="http://www.ros.org/news/assets_c/2012/04/fuerte2-thumb-200x200-255.png" width="200" height="200" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a>ROS Fuerte Release Candidate 2 is <a href="http://ros.org/wiki/fuerte/Installation">now available</a>.  This in a minor update that includes new versions of RViz and Gazebo.  </p>

<p><em>Ubuntu users</em>: If you have a previous install of ROS Fuerte Beta, please use "sudo apt-get update; sudo-apt-get upgrade" to make sure that all packages are properly updated.</p>

<p><em>Non-Ubuntu users</em>: Installation instructions for the experimental platforms like OS X and Arch are still in progress, so we encourage users of those platforms to help <a href="http://ros.org/wiki/fuerte/Installation">test and contribute</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Q.bo now available for order</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/qbo-now-available-for-order.html" />
    <id>tag:www.ros.org,2012:/news//1.481</id>

    <published>2012-04-18T16:24:05Z</published>
    <updated>2012-04-18T16:32:03Z</updated>

    <summary> Q.bo, the open source hardware/software mobile robot from Thecorpora, is now available for order as as Basic or Complete kits (ranging from €499.00-€2,299.00). A basic Q.bo features HD webcams and can be upgraded with ultrasonic and Xtion Pro sensors....</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="mobile robots" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="qbo" label="Qbo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><a href="http://thecorpora.com/index.php/qbo-catalog/qbo-complete-pro-preorder.html"><img alt="qbo_preorder.jpg" src="http://www.ros.org/news/assets_c/2012/04/qbo_preorder-thumb-640x640-257.jpg" width="640" height="640" class="mt-image-none" style="" /></a></p>

<p><a href="http://thecorpora.com/index.php/qbo-catalog/qbo-complete-pro-preorder.html">Q.bo</a>, the open source hardware/software mobile robot from Thecorpora, is now available for order as as Basic or Complete kits (ranging from €499.00-€2,299.00).  A basic Q.bo features HD webcams and can be upgraded with ultrasonic and Xtion Pro sensors.</p>

<p>Congrats to Thecorpora on the Q.bo launch!</p>

<p><a href="http://thecorpora.com/index.php/qbo-catalog/qbo-complete-pro-preorder.html">Q.bo website</a></p>
]]>
        

    </content>
</entry>

<entry>
    <title>Open Source Robotics Foundation</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/open-source-robotics-foundation.html" />
    <id>tag:www.ros.org,2012:/news//1.479</id>

    <published>2012-04-17T18:27:58Z</published>
    <updated>2012-04-17T18:31:45Z</updated>

    <summary> Willow Garage has announced the Open Source Robotics Foundation, which will sponsor the development of ROS and Gazebo and aims to generally &quot;support the development, distribution, and adoption of open source software for use in robotics research, education, and...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="announcements" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="osrfoundation" label="OSR Foundation" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<div align="center"><img height="203" width="368" alt="Open Source Robotics Foundation" src="http://willowgarage.com/sites/default/files/blog/201204/OSR-Logo-Proto4-Vert.png" /></div>

<p>Willow Garage <a href="http://www.willowgarage.com/blog/2012/04/16/open-source-robotics-foundation">has announced</a> the <a href="http://www.osrfoundation.org/">Open Source Robotics Foundation</a>, which will sponsor the development of ROS and Gazebo and aims to generally "support the development, distribution, and adoption of open source software for use in robotics research, education, and product development."</p>

<p>From the announcement:</p>

<blockquote>
  <p>The mission of the OSR Foundation is "to support the development, distribution, and adoption of open source software for use in robotics research, education, and product development."  You will find this mission on the new OSR Foundation Web site, but not much else.  In the coming weeks, we will be expanding on our goals, our short- and long-term plans, and the individuals and organizations that will be leading the OSR Foundation.  For now, <a href="mailto: info@osrfoundation.org">contact OSRF</a> for more information or to get involved.</p></p>

<p>The first initiative of the OSRF will be participation in the DARPA Robotics Challenge, announced recently.  The DARPA Robotics Challenge, or DRC, will launch in October 2012 and offers a $2 million prize "to whomever can help push the state-of-the-art in robotics beyond today's capabilities in support of the DoD's disaster recovery mission."  The <a href="http://www.darpa.mil/NewsEvents/Releases/2012/04/10.aspx">full announcement</a> of the initiative specifically mentions the Fukushima nuclear accident as a recent example of a potential robotic application although other recent disasters such Hurricane Katrina and the oil spill at Deepwater Horizon also quickly come to mind.</p></p>

<p>DARPA today sponsored a <a href="https://www.signup4.net/Public/ap.aspx?EID=DARP136E">Proposer's Day Workshop</a> where more information about the Robotics Challenge is available via Webcast.  During the Webcast, Nate Koenig from Willow Garage gave a brief talk on the current and future state of the open source <a href="http://gazebosim.org/">Gazebo</a> robot simulator, which will be extended by the OSR Foundation to support the DARPA Robot Challenge.</p></p>

<p>The DARPA Robotics Challenge supports the <a href="http://www.nsf.gov/funding/pgm_summ.jsp?pims_id=503641&amp;org=CISE">National Robotics Initiative</a> announced by the Obama Administration in June 2011.</p></p>
</blockquote>
]]>
        

    </content>
</entry>

<entry>
    <title>rxDeveloper 1.3b with sourcecode generators</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/rxdeveloper-13b-with-sourcecode-generators.html" />
    <id>tag:www.ros.org,2012:/news//1.480</id>

    <published>2012-04-17T18:11:48Z</published>
    <updated>2012-04-17T18:34:09Z</updated>

    <summary> Announcement by Filip Muellers to ros-users Hi all, I have implemented nice new features for the rxDeveloper 1.3b and need some feedback. I would like to improve this new features. New features: automatic generation of source code from specifications...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="packages" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="rxdeveloper" label="rxdeveloper" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><img width="640" height="486" src="http://rxdeveloper-ros-pkg.googlecode.com/files/rxdev.png" /></p>

<p><em>Announcement by Filip Muellers to ros-users</em></p>

<p>Hi all,</p>

<p>I have implemented nice new features for the rxDeveloper 1.3b and need some feedback. I would like to improve this new features.</p>

<p>New features:</p>

<ul>
<li>automatic generation of source code from specifications - the specfile-editor allows you to create python and c++ templates. for c++ files the CMakeLists.txt can be modified automatically, too.</li>
<li><code>rosdep install</code> and <code>rosmake</code> can be executed graphically for a selected package (component creation tab)</li>
<li>specfiles can be created by fetching information from running ROS processes (component creation tab)</li>
</ul>

<p>The rxDeveloper runs on Diamondback, Electric and Fuerte beta.</p>

<p>For more information, sources and tutorials please visit <a href="http://code.google.com/p/rxdeveloper-ros-pkg/">rxdeveloper-ros-pkg/</a>.</p>

<p>Regards, <br />
Filip Muellers</p>
]]>
        

    </content>
</entry>

<entry>
    <title>ROS Fuerte Release Candidate 1</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/ros-fuerte-release-candidate-1.html" />
    <id>tag:www.ros.org,2012:/news//1.478</id>

    <published>2012-04-17T00:23:55Z</published>
    <updated>2012-04-17T01:39:09Z</updated>

    <summary>ROS Fuerte Release Candidate 1 is now available. Thanks to all who have filed bug reports and provided patches to fix issues during the ROS Fuerte Beta process. Barring any last-minute issues, this release candidate will be the official ROS...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="announcements" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fuerte" label="fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rosfuerte" label="ROS Fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><a href="http://www.ros.org/news/resources/2012/fuerte2.png"><img alt="fuerte2.png" src="http://www.ros.org/news/assets_c/2012/04/fuerte2-thumb-200x200-255.png" width="200" height="200" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a>ROS Fuerte Release Candidate 1 is <a href="http://ros.org/wiki/fuerte/Installation">now available</a>.  Thanks to all who have filed bug reports and provided patches to fix issues during the ROS Fuerte Beta process.  Barring any last-minute issues, this release candidate will be the official ROS Fuerte release, so we encourage all users to try this release out.</p>

<p><em>Ubuntu users</em>: If you have a previous install of ROS Fuerte Beta, please use "sudo apt-get update; sudo-apt-get upgrade" to make sure that all packages are properly updated.</p>

<p><em>Non-Ubuntu users</em>: Installation instructions for the experimental platforms like OS X and Arch are still in progress, so we encourage users of those platforms to help <a href="http://ros.org/wiki/fuerte/Installation">test and contribute</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>An Oddwerx Visit</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/an-oddwerx-visit.html" />
    <id>tag:www.ros.org,2012:/news//1.477</id>

    <published>2012-04-16T17:06:59Z</published>
    <updated>2012-04-16T17:10:54Z</updated>

    <summary>crosspost from WillowGarage.com The folks from Oddwerx came to Willow Garage for a visit recently.  For those who aren&apos;t already familiar with Oddwerx, it is a very cool initiative to turn an iPhone or Android phone into an autonomous robot.    In the first video you...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="hobby" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="android" label="Android" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="oddwerx" label="Oddwerx" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="smartphone" label="smartphone" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p><em>crosspost from WillowGarage.com</em></p>

<p>The folks from <a href="http://www.oddwerx.com/">Oddwerx</a> came to Willow Garage for a visit recently.  For those who aren't already familiar with Oddwerx, it is a very cool initiative to turn an iPhone or Android phone into an autonomous robot. 
 
In the first video you can see how Ted Larson, Bob Allen and Brandon Blodget from Oddwerx took a PS3 Game Controller and plumbed it together to send its ROS messages to an Oddwerx Robot running its own ROS node for controlling the motors and legs.  They took advantage of the existing ROS packages which support interacting with the PS3 joystick, which is in use on many robots including the PR2. 
 </p>

<iframe width="640" height="360" src="http://www.youtube.com/embed/JSsrEfYb5RQ" frameborder="0" allowfullscreen></iframe>

<p>Fashion was front and center in this second video when the Oddwerx robot "grew" purple hair.  In addition to responding to PS3 ROS messages, the robot was programmed to send audio/video to enable teleoperation.  Since ROS employs publish/subscribe, multiple subscribers can just listen into the live video feed.</p>

<iframe width="640" height="360" src="http://www.youtube.com/embed/EiKC1muXQ9o" frameborder="0" allowfullscreen></iframe>

<p>Oddwerx is now a Kickstarter project.   If you share their vision to turn smartphones into mobile robotic ROS platforms, then support this effort <a href="http://www.kickstarter.com/projects/ologic/oddwerx-autonomous-smartphone-robots">on Kickstarter</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>ROS Fuerte Beta 2 Released</title>
    <link rel="alternate" type="text/html" href="http://www.ros.org/news/2012/04/ros-fuerte-beta-2-released.html" />
    <id>tag:www.ros.org,2012:/news//1.476</id>

    <published>2012-04-11T21:04:28Z</published>
    <updated>2012-04-11T23:24:41Z</updated>

    <summary>ROS Fuerte Beta 2 is now available. Many thanks to all who have contributed bug reports. A special thanks to following individuals, who have improved Fuerte compatibility on non-Ubuntu platforms: Arch (+ GCC 4.7): Traveler Hauptman OS X: William Woodall...</summary>
    <author>
        <name>kwc</name>
        
    </author>
    
        <category term="announcements" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fuerte" label="fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rosfuerte" label="ROS Fuerte" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.ros.org/news/">
        <![CDATA[<p>ROS Fuerte Beta 2 is now available.  Many thanks to all who have
contributed bug reports.  A special thanks to following individuals,
who have improved Fuerte compatibility on non-Ubuntu platforms:</p>

<ul>
<li>Arch (+ GCC 4.7): Traveler Hauptman</li>
<li>OS X: William Woodall</li>
<li>Fedora: Steven Bellens</li>
</ul>

<p><a href="http://ros.org/wiki/fuerte/Installation">Installation instructions for ROS Fuerte Beta 2</a></p>

<p><em>Ubuntu Fuerte Beta 1 Users</em>: in order to update to Beta 2, please run:</p>

<p><code>sudo apt-get update</code> <br />
<code>sudo apt-get upgrade</code></p>

<p>(or uninstall Beta 1 first)</p>
]]>
        

    </content>
</entry>

</feed>

