1. Overview

hybrid-automaton is a Python framework for modeling, simulating, and executing hybrid automata in both development and real-time control environments. Hybrid automata combine discrete state transitions with continuous dynamics, making them ideal for applications in robotics, autonomous systems, cyber-physical systems, and industrial automation.

This framework provides:

Features

2. Installation & Setup

Installation will be simple version 1.0.0 will be released to pypi so you simple need to:

pip install hybrid-automaton==1.0.0

This should install hybrid-automaton alongside all it’s dependencies, please check the README’s in teh github repository for python version dependency but it should work with any version of python >3.8

Getting Started / Quick Start