ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you're git cloning the source, you'll end up with the master branch. That is using catkin and will only work with trunk...and even then, only from time to time - catkin is evolving very fast. You need to checkout either the electric or fuerte branch after cloning.
As for the dependencies, there is only dependencies for ros and ros_comm. So the others are likely being brought in by the ripple effect of upgrades. See ipso and lorenz' good posts about that.
2 | No.2 Revision |
If you're git cloning the source, you'll end up with the master branch. That is using catkin and will only work with trunk...and the latest ros, ros_comm sources...and even then, only from time to time - catkin is evolving very fast. You need to checkout either the electric or fuerte branch after cloning.
As for the dependencies, there is only dependencies for ros and ros_comm. So the others are likely being brought in by the ripple effect of upgrades. See ipso and lorenz' good posts about that.