sd_logic
Functionality for time-based finite state machine
Description
State Dimension Logic is a package that provides functionality for storing data about a robot in a single place (finite state machine). It allows you to more safely and systematcally organize and access the data.
Notably, while it's intended use is robotics, it can also be used for any project where similar logic is happening tick by tick.
For a full description, visit https://github.com/zevbo/StateDimensionLogic/blob/main/README.md
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 07 Jan 2022
- Authors
- Maintainers
Sources
Dependencies
odoc
with-doc
ounit2
with-test & >= "2.2.4"
ppx_jane
>= "v0.14.0" & < "v0.15"
core
>= "v0.14.1" & < "v0.15"
dune
>= "2.7"
Reverse Dependencies