class documentation

Undocumented

Method __del__ Undocumented
Method __init__ Undocumented
Method accept_new_goal Undocumented
Method executeLoop Undocumented
Method get_default_result Undocumented
Method internal_goal_callback Undocumented
Method internal_preempt_callback Undocumented
Method is_active Undocumented
Method is_new_goal_available Undocumented
Method is_preempt_requested Undocumented
Method publish_feedback Undocumented
Method register_goal_callback Undocumented
Method register_preempt_callback Undocumented
Method set_aborted Undocumented
Method set_preempted Undocumented
Method set_succeeded Undocumented
Method start Undocumented
Instance Variable action_server Undocumented
Instance Variable current_goal Undocumented
Instance Variable execute_callback Undocumented
Instance Variable execute_condition Undocumented
Instance Variable execute_thread Undocumented
Instance Variable goal_callback Undocumented
Instance Variable lock Undocumented
Instance Variable need_to_terminate Undocumented
Instance Variable new_goal Undocumented
Instance Variable new_goal_preempt_request Undocumented
Instance Variable next_goal Undocumented
Instance Variable preempt_callback Undocumented
Instance Variable preempt_request Undocumented
Instance Variable terminate_mutex Undocumented
def __del__(self):

Undocumented

def __init__(self, name, ActionSpec, execute_cb=None, auto_start=True):

Undocumented

def accept_new_goal(self):

Undocumented

def executeLoop(self):

Undocumented

def get_default_result(self):

Undocumented

def internal_goal_callback(self, goal):

Undocumented

def internal_preempt_callback(self, preempt):

Undocumented

def is_active(self):

Undocumented

def is_new_goal_available(self):

Undocumented

def is_preempt_requested(self):

Undocumented

def publish_feedback(self, feedback):

Undocumented

def register_goal_callback(self, cb):

Undocumented

def register_preempt_callback(self, cb):

Undocumented

def set_aborted(self, result=None, text=''):

Undocumented

def set_preempted(self, result=None, text=''):

Undocumented

def set_succeeded(self, result=None, text=''):

Undocumented

def start(self):

Undocumented

action_server =

Undocumented

current_goal =

Undocumented

execute_callback =

Undocumented

execute_condition =

Undocumented

execute_thread =

Undocumented

goal_callback =

Undocumented

lock =

Undocumented

need_to_terminate: bool =

Undocumented

new_goal: bool =

Undocumented

new_goal_preempt_request: bool =

Undocumented

next_goal =

Undocumented

preempt_callback =

Undocumented

preempt_request: bool =

Undocumented

terminate_mutex =

Undocumented