Move to src folder and clone the repository
cd robotics/src
git clone https://github.com/hrnr/m-explore.git
to install dependencies, move to root of the workspace and run,
cd ..
rosdep install --from-paths src --ignore-src -r -y
then run
catkin build
or
catkin_make