August 2013 Archives

State of URDF

| No Comments | No TrackBacks
From Dave Coleman on ros-users@

I'd like to update the ROS community on the current status of the Unified Robotic Description Format (URDF). As ROS matures some packages are being moved out of the ROS ecosystem into stand-alone projects. With URDF, this has caused a number of package naming changes between Fuerte, Groovy, and Hydro that have made the situation a little confusing, especially on the ROS wiki. 

I've made a diagram that outlines the current components of URDF and shows how they work together:

urdf_diagram.png

Current Status:

1) The core URDF parser and data structures (urdfdomurdfdom_headers) have been pushed upstream into stand alone (no ROS-dependencies) software packages that will in the future be released into Ubuntu completely separate from ROS. 

2) There is now a distinction between a URDF file and a URDF data structure. A URDF file follows the XML format as described on the ros.org wiki. A URDF data structure is a set of generic classes that various formats (currently URDF and Collada) can be parsed into.

3) A new plugin abstraction layer (urdf_parser_plugin) allows the URDF data structures to be populated with various file formats (currently URDF and Collada)

4) The ROS packages urdf_parser and urdf_interface have been deprecated in Groovy and removed in Hydro.

5) As of today, urdfdom and urdfdom_headers have been moved to Github from Bitbucket.

6) An update to the <transmission> element has been made to the URDF spec that is a revisit of the old pr2_mechanisms format generalized for all robots. It currently lives in the new ros_control package but should soon be moved into urdfdom.

Related Topics:

1) The Gazebo simulator can use either URDF or its own (more feature-filled) SDF format. SDFormat was also recently released upstream into a stand alone software package available in Ubuntu separate from ROS. SDFormat also currently contains a copy of the URDF parser.

2) Very preliminary discussions have begun on the needs of URDF 2.0 and potential merging of SDF and URDF. There are several significant limitations in the current URDF specification that need to be addressed. This is targeted for ROS-I or later.

Links:

Thanks to Ioan Sucan, John Hsu, and Wim Meeussen for their continued maintenance and support of these urdf components.


I hope this helps clarify things for everyone!

Binary packages for Ubuntu 13.04 armhf

| No Comments | No TrackBacks
From Austin Hendrix on ros-users@

I've been doing builds of ROS for ARM now, and I'm pleased to announce a more complete build of ROS Hydro for Ubuntu 13.04 armhf.

This includes builds of the core ROS tools, along with OpenCV, PCL and Navigation.

Install instructions are here: http://www.ros.org/wiki/hydro/Installation/UbuntuARM ; I've tested and confirmed that they work on my BeagleBone Black

Enjoy!
-Austin

Find this blog and more at planet.ros.org.


Monthly Archives

About this Archive

This page is an archive of entries from August 2013 listed from newest to oldest.

July 2013 is the previous archive.

September 2013 is the next archive.

Find recent content on the main index or look in the archives to find all content.