-
Hey, it looks very interesting!
You make this statement 2 times: "Trees are always simpler to work with than state-machines."
Could you back this up with some resource or examples? I'm very curi…
-
I have a simple state machine using the AWS CDK adapter with cdktf where I am trying to use nested workflows via the `StepFunctionsStartExecution` optimized integration.
```ts
// create ch…
-
Mission planning is important for complicated robotics tasks. So It would be great to add some simple mission planning examples. For example,
- Finite state machine
- BehaviorTree
etc.
-
### Summary
Within the Cosmos SDK we have a large client package. This package is useful for commands and for interacting with state machine from Go. The issue has become that there is no separation …
-
We should see by hand an example of how converting a simple state machine to CCS.
-
## Motivation
Currently, `SDL_MouseMotionEvent` has to couple multiple streams of unrelated platform features to the SDL-specific state machine:
- synchronization of raw events to emulate SDL's …
-
When creating a simple state diagram
```puml
@startuml
A --> B
A --> C
B --> C : e1
C --> B : e2
state C {
}
@enduml
```
it renders correctly (note that transitions between B and C ar…
-
I think it could be nice to have a `Transition` class. Currently it feels like there's a lot of boilerplate to set up simple transitions. It feels janky to me that you have to manually set `True` and …
-
Requires #160.
Whilst we eventually want a nicely laid out and rendered representation of the Finite State Machine (FSM) we're going to focus here on the fundamental functionality and prettify thin…
-
Hello,
I apologize if this is not the correct area to report the issue I am having. Firstly, thank you for a great plugin. I recently purchased an LG Washer and Dryer combo so I could use your code.…