This folder contains all code for the work on a global path planner for a cabled multi robot system. It contains three packages and should be contained in an ROS noetic catkin workspace for building and using the packages.
Author: Henrik Depke
E-Mail: henrik.depke@stud.uni-hannover.de
For usage with move base flex on ROS noetic with catkin workspace:
cd /path/to/workspace/src/match_student_code
git submodule update --init --recursive
cd /path/to/workspace/
rosdep install --from-paths src --ignore-src -r -y
catkin buildCostmap layer plugin that marks the cable positions behind the robots on an additional costmap layer.
This package contains the world, map and launch files for the simulation of the multi robot planner in gazebo.
Global planner for a cabled multi robot system.