pal_logo.png


reem_head.jpg reem_boxes.jpg reem_side.jpg


Overview

pal-ros-pkg contains the set of publicly available ROS packages created by PAL Robotics S.L.

Get the source

We provide rosinstall files that fetch our packages and their third party requirements for every supported ros distribution:

Fuerte

https://raw.github.com/pal-robotics/pal-ros-pkg/master/pal-ros-pkg-fuerte.rosinstall

Fuerte + Gazebo 1.5 standalone

https://raw.github.com/pal-robotics/pal-ros-pkg/master/pal-ros-pkg-gazebo-standalone.rosinstall
  • To use Gazebo standalone please make sure to have Gazebo 1.5+ installed. Ubuntu users please install the gazebo and osrf-common packages.

  • You'll also need to do some environment setup for Gazebo to pick up the REEM model and worlds:

export GAZEBO_PLUGIN_PATH=`rospack find atlas_msgs`/lib:$GAZEBO_PLUGIN_PATH
export GAZEBO_PLUGIN_PATH=`rospack find pal_gazebo_plugins`/lib:$GAZEBO_PLUGIN_PATH
export GAZEBO_MODEL_PATH=`rospack find reem_gazebo`/models:$GAZEBO_MODEL_PATH
export GAZEBO_RESOURCE_PATH=`rospack find reem_gazebo`/reem_gazebo/worlds:$GAZEBO_RESOURCE_PATH

If you plan to use REEM on a regular basis, consider adding the above snippet to your ~/.bahsrc or equivalent.

Electric

https://raw.github.com/pal-robotics/pal-ros-pkg/master/pal-ros-pkg-electric.rosinstall

Diamondback

https://raw.github.com/pal-robotics/pal-ros-pkg/master/pal-ros-pkg-diamondback.rosinstall

The following is an example of a rosinstall invocation for ros fuerte that downloads the code to ~/workspace and preserves the default ros fuerte setup:

rosinstall ~/workspace https://raw.github.com/pal-robotics/pal-ros-pkg/master/pal-ros-pkg-fuerte.rosinstall


Available stacks

Cannot load information on pal-ros-pkg, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

Wiki: pal-ros-pkg (last edited 2013-04-05 12:32:56 by AdolfoRodriguez)