Skip to content

danmendonca/cooperative_sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

Necessary Software:
-Ubuntu 14.04
-ROS Indigo version > sudo apt-get install ros-indigo-desktop-full
-sfml library > sudo apt-get install libsfml-dev


Instructions:
-Create a catkin workspace (we will refer to it as catkin_ws)
-Create a folder inside catkin_ws named src
-Move the folder cooperative_sokoban that was extracted with this file, into catkin/src
-In terminal, change directory to catkin_ws and do as follows:
>catkin_make
>source devel/setup.bash
-Now you can run the one of the two launchers that exist with this package, choosing one of the following:
>roslaunch csoko_launchers csoko_thinker_complex.launch
>roslaunch csoko_launchers csoko_thinker_base.launch

About

Cooperative Robots Solving a Sokoban puzzle, implemented in ROS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published