Skip to content

Framework that allows the design, execution and analysis of generalized stochastic Petri nets (GSPN). It allows capturing multi-robot problems as a GSPN and simulate the model.

License

Notifications You must be signed in to change notification settings

cazevedo/gspn-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Toolbox to Model, Plan and Execute Multi-Robot Tasks

About the Package

ROS package that provides, through a user-friendly API, methods to model multi-robot coordination problems as generalized stochastic Petri nets with rewards (GSPNR). This formalism provides a compact way of capturing: action selection, uncertainty on the duration of action execution, and team goals. This package also implements algorithms that obtain optimal policies for the GSPNR model, while reasoning over uncertainty and optimizing team-level objectives. Furthermore, it is also integrated with ROS middleware and thus managing the execution in real multi-robot systems.

Getting Started

Clone the repo:

git clone --recurse-submodules https://github.com/cazevedo/gspn-framework.git

Install the submodules:

cd gspn-framework/common/gspn-lib
pip install -e .
cd gspn-framework/common/gspn-gym-env
pip install -e .

Build the package:

catkin build --this

About

Framework that allows the design, execution and analysis of generalized stochastic Petri nets (GSPN). It allows capturing multi-robot problems as a GSPN and simulate the model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published