Cite
@software{coraplex,
author = {Dech, Jonas and Hassouna, Vanessa and Krohm, Luca},
title = {CoraPlex: A Python Framework for Cognitive Orchestrated Reasoning Architecture Planning Executive},
url = {https://github.com/cram2/cognitive_robot_abstract_machine/tree/main/coraplex},
version = {2.0.0},
year = {2024}
}
Key Features
- Intent-based task specification: express "what" to do using designators; the framework decides the concrete "how" at run time.
- Late binding and adaptability: defer grounding of actions, motions, objects, and locations until execution to match the current world and robot state.
- Composable plans: build behaviors as trees of plan nodes with clear control-flow constructs (sequential, parallel, retry, repeat, monitor).
- Introspection and observability: plans track node status, timing, and context for debugging, visualization, and monitoring.
- ORM-backed persistence: automatically capture plans, actions, spatial data, and outcomes in a relational schema for analysis and reproducibility.
- Reusable across robots: separate intent from embodiment so the same high-level logic can target different platforms.
- Motion building blocks: ready-to-use motion designators (e.g., TCP and gripper control) compose into higher-level actions like pick-up and transport.
- World model integration: operate over bodies, links, transforms, and semantic annotations; reason about objects and places, not only coordinates.
- Simulation-first workflow: run end-to-end plans in simulation for rapid iteration, with optional visualization.
- Clear validation points: action and motion steps can declare pre/post conditions to verify success (e.g., object grasped).
- Data-driven improvement: stored execution traces support benchmarking, failure analysis, and experiment tracking.
- Modular and extensible: define custom designators, actions, and plan patterns while leveraging the common orchestration and logging.
- Tested examples and demos: runnable scenarios (e.g., PR2 pick-and-place) illustrate typical workflows and best practices.
Why it matters
- ✅ Fewer brittle hacks, more reusable intent.
- ✅ Faster iteration in simulation, safer rollouts on real robots.
- ✅ Robust control that anticipates uncertainty—and recovers when reality disagrees.
Installation
The recommended installation method is via pip:
pip install coraplex
While this works out-of-the-box to execute the examples or tests CoraPlex needs a ROS installation to load URDFs or use the visualization with RViz2. Look at the detailed installation instructions for more infos.
Detailed installation instructions and manual setup guides are available here.
Live Demonstration in the Virtual Research Building
Test CoraPlex directly in your browser via our Virtual Research Building. Explore a variety of labs and demonstrations showcasing CoraPlex's capabilities on the Labs page of our virtual building.
Setting Up Your Own Lab
To create a custom lab in the virtual building, consult the vrb branch of this repository, which includes detailed setup instructions and templates.
Documentation
The full documentation is maintained at Read the Docs.
Source documentation is located in the doc directory. Instructions for building and viewing the documentation can be found in the corresponding README file.
Examples
Comprehensive examples are provided as Jupyter Notebooks in the examples folder and documented in the Examples section.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coraplex-26.7.0.tar.gz.
File metadata
- Download URL: coraplex-26.7.0.tar.gz
- Upload date:
- Size: 211.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed58ad4b7c1b27464a6091fbf8255a54cd0126db6172de1dfa699ac2bea1d48e
|
|
| MD5 |
76ec3666559967f5b00b9529ee03439f
|
|
| BLAKE2b-256 |
d531dec2bc8f78951b356067e2894fb66c39042bb624414de7b8fb409bb62edf
|
Provenance
The following attestation bundles were made for coraplex-26.7.0.tar.gz:
Publisher:
coraplex-publish-to-pypi.yml on cram2/cognitive_robot_abstract_machine
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coraplex-26.7.0.tar.gz -
Subject digest:
ed58ad4b7c1b27464a6091fbf8255a54cd0126db6172de1dfa699ac2bea1d48e - Sigstore transparency entry: 2357553459
- Sigstore integration time:
-
Permalink:
cram2/cognitive_robot_abstract_machine@0626bdce13a641a68c68449a438b2fd151633cf3 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/cram2
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
coraplex-publish-to-pypi.yml@0626bdce13a641a68c68449a438b2fd151633cf3 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file coraplex-26.7.0-py3-none-any.whl.
File metadata
- Download URL: coraplex-26.7.0-py3-none-any.whl
- Upload date:
- Size: 248.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b9fba7965f45780d6e2d591e5ebae335d39a03cd1f401e640d420bc245aed97
|
|
| MD5 |
6a570f786c1968f9aa2b6039e4399650
|
|
| BLAKE2b-256 |
bb73cd6a02ed3f376d27b8a22259c65d6fe844967c4fb9b1d45c6c0e95e3918e
|
Provenance
The following attestation bundles were made for coraplex-26.7.0-py3-none-any.whl:
Publisher:
coraplex-publish-to-pypi.yml on cram2/cognitive_robot_abstract_machine
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coraplex-26.7.0-py3-none-any.whl -
Subject digest:
0b9fba7965f45780d6e2d591e5ebae335d39a03cd1f401e640d420bc245aed97 - Sigstore transparency entry: 2357553497
- Sigstore integration time:
-
Permalink:
cram2/cognitive_robot_abstract_machine@0626bdce13a641a68c68449a438b2fd151633cf3 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/cram2
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
coraplex-publish-to-pypi.yml@0626bdce13a641a68c68449a438b2fd151633cf3 -
Trigger Event:
workflow_dispatch
-
Statement type: