Compile failed when compiling ros_control
I have had ROS (indigo) running on a BeagleBone Black (running debian), by compiling everything, following this link:
http://wiki.ros.org/indigo/Installati...
I then tried to compile in ros_control (following all the steps at the bottom of the page)
rosinstall_generator ros_comm ros_control --rosdistro indigo --deps --wet-only --exclude roslisp --tar > indigo-custom_ros.rosinstall
The compile failed when trying to compile joint_limit_interface:
==> Processing catkin package: 'joint_limits_interface'
==> Building with env: '/opt/ros/indigo/env.sh'
==> cmake /home/debian/ros_catkin_ws/src/ros_control/joint_limits_interface -DCATKIN_DEVEL_PREFIX=/home/debian/ros_catkin_ws/devel_isolated/joint_limits_interface -DCMAKE_INSTALL_PREFIX=/opt/ros/indigo -DCMAKE_BUILD_TYPE=Release -G Unix Makefiles in '/home/debian/ros_catkin_ws/build_isolated/joint_limits_interface'
CMake Error at CMakeLists.txt:4 (find_package):
By not providing "Findurdfdom.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "urdfdom", but
CMake did not find one.
Could not find a package configuration file provided by "urdfdom" with any
of the following names:
urdfdomConfig.cmake
urdfdom-config.cmake
Add the installation prefix of "urdfdom" to CMAKE_PREFIX_PATH or set
"urdfdom_DIR" to a directory containing one of the above files. If
"urdfdom" provides a separate development package or SDK, be sure it has
been installed.
Looking around, there seems to be some talk on this, but I am still confused on how to proceed with the build.
Anyone have any step by step instructions on how to proceed?
Thanks!