PlanSys2 / ros2_planning_system

This repo contains a PDDL-based planning system for ROS2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS2 Planning System

PlanSys2 Logo

GitHub Action Status codecov

GitHub Action Status codecov

GitHub Action Status codecov

GitHub Action Status codecov

GitHub Action Status codecov

ROS2 Planning System (plansys2 in short) is a project whose objective is to provide Robotics developers with a reliable, simple, and efficient PDDL-based planning system. It is implemented in ROS2, applying the latest concepts developed in this currently de-facto standard in Robotics.

This project is the result of several years of experience in the development of robotic behaviors using ROSPlan. ROSPlan has greatly inspired this project. In addition to the migration to ROS2, we contribute to key aspects: ease of use, efficiency, and new tools, such as our terminal.

We hope that this software helps to include planning in more Robotics projects, offering simple and powerful software to generate intelligent behaviors for robots.

Please, cite us if you use PlanSys2 in your reseach:

@INPROCEEDINGS
 {PlanSys2,
    author    = "Francisco Mart{\'{\i}}n and Jonatan Gin{\'{e}}s and Francisco J. Rodr{\'{i}}guez and Vicente Matell{\'{a}}n",
    title     = "PlanSys2: A Planning System Framework for ROS2",
    booktitle = "{{IEEE/RSJ} International Conference on Intelligent Robots and Systems,  {IROS} 2021, Prague, Czech Republic, September 27 - October 1, 2021}",
    year      = "2021",
    publisher = "{IEEE}"
}

We want to invite you to contribute to this Open Source project !!

Visit the Web Page for tutorials, videos and more!!

drawing

About

This repo contains a PDDL-based planning system for ROS2.

License:Apache License 2.0


Languages

Language:C++ 87.8%Language:PDDL 7.0%Language:Python 2.6%Language:CMake 2.6%