-
## Description
I'm trying to call a defined function inside my state machine but I'm getting an circular dependecy error when trying to deploy.
```
The CloudFormation template is invalid: Circular …
-
```cpp
inline namespace statemachine
{
using namespace boost::sml;
struct StateMachineLogger
{
template
static void log_process_event(const TEvent&)
{
…
-
I am trying to run the FSM faster by reducing the sleep duration to 10ms, the state machine is runing ok but the rqt pluggin keeps crashing (after a few secs of running)
there are 3 types of error I …
-
*CURRENT TODO LIST* - 6/25/2024
1) Network all of the required data for each /Shared/Entity/ component types.
- Buff - SceneServers should have a BuffSystem. Needs to be synchronized to cli…
-
```
Add a generator generate state-state and state-event tables. See the attached
file for examples and semantics.
Also add a generator to generate a random sequence of events (selected from the
po…
-
```
Add a generator generate state-state and state-event tables. See the attached
file for examples and semantics.
Also add a generator to generate a random sequence of events (selected from the
po…
-
```
What steps will reproduce the problem?
1. In StateMachine, I'd like to override createComponentInstance() to return
custom components based on the instance name (ie. the 'name' field in the GUI
…
-
### Description
It is not possible to define a network for windows containers to use in the "general engine settings" in docker desktop.
This has been tried on version 4.17.0 and 4.17.1. on two diff…
-
I am getting the below error when trying to send a paginated message to a channel using .net 5.0 and Discord.Net 2.4.0.
I am confused as I thought this was fixed in pull request #34 for issue #33 b…
-
An unhandled exception in a transition handler does not prevent the transition or provide any way of detecting and reacting to the problem.
```
@OnTransition
public void onClosed() {
…