You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reasoning layer of the AMIGO ROS based software consists of a set of finite state machines (robot\_smach\_states\footnote{\url{https://github.com/tue-robotics/robot_smach_states}}) that build upon the robot’s skill layer (robot\_skills\footnote{\url{https://github.com/tue-robotics/robot_skills}}). These state machines are useful if you want the robot to execute some complex plan, where all possible states and state transitions can be described explicitly. The implementation is done with use of the open-source SMACH package. %SMACH is a task-level architecture for rapidly creating complex robot behaviours.