
Definition at line 57 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.__init__ | ( | self, | |
| context | |||
| ) |
Definition at line 59 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI._init_timers | ( | self | ) | [private] |
Definition at line 237 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI._on_topic_changed | ( | self | ) | [private] |
Definition at line 398 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI._receive_dspic_data | ( | self, | |
| msg | |||
| ) | [private] |
Definition at line 445 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI._receive_joints_data | ( | self, | |
| msg | |||
| ) | [private] |
Handler for Joint States
Definition at line 417 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI._receive_state_data | ( | self, | |
| msg | |||
| ) | [private] |
Definition at line 408 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI._receive_tact_data | ( | self, | |
| msg | |||
| ) | [private] |
Definition at line 438 of file rqt_bhand.py.
Handles the press button event to call close hand service
Definition at line 270 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 491 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 471 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 385 of file rqt_bhand.py.
Handles the press button event to call set mode 1 service
Definition at line 286 of file rqt_bhand.py.
Handles the press button event to call set mode 2 service
Definition at line 293 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 279 of file rqt_bhand.py.
Definition at line 455 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.radio_button_position_clicked | ( | self, | |
| value | |||
| ) |
Handles the click of this radio button
Definition at line 504 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 513 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.read_ros_params | ( | self | ) |
Read ROS params from server
Definition at line 219 of file rqt_bhand.py.
| 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 536 of file rqt_bhand.py.
Sends a command in position mode
Definition at line 373 of file rqt_bhand.py.
Sends a command to the bhand
Definition at line 551 of file rqt_bhand.py.
| 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 ('POSITION', 'VELOCITY')
@type mode: string
Definition at line 521 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.shutdown_plugin | ( | self | ) |
Shutdowns connections
Definition at line 581 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_1_changed | ( | self | ) |
Definition at line 301 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_2_changed | ( | self | ) |
Definition at line 308 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_3_changed | ( | self | ) |
Definition at line 317 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_4_changed | ( | self | ) |
Definition at line 326 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_v_f1_changed | ( | self | ) |
Handler for slider v_f1
Definition at line 342 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_v_f2_changed | ( | self | ) |
Handler for slider v_f2
Definition at line 352 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.slider_v_f3_changed | ( | self | ) |
Handler for slider v_f3
Definition at line 362 of file rqt_bhand.py.
Handler for slider v_spread
Definition at line 335 of file rqt_bhand.py.
Handles the press button event to call initialization service
Definition at line 255 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 570 of file rqt_bhand.py.
Handles every timeout triggered by the Qtimer for sending commands
Definition at line 562 of file rqt_bhand.py.
| def rqt_bhand.rqt_bhand.BHandGUI.timerEvent | ( | self, | |
| e | |||
| ) |
Definition at line 597 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 445 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 419 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
rqt_bhand::rqt_bhand.BHandGUI::_timer [private] |
Definition at line 237 of file rqt_bhand.py.
Definition at line 237 of file rqt_bhand.py.
rqt_bhand::rqt_bhand.BHandGUI::_topic [private] |
Definition at line 59 of file rqt_bhand.py.
Definition at line 237 of file rqt_bhand.py.
Definition at line 445 of file rqt_bhand.py.
Definition at line 445 of file rqt_bhand.py.
Definition at line 237 of file rqt_bhand.py.
Definition at line 237 of file rqt_bhand.py.
Definition at line 237 of file rqt_bhand.py.
Definition at line 237 of file rqt_bhand.py.
rqt_bhand::rqt_bhand.BHandGUI::_widget [private] |
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 221 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 221 of file rqt_bhand.py.
Definition at line 221 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.
Definition at line 59 of file rqt_bhand.py.