SMACH - states with fixed duration

asked 2020-11-26 09:37:04 -0500

Martijn gravatar image

Hi all,

For a university project I want to create state machine simulation in which some states should have a fixed duration before they're transitioned out of to the next state. I was thinking of using SMACH to construct this state machine, under the assumption that the behavior I want is easily implementable. I was thinking of implementing this behavior using rospy.sleep(time) using just the generic state container, see the example below. However, I'm doubting whether this is the neatest solution though, or if there is a different software package out there that could do this better.

Your thoughts are appreciated.

Martijn

edit retag flag offensive close merge delete