multi_robot_controller
: Controller and mathematics for formation controlmulti_robot_msgs
: Message definitions for formation controltransport_controller
: Implementation of top level system control of a collaborative object transporttransport_launcher
: Launchfiles for launching the different elements within a collaborative object transport
Start by changeing directory to your catkin workspace!
git clone https://github.com/matchRos/Collaborative_Transport.git src
Download and install the Match_Mobile_Robotics package from https://github.com/matchRos/Match_Mobile_Robotics manually. Afterwards install missing dependencies by using rosdep (ROS_DISTRO has to be defined or substituted by your ROS destribution)
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
Use your standard build tools to build the downloaded packages e.g. :
catkin_make
or
catkin build