Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/PlanSys2/ros2_planning_system

This repo contains a PDDL-based planning system for ROS2.
https://github.com/PlanSys2/ros2_planning_system

Last synced: 2 months ago
JSON representation

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

Lists

README

        

# ROS2 Planning System

![PlanSys2 Logo](/plansys2_docs/plansys2_logo.png)

[![GitHub Action
Status](https://github.com/IntelligentRoboticsLabs/ros2_planning_system/workflows/rolling/badge.svg)](https://github.com/IntelligentRoboticsLabs/ros2_planning_system)
[![codecov](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system/rolling/graph/badge.svg)](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system)

[![GitHub Action
Status](https://github.com/IntelligentRoboticsLabs/ros2_planning_system/workflows/iron-devel/badge.svg)](https://github.com/IntelligentRoboticsLabs/ros2_planning_system)
[![codecov](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system/iron-devel/graph/badge.svg)](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system)

[![GitHub Action
Status](https://github.com/IntelligentRoboticsLabs/ros2_planning_system/workflows/humble-devel/badge.svg)](https://github.com/IntelligentRoboticsLabs/ros2_planning_system)
[![codecov](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system/humble-devel/graph/badge.svg)](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system)

[![GitHub Action
Status](https://github.com/IntelligentRoboticsLabs/ros2_planning_system/workflows/galactic-devel/badge.svg)](https://github.com/IntelligentRoboticsLabs/ros2_planning_system)
[![codecov](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system/galactic-devel/graph/badge.svg)](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system)

[![GitHub Action
Status](https://github.com/IntelligentRoboticsLabs/ros2_planning_system/workflows/foxy-devel/badge.svg)](https://github.com/IntelligentRoboticsLabs/ros2_planning_system)
[![codecov](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system/foxy-devel/graph/badge.svg)](https://codecov.io/gh/IntelligentRoboticsLabs/ros2_planning_system)

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](https://github.com/KCL-Planning/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](https://plansys2.github.io) for tutorials, videos and more!!**

drawing