Public Member Functions | |
def | __init__ |
def | cleanup |
def | convert_depth_image |
def | convert_image |
def | depth_callback |
def | image_callback |
def | process_depth_image |
def | process_image |
Public Attributes | |
bridge | |
cv_window_name | |
depth_sub | |
image_sub | |
keystroke | |
node_name |
Definition at line 11 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.__init__ | ( | self | ) |
Definition at line 12 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.cleanup | ( | self | ) |
Definition at line 113 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.convert_depth_image | ( | self, | |
ros_image | |||
) |
Definition at line 93 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.convert_image | ( | self, | |
ros_image | |||
) |
Definition at line 84 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.depth_callback | ( | self, | |
ros_image | |||
) |
Definition at line 64 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.image_callback | ( | self, | |
data | |||
) |
Definition at line 41 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.process_depth_image | ( | self, | |
frame | |||
) |
Definition at line 106 of file turtlebot_openCV.py.
def turtlebot_openCV.turtlebot_openCV.process_image | ( | self, | |
frame | |||
) |
Definition at line 110 of file turtlebot_openCV.py.
Definition at line 12 of file turtlebot_openCV.py.
Definition at line 12 of file turtlebot_openCV.py.
Definition at line 12 of file turtlebot_openCV.py.
Definition at line 12 of file turtlebot_openCV.py.
Definition at line 41 of file turtlebot_openCV.py.
Definition at line 12 of file turtlebot_openCV.py.