ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I believe ardrone_autonomy has already been converted to a catkin package, and has been released for ROS Indigo. Just enter sudo apt-get install ros-indigo-ardrone-autonomy
into a terminal. Failing that, grab the indigo-devel branch from the Git repository.
As for tum_simulator, it looks like @Gary Servin submitted a pull request to get that updated to catkin and Indigo as well.
2 | No.2 Revision |
I believe ardrone_autonomy has already been converted to a catkin package, and has been released for ROS Indigo. Just enter sudo apt-get install ros-indigo-ardrone-autonomy
into a terminal. Failing that, grab the indigo-devel branch from the Git repository.
As for tum_simulator, it looks like @Gary Servin submitted a pull request to get that updated to catkin and Indigo as well.
EDIT: for future reference, see this tutorial on migrating from rosbuild to catkin.