ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

This package needs to be built from source. Refer to this tutorial:

http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Indigo%20on%20Raspberry%20Pi

For example,

$ cd ~/ros_catkin_ws/external_src

$ sudo apt-get install libboost-test-dev libtinyxml-dev

$ git clone https://github.com/ros/urdfdom.git

$ cd urdfdom

$ cmake .

$ sudo checkinstall make install

Hope this helps you