Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 21c4dfd
  • /
  • README.md
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:94c88207139807f77ccb0a4a60d5148b0aba1632
directory badge
swh:1:dir:21c4dfd9815b8d086ab714a5c687224529ad90af

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
README.md
# Olisipo Algorithm

Forked from the ROSPlan repository.
The algorithm is inside [rosplan_planning_system/src/PlanDispatch/CSPExecGenerator.cpp](https://github.com/TomasRibeiro96/Olisipo-planner/blob/8c811522c11bb0bdae573d501a872c419d512440/rosplan_planning_system/src/PlanDispatch/CSPExecGenerator.cpp).

The batch file to run the experiments is in [rosplan_demos/rosplan_csp_exec_demo/scripts/automated_multiple_experiment_run-tomas.sh](https://github.com/TomasRibeiro96/Olisipo-planner/blob/c83f35a0d284f996ed998147c71477d1ffd36dce/rosplan_demos/rosplan_csp_exec_demo/scripts/automated_multiple_experiment_run-tomas.sh).

The script to build the DBN is inside [rosplan_demos/rosplan_csp_exec_demo/scripts/calculate_plan_prob.py](https://github.com/TomasRibeiro96/Olisipo-planner/blob/c83f35a0d284f996ed998147c71477d1ffd36dce/rosplan_demos/rosplan_csp_exec_demo/scripts/calculate_plan_prob.py).


# Rosplan
The main ROSPlan website and documentation is available [here](http://kcl-planning.github.io/ROSPlan).

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.

## 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:
```sh
sudo apt install flex bison freeglut3-dev libbdd-dev python-catkin-tools ros-$ROS_DISTRO-tf2-bullet
```

Compile everything:
```sh
catkin build
```

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API