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_compressed_image_topic = '/image_stream/compressed_image' |
Definition at line 31 of file image_stream_pimp.py.
def image_stream_pimp.ImageStreamPimp._create_resource | ( | self, | |
uri | |||
) | [private] |
Definition at line 75 of file image_stream_pimp.py.
def image_stream_pimp.ImageStreamPimp._get_remapped_topic | ( | self, | |
name | |||
) | [private] |
Sets up remapping rules for Rapp configuration
Definition at line 85 of file image_stream_pimp.py.
def image_stream_pimp.ImageStreamPimp.logerr | ( | self, | |
msg | |||
) |
Definition at line 98 of file image_stream_pimp.py.
def image_stream_pimp.ImageStreamPimp.loginfo | ( | self, | |
msg | |||
) |
Definition at line 92 of file image_stream_pimp.py.
def image_stream_pimp.ImageStreamPimp.logwarn | ( | self, | |
msg | |||
) |
Definition at line 95 of file image_stream_pimp.py.
def image_stream_pimp.ImageStreamPimp.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 47 of file image_stream_pimp.py.
Need to setup the following variables service_priority, service_id, resource_type, available_resource_publisher_name, capture_topic_name
Definition at line 35 of file image_stream_pimp.py.
string image_stream_pimp.ImageStreamPimp::_default_compressed_image_topic = '/image_stream/compressed_image' [static, private] |
Definition at line 33 of file image_stream_pimp.py.
Definition at line 38 of file image_stream_pimp.py.
Definition at line 38 of file image_stream_pimp.py.
Definition at line 38 of file image_stream_pimp.py.
Definition at line 38 of file image_stream_pimp.py.
Definition at line 38 of file image_stream_pimp.py.