This repository contains the various components of GRSTAPS+E. These include a refactored version of Forward Chaining Partial-Order Planning (FCPOP); Incremental Task Allocation Graph Search (Itags); and Graphically Recursive Task Allocation, Planning, and Scheduling (GRSTAPS). Additionally, it contains the original implementations of ...
More specifically this repo is a copy of the GRSTAPSE repo containing the code for D-ITAGS.
- libeigen3-dev
- libgeos-dev
- libompl-dev
todo
- json (original)
- googletest (original)
- fmt (original)
- spdlog (original)
- z3 (original)
- robin-hood-hashing (original)
- magic enum (original)
- benchmark (original)
- fiboheap (original)
We use Gurobi to solve Mixed Integer Linear Programming problems. In order to use this with
the docker, you will need to get a Web
License (click here) and then put the
associated gurobi.lic
file in docker/gurobi
. The docker-compose will mount that file to the docker container
so that it can use gurobi. The license file is in the .gitignore and should under NO circumstance become part of
the repository (simply do not change that line and this shouldn't ever be something to worry about). You are responsible
for your own gurobi license.
This library is used to run experiments for academic papers. Instructions to run the experiments for those papers are listed below:
TODO
If you are interested in working on the development of this project please to our wiki for information about setting up your coding environment, our coding standards, and workflow.
Messing, Andrew, and Seth Hutchinson. "Forward Chaining Hierarchical Partial-Order Planning."
Algorithmic Foundations of Robotics XIV. Springer International Publishing, 2021.
todo
todo
See LICENSE# D-ITAGS