Public Member Functions | |
| def | logerr |
| def | loginfo |
| def | logwarn |
| def | ros_capture_callback |
| def | setup_variables |
Public Attributes | |
| available_resource_publisher_name | |
| capture_topic_name | |
| resource_type | |
| service_id | |
| service_priority | |
Private Member Functions | |
| def | _create_resource |
| def | _get_remapped_topic |
Static Private Attributes | |
| string | _default_cmd_vel_topic = '/teleop/cmd_vel' |
| string | _default_compressed_image_topic = '/teleop/compressed_image' |
Definition at line 31 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp._create_resource | ( | self, | |
| uri | |||
| ) | [private] |
Definition at line 77 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp._get_remapped_topic | ( | self, | |
| name | |||
| ) | [private] |
Sets up remapping rules for Rapp configuration
Definition at line 87 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp.logerr | ( | self, | |
| msg | |||
| ) |
Definition at line 102 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp.loginfo | ( | self, | |
| msg | |||
| ) |
Definition at line 96 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp.logwarn | ( | self, | |
| msg | |||
| ) |
Definition at line 99 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp.ros_capture_callback | ( | self, | |
| request_id, | |||
| msg | |||
| ) |
Processes the service pair server 'capture_teleop'. This will run in a thread of its own for each request. It has a significantly long lock though - this needs to get fixed.
Definition at line 48 of file teleop_pimp.py.
| def teleop_pimp.TeleopPimp.setup_variables | ( | self | ) |
Need to setup the following variables
service_priority, service_id, resource_type, available_resource_publisher_name, capture_topic_name
Definition at line 36 of file teleop_pimp.py.
string teleop_pimp.TeleopPimp::_default_cmd_vel_topic = '/teleop/cmd_vel' [static, private] |
Definition at line 33 of file teleop_pimp.py.
string teleop_pimp.TeleopPimp::_default_compressed_image_topic = '/teleop/compressed_image' [static, private] |
Definition at line 34 of file teleop_pimp.py.
Definition at line 39 of file teleop_pimp.py.
Definition at line 39 of file teleop_pimp.py.
Definition at line 39 of file teleop_pimp.py.
Definition at line 39 of file teleop_pimp.py.
Definition at line 39 of file teleop_pimp.py.