class documentation

class HoldingRegisterDataBlock(DataBlock):

Constructor: HoldingRegisterDataBlock(robot)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add_pose_flag Undocumented
Method check_move_running Undocumented
Method get_trajectory_name Undocumented
Method is_trajectory_selected Undocumented
Method process_command Undocumented
Method run_selected_trajectory Undocumented
Method save_delete_trajectory Undocumented
Method select_trajectory Undocumented
Method set_learning_mode Undocumented
Method set_tool_state Undocumented
Method setValues Undocumented
Method setValuesOffset Undocumented
Method stop_running_trajectory Undocumented
Method unselect_trajectory Undocumented
Method update_status Undocumented
Instance Variable execution_thread Undocumented
Instance Variable is_action_client_running Undocumented
Instance Variable learning Undocumented
Instance Variable logger Undocumented
Instance Variable playing Undocumented
Instance Variable robot Undocumented
Instance Variable selected Undocumented
Instance Variable tool_state Undocumented
Method __get_status_code Undocumented
Method __run_action_async Undocumented
Method __set_error_code Undocumented
Method __set_move_done Undocumented
Method __set_move_in_progress Undocumented
def __init__(self, robot: NiryoRosWrapper):

Undocumented

def add_pose_flag(self, value):

Undocumented

def check_move_running(self):

Undocumented

def get_trajectory_name(self):

Undocumented

def is_trajectory_selected(self):

Undocumented

def process_command(self, address, values):

Undocumented

def run_selected_trajectory(self, value):

Undocumented

def save_delete_trajectory(self, value):

Undocumented

def select_trajectory(self, value):

Undocumented

def set_learning_mode(self, value):

Undocumented

def set_tool_state(self, value):

Undocumented

def setValues(self, address, values):

Undocumented

def setValuesOffset(self, address, values):

Undocumented

def stop_running_trajectory(self, value):

Undocumented

def unselect_trajectory(self, value):

Undocumented

def update_status(self, status):

Undocumented

execution_thread =

Undocumented

is_action_client_running: bool =

Undocumented

learning =

Undocumented

logger =

Undocumented

playing =

Undocumented

robot =

Undocumented

selected: int =

Undocumented

tool_state =

Undocumented

def __get_status_code(self, status):

Undocumented

def __run_action_async(self, func, *args):

Undocumented

def __set_error_code(self, code):

Undocumented

def __set_move_done(self, status_result):

Undocumented

def __set_move_in_progress(self):

Undocumented