Classes | |
class | SimpleActionServer |
The SimpleActionServer implements a singe goal policy on top of the ActionServer class. The specification of the policy is as follows: only one goal can have an active status at a time, new goals preempt previous goals based on the stamp in their GoalID field (later goals preempt earlier ones), an explicit preempt goal preempts all goals with timestamps that are less than or equal to the stamp associated with the preempt, accepting a new goal implies successful preemption of any old goal and the status of the old goal will be change automatically to reflect this. More... | |
Functions | |
def | nop_cb (goal_handle) |
def actionlib.simple_action_server.nop_cb | ( | goal_handle | ) |
Definition at line 40 of file simple_action_server.py.