Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
joystick_example.JoyWrapper Class Reference
Inheritance diagram for joystick_example.JoyWrapper:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def delete_joint_values (self)
 
def do_shutdown (self)
 
def get_and_reset_grip_update_flag (self)
 
def get_and_reset_name_update_flag (self)
 
def get_and_reset_pose_update_flag (self)
 
def get_and_reset_preset_update_flag (self)
 
def get_and_reset_teaching_flag (self)
 
def get_target_arm (self)
 
def get_target_gripper (self)
 
def get_target_name (self)
 
def load_joint_values (self)
 
def save_joint_values (self, arm, gripper)
 
def set_target_arm (self, pose)
 
def set_target_gripper (self, joint_values)
 

Public Attributes

 TEACHING_DELETE
 
 TEACHING_LOAD
 
 TEACHING_NONE
 
 TEACHING_SAVE
 

Private Member Functions

def _callback_joy (self, msg)
 
def _orientation_to_rpy (self, orientation)
 
def _rpy_to_orientation (self, rpy)
 

Private Attributes

 _AXIS_GRIPPER
 
 _AXIS_POSITION_X
 
 _AXIS_POSITION_Y
 
 _AXIS_POSITION_Z
 
 _BUTTON_GRIP_ENABLE
 
 _BUTTON_NAME_ENABLE
 
 _BUTTON_NAME_HOME
 
 _BUTTON_POSI_ENABLE
 
 _BUTTON_PRESET_ENABLE
 
 _BUTTON_PRESET_NO1
 
 _BUTTON_RPY_ENABLE
 
 _BUTTON_SHUTDOWN_1
 
 _BUTTON_SHUTDOWN_2
 
 _BUTTON_TEACHING_DELETE
 
 _BUTTON_TEACHING_ENABLE
 
 _BUTTON_TEACHING_LOAD
 
 _BUTTON_TEACHING_SAVE
 
 _do_shutdown
 
 _grip_updated
 
 _name_updated
 
 _pose_updated
 
 _preset_updated
 
 _sub_joy
 
 _target_arm_pose
 
 _target_arm_rpy
 
 _target_gripper_joint_values
 
 _target_name
 
 _teaching_flag
 
 _teaching_index
 
 _teaching_joint_values
 

Detailed Description

Definition at line 16 of file joystick_example.py.

Constructor & Destructor Documentation

def joystick_example.JoyWrapper.__init__ (   self)

Definition at line 17 of file joystick_example.py.

Member Function Documentation

def joystick_example.JoyWrapper._callback_joy (   self,
  msg 
)
private

Definition at line 150 of file joystick_example.py.

def joystick_example.JoyWrapper._orientation_to_rpy (   self,
  orientation 
)
private

Definition at line 135 of file joystick_example.py.

def joystick_example.JoyWrapper._rpy_to_orientation (   self,
  rpy 
)
private

Definition at line 145 of file joystick_example.py.

def joystick_example.JoyWrapper.delete_joint_values (   self)

Definition at line 129 of file joystick_example.py.

def joystick_example.JoyWrapper.do_shutdown (   self)

Definition at line 82 of file joystick_example.py.

def joystick_example.JoyWrapper.get_and_reset_grip_update_flag (   self)

Definition at line 85 of file joystick_example.py.

def joystick_example.JoyWrapper.get_and_reset_name_update_flag (   self)

Definition at line 93 of file joystick_example.py.

def joystick_example.JoyWrapper.get_and_reset_pose_update_flag (   self)

Definition at line 89 of file joystick_example.py.

def joystick_example.JoyWrapper.get_and_reset_preset_update_flag (   self)

Definition at line 97 of file joystick_example.py.

def joystick_example.JoyWrapper.get_and_reset_teaching_flag (   self)

Definition at line 101 of file joystick_example.py.

def joystick_example.JoyWrapper.get_target_arm (   self)

Definition at line 76 of file joystick_example.py.

def joystick_example.JoyWrapper.get_target_gripper (   self)

Definition at line 73 of file joystick_example.py.

def joystick_example.JoyWrapper.get_target_name (   self)

Definition at line 79 of file joystick_example.py.

def joystick_example.JoyWrapper.load_joint_values (   self)

Definition at line 111 of file joystick_example.py.

def joystick_example.JoyWrapper.save_joint_values (   self,
  arm,
  gripper 
)

Definition at line 105 of file joystick_example.py.

def joystick_example.JoyWrapper.set_target_arm (   self,
  pose 
)

Definition at line 69 of file joystick_example.py.

def joystick_example.JoyWrapper.set_target_gripper (   self,
  joint_values 
)

Definition at line 66 of file joystick_example.py.

Member Data Documentation

joystick_example.JoyWrapper._AXIS_GRIPPER
private

Definition at line 48 of file joystick_example.py.

joystick_example.JoyWrapper._AXIS_POSITION_X
private

Definition at line 52 of file joystick_example.py.

joystick_example.JoyWrapper._AXIS_POSITION_Y
private

Definition at line 53 of file joystick_example.py.

joystick_example.JoyWrapper._AXIS_POSITION_Z
private

Definition at line 54 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_GRIP_ENABLE
private

Definition at line 47 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_NAME_ENABLE
private

Definition at line 36 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_NAME_HOME
private

Definition at line 37 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_POSI_ENABLE
private

Definition at line 50 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_PRESET_ENABLE
private

Definition at line 39 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_PRESET_NO1
private

Definition at line 40 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_RPY_ENABLE
private

Definition at line 51 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_SHUTDOWN_1
private

Definition at line 33 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_SHUTDOWN_2
private

Definition at line 34 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_TEACHING_DELETE
private

Definition at line 45 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_TEACHING_ENABLE
private

Definition at line 42 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_TEACHING_LOAD
private

Definition at line 44 of file joystick_example.py.

joystick_example.JoyWrapper._BUTTON_TEACHING_SAVE
private

Definition at line 43 of file joystick_example.py.

joystick_example.JoyWrapper._do_shutdown
private

Definition at line 24 of file joystick_example.py.

joystick_example.JoyWrapper._grip_updated
private

Definition at line 20 of file joystick_example.py.

joystick_example.JoyWrapper._name_updated
private

Definition at line 22 of file joystick_example.py.

joystick_example.JoyWrapper._pose_updated
private

Definition at line 21 of file joystick_example.py.

joystick_example.JoyWrapper._preset_updated
private

Definition at line 23 of file joystick_example.py.

joystick_example.JoyWrapper._sub_joy
private

Definition at line 18 of file joystick_example.py.

joystick_example.JoyWrapper._target_arm_pose
private

Definition at line 58 of file joystick_example.py.

joystick_example.JoyWrapper._target_arm_rpy
private

Definition at line 59 of file joystick_example.py.

joystick_example.JoyWrapper._target_gripper_joint_values
private

Definition at line 57 of file joystick_example.py.

joystick_example.JoyWrapper._target_name
private

Definition at line 60 of file joystick_example.py.

joystick_example.JoyWrapper._teaching_flag
private

Definition at line 30 of file joystick_example.py.

joystick_example.JoyWrapper._teaching_index
private

Definition at line 64 of file joystick_example.py.

joystick_example.JoyWrapper._teaching_joint_values
private

Definition at line 63 of file joystick_example.py.

joystick_example.JoyWrapper.TEACHING_DELETE

Definition at line 29 of file joystick_example.py.

joystick_example.JoyWrapper.TEACHING_LOAD

Definition at line 28 of file joystick_example.py.

joystick_example.JoyWrapper.TEACHING_NONE

Definition at line 26 of file joystick_example.py.

joystick_example.JoyWrapper.TEACHING_SAVE

Definition at line 27 of file joystick_example.py.


The documentation for this class was generated from the following file:


crane_x7_examples
Author(s): Daisuke Sato , Hiroyuki Nomura
autogenerated on Mon Mar 1 2021 03:18:34