SMACH C++ counterpart
I was looking for a way to use SMACH in C++ but it seems that there is no C++ version of SMACH. I'm currently having some nodes written in python and some written in C++. The Python nodes all use SMACH and I mainly want it for visualizing the internal states of my robot. I also want my C++ components to be in shown in that visualization and I also want to use the hierarchical part of SMACH. Is there any implementation somewhere which can achieves this? I'm mainly interested in the visualization of internal states, writing a state machine is not that of a problem, but I don't want to spend any time on the visual part.
Asked by Westranger on 2017-11-29 03:48:31 UTC
Answers
I know it's an old question but since it's still unanswered I'll reply. Check SMACC, or even alternatively try Behavior Trees as a replacement for Finite State Machines.
Asked by AlexandrosNic on 2021-09-20 05:54:51 UTC
Comments
Have you found a way to use smach in c++ ?
Asked by Cyril Jourdan on 2018-04-20 14:07:19 UTC