using smach with actionlib
When using smach with actionlib actions, am I correct in saying that smach acts as the action client for the action server? So I don't need a separate action client anymore?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
When using smach with actionlib actions, am I correct in saying that smach acts as the action client for the action server? So I don't need a separate action client anymore?
That is correct, if you use a simple action state Smach will construct the action client for you.
Similarly, when you create a action server wrapper for a Smach container, Smach will construct the action server for you.
Asked: 2011-02-27 19:53:27 -0600
Seen: 970 times
Last updated: Feb 28 '11
can smach co-exist with a pre-existing mainloop?
Using Smach and SimpleActionState
Subscribing to action servers' feedback topic
SimpleActionState doesn't abort on timeout
SimpleActionState behaviour if action server crashes
How to program a series of different tasks? SMACH?
How to kill a smach state machine inside an ActionServerWrapper