BehaviorTree.CPP is a C++ library for designing task-switching logic and reactive behaviors using a hierarchical tree structure. It provides a framework for creating reactive logic systems that manage complex behaviors through an execution engine and a centralized data store for sharing state between nodes. The library decouples high-level behavioral logic from source code by using an XML parser to define tree morphology. It further extends its functionality through a dedicated visualizer for monitoring real-time execution states and a specialized bridge for integrating ROS2 actions and servi
Graphical Editor to create BehaviorTrees. Compliant with BehaviorTree.CPP
RAFCON (RMC advanced flow control) uses hierarchical state machines, featuring concurrent state execution, to represent robot programs. It ships with a graphical user interface supporting the creation of state machines and contains IDE like debugging mechanisms. Alternatively, state machines can programmatically be generated using RAFCON's API.
Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
Das ROSPlan-Framework bietet eine generische Methode für die Aufgabenplanung in einem ROS-System.
Die Hauptfunktionen von kcl-planning/rosplan sind: Behavior and Decision, Verhaltenslogik.
Open-Source-Alternativen zu kcl-planning/rosplan sind unter anderem: behaviortree/behaviortree.cpp — BehaviorTree.CPP is a C++ library for designing task-switching logic and reactive behaviors using a hierarchical tree… behaviortree/groot — Graphical Editor to create BehaviorTrees. Compliant with BehaviorTree.CPP. dlr-rm/rafcon — RAFCON (RMC advanced flow control) uses hierarchical state machines, featuring concurrent state execution, to… intel/ad-rss-lib — Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles. reelrbtx/smacc — An Event-Driven, Asynchronous, Behavioral State Machine Library for ROS (Robotic Operating System) applications…