KCL-Planning / ROSPlan

The ROSPlan framework provides a generic method for task planning in a ROS system.

Home Page:http://kcl-planning.github.io/ROSPlan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROSPlan Framework

Build status Test status

The main ROSPlan website and documentation is available here.

The ROSPlan framework provides a generic method for task planning in a ROS system. ROSPlan encapsulates both planning and dispatch. It provides with a simple interface, and already includes interfaces to common ROS libraries.

ROSPlan Demos:

Several demos are available in the rosplan_demos repository. More will be added over time.

Installation

ROSPlan supports kinetic and melodic ROS distributions and is developed under Ubuntu 16.04 / 18.04, being linux Ubuntu 18.04 + melodic the recommended setup.

Install dependencies:

sudo apt install flex bison freeglut3-dev libbdd-dev python-catkin-tools ros-$ROS_DISTRO-tf2-bullet

Select or create a catkin workspace:

mkdir -p ROSPlan/src
cd ROSPlan/

Get the code:

cd src/
git clone https://github.com/KCL-Planning/rosplan

Compile everything:

catkin build

Running a demo with the turtlebot 2, using Gazebo simulator (kinetic only)

This demo has been migrated to a separate repo, please follow up this link: rosplan_demos

Using ROSPlan's docker image

Get your docker image from the Docker Hub:

docker pull kclplanning/rosplan

Run an interactive bash shell inside the docker, ready to run ROSPlan:

docker run -it --rm kclplanning/rosplan bash

ROSPlan KB GUI

There is a newly developed interface to interact with ROSPlan's Knowledge Base. It was built by Eden Jia, using tkinter in Python. You can find it and use it here.

Related repositories:

About

The ROSPlan framework provides a generic method for task planning in a ROS system.

http://kcl-planning.github.io/ROSPlan

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 70.4%Language:EJS 18.1%Language:Python 8.3%Language:Yacc 1.4%Language:CMake 1.1%Language:Shell 0.3%Language:PDDL 0.2%Language:Lex 0.1%Language:C 0.1%Language:Dockerfile 0.0%