SMACC icon indicating copy to clipboard operation
SMACC copied to clipboard

An Event-Driven, Asynchronous, Behavioral State Machine Library for ROS (Robotic Operating System) applications written in C++

Results 23 SMACC issues
Sort by recently updated
recently updated
newest added

This is an experimental branch to solve some of the issues we've been facing, described in #57 and #86 Basically, I've added the ability to gain access to clients from...

I've come across what might be a bug. In my system, I have a CB subscribed to a high-frequency teleop topic with the standard SMACC signal system, which then publishes...

### Issue: I have an updatable client behaviour defined which is activated within the state machine's initial state. However, I've noticed that the update loop occasionally fails to begin getting...