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

Revision history [back]

click to hide/show revision 1
initial version

rosdep changed to rosdep2 in fuerte, so there is no more rosdep.yaml.

You have two possibilities here:

  1. Use catkin for building the code. As the external code seems to be cmake, wrapping that should be really easy. However, I have no idea about the status of catkin in fuerte.
  2. Wrap the code into a ROS package.

rosdep changed to rosdep2 in fuerte, so there is no more rosdep.yaml.

You have two possibilities here:

  1. Use catkin for building the code. As the external code seems to be cmake, wrapping that should be really easy. However, I have no idea about the status of catkin in fuerte.
  2. Wrap the code into a ROS package.

The second is probably closer to what you wanted to do originally.