|
def | __init__ (self, context) |
|
def | close_button_pressed (self) |
|
def | enable_command_pos_changed (self, value) |
|
def | enable_command_vel_changed (self, value) |
|
def | fingers_check_box_pressed (self, state) |
|
def | mode1_button_pressed (self) |
|
def | mode2_button_pressed (self) |
|
def | open_button_pressed (self) |
|
def | press_reset_dspic_odom (self) |
|
def | radio_button_position_clicked (self, value) |
|
def | radio_button_velocity_clicked (self, value) |
|
def | read_ros_params (self) |
|
def | send_bhand_action (self, action) |
|
def | send_position_command (self) |
|
def | send_velocity_command (self) |
|
def | set_control_mode (self, mode) |
|
def | shutdown_plugin (self) |
|
def | slider_1_changed (self) |
|
def | slider_2_changed (self) |
|
def | slider_3_changed (self) |
|
def | slider_4_changed (self) |
|
def | slider_v_f1_changed (self) |
|
def | slider_v_f2_changed (self) |
|
def | slider_v_f3_changed (self) |
|
def | slider_v_spread_changed (self) |
|
def | start_button_pressed (self) |
|
def | stop (self) |
|
def | timeout_command_timer (self) |
|
def | timerEvent (self, e) |
|
def | __init__ (self, context) |
|
def | shutdown_plugin (self) |
|
Definition at line 58 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.__init__ |
( |
|
self, |
|
|
|
context |
|
) |
| |
def rqt_bhand.rqt_bhand.BHandGUI._init_timers |
( |
|
self | ) |
|
|
private |
def rqt_bhand.rqt_bhand.BHandGUI._on_topic_changed |
( |
|
self | ) |
|
|
private |
def rqt_bhand.rqt_bhand.BHandGUI._receive_dspic_data |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rqt_bhand.rqt_bhand.BHandGUI._receive_joints_data |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rqt_bhand.rqt_bhand.BHandGUI._receive_state_data |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rqt_bhand.rqt_bhand.BHandGUI._receive_tact_data |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rqt_bhand.rqt_bhand.BHandGUI.close_button_pressed |
( |
|
self | ) |
|
Handles the press button event to call close hand service
Definition at line 275 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.enable_command_pos_changed |
( |
|
self, |
|
|
|
value |
|
) |
| |
Handles command enabled event from checkbox
Definition at line 500 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.enable_command_vel_changed |
( |
|
self, |
|
|
|
value |
|
) |
| |
Handles command enabled event from checkbox
Definition at line 480 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.fingers_check_box_pressed |
( |
|
self, |
|
|
|
state |
|
) |
| |
Handler call when clicking checkbox to control all fingers
Definition at line 390 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.mode1_button_pressed |
( |
|
self | ) |
|
Handles the press button event to call set mode 1 service
Definition at line 291 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.mode2_button_pressed |
( |
|
self | ) |
|
Handles the press button event to call set mode 2 service
Definition at line 298 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.open_button_pressed |
( |
|
self | ) |
|
Handles the press button event to call open hand service
Definition at line 284 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.press_reset_dspic_odom |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.radio_button_position_clicked |
( |
|
self, |
|
|
|
value |
|
) |
| |
Handles the click of this radio button
Definition at line 513 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.radio_button_velocity_clicked |
( |
|
self, |
|
|
|
value |
|
) |
| |
Handles the click of this radio button
Definition at line 522 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.read_ros_params |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.send_bhand_action |
( |
|
self, |
|
|
|
action |
|
) |
| |
Calls the service to set the control mode of the hand
@param action: Action number (defined in msgs/Service.msg)
@type action: int
Definition at line 545 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.send_position_command |
( |
|
self | ) |
|
Sends a command in position mode
Definition at line 378 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.send_velocity_command |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.set_control_mode |
( |
|
self, |
|
|
|
mode |
|
) |
| |
Calls the service to set the control mode of the hand
@param mode: Desired Bhand mode of operation ('PID', 'VELOCITY')
@type mode: string
Definition at line 530 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.shutdown_plugin |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_1_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_2_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_3_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_4_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_v_f1_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_v_f2_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_v_f3_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.slider_v_spread_changed |
( |
|
self | ) |
|
def rqt_bhand.rqt_bhand.BHandGUI.start_button_pressed |
( |
|
self | ) |
|
Handles the press button event to call initialization service
Definition at line 260 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.stop |
( |
|
self | ) |
|
Stops the movement of the joints
It sets the velocity to 0
Definition at line 579 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.timeout_command_timer |
( |
|
self | ) |
|
Handles every timeout triggered by the Qtimer for sending commands
Definition at line 571 of file rqt_bhand.py.
def rqt_bhand.rqt_bhand.BHandGUI.timerEvent |
( |
|
self, |
|
|
|
e |
|
) |
| |
rqt_bhand.rqt_bhand.BHandGUI._actions_service_name |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._bhand_data |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._command_topic |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._dspic_data |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._joint_data |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._joint_states_topic |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._joint_subscriber |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._joints_data |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._pixmap_green |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._pixmap_red |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._publisher |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._publisher_command |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._service_bhand_actions |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._service_set_mode |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._set_mode_service_name |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._subscriber |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._tact_data |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._tact_subscriber |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._tact_topic |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._timer |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._timer_commands |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_connected |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_dspic_connected |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_dspic_timer |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_joint_states_connected |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_joint_states_timer |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_timeout_connection |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._topic_timer |
|
private |
rqt_bhand.rqt_bhand.BHandGUI._widget |
|
private |
rqt_bhand.rqt_bhand.BHandGUI.base_spread |
rqt_bhand.rqt_bhand.BHandGUI.base_spread_vel |
rqt_bhand.rqt_bhand.BHandGUI.bhand_node_name |
rqt_bhand.rqt_bhand.BHandGUI.black_string |
rqt_bhand.rqt_bhand.BHandGUI.desired_ref |
rqt_bhand.rqt_bhand.BHandGUI.enable_commands |
rqt_bhand.rqt_bhand.BHandGUI.finger1_spread |
rqt_bhand.rqt_bhand.BHandGUI.finger1_spread_vel |
rqt_bhand.rqt_bhand.BHandGUI.finger2_spread |
rqt_bhand.rqt_bhand.BHandGUI.finger2_spread_vel |
rqt_bhand.rqt_bhand.BHandGUI.finger3_spread |
rqt_bhand.rqt_bhand.BHandGUI.finger3_spread_vel |
rqt_bhand.rqt_bhand.BHandGUI.finger_factor |
rqt_bhand.rqt_bhand.BHandGUI.fixed_fingers |
rqt_bhand.rqt_bhand.BHandGUI.green_string |
rqt_bhand.rqt_bhand.BHandGUI.joint_ids |
rqt_bhand.rqt_bhand.BHandGUI.joint_names |
rqt_bhand.rqt_bhand.BHandGUI.joint_state_pointer |
rqt_bhand.rqt_bhand.BHandGUI.max_vel |
rqt_bhand.rqt_bhand.BHandGUI.orange_string |
rqt_bhand.rqt_bhand.BHandGUI.palm_factor |
rqt_bhand.rqt_bhand.BHandGUI.red_string |
rqt_bhand.rqt_bhand.BHandGUI.state_string |
rqt_bhand.rqt_bhand.BHandGUI.vel_factor |
rqt_bhand.rqt_bhand.BHandGUI.yellow_string |
The documentation for this class was generated from the following file: