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

^^ as title https://github.com/reelrbtx/SMACC/blob/97bbec1902f4988338cf58221c0ccf2dd2062823/smacc/include/smacc/impl/smacc_state_impl.h#L184 Thanks

At the moment, message callbacks are handled by defining a function to receive a message and create a boost signal by passing said function and its attached parent object. Is...

Hi, I am planning to do GUI that interacts with the state machine with action call. However, currently there is no action_server client available in SMACC, or am I missing...

Hey, I got the error while spamming smacc with button press ros messages to trigger fast state transitions, ```__pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed I wonder if any has seen...

Hello, This is not really an issue but a question regarding the license of the SMACC viewer. Sorry if this is not the appropriate place to post this question but...

I've made a client base that to make asynchronous HTTP requests. It follows the same principle as the ROS subscriber client, where a callback function is made available to client...

This seems to be caused by state reactors and client behaviours that are destructed while their callback functions are running. Is there a way to prevent such scenarios? For custom...

I searched the ros index site and rosdistro repo and was not able to find smacc. Would you mind doing a bloom release of this repo for melodic and noetic?

How can one use multiple parallel orthogonal lines in a SMACC state machine as illustrated below? ![https://github.com/pabloinigoblasco/SMACC/blob/master/documentation/orthogonal_lines.png?raw=true](https://github.com/pabloinigoblasco/SMACC/blob/master/documentation/orthogonal_lines.png?raw=true) I tried using the examples from [here](https://github.com/pabloinigoblasco/SMACC/tree/master/examples/radial_motion_example) but they don't seem to work.