ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Action servers have the ability to queue goals you. Can choose any mechanism that you want to do that queuing. It sounds like this logic for your application will be quite specific so you will have to create your own action server logic to do that. But it's completely possible with the action design. You just will not be able to use the example action server implementations as they won't implement your custom logic.