Public Member Functions | |
def | __init__ (self) |
def | callback (self, ros_data) |
Public Attributes | |
bridge | |
count | |
start_time | |
subscriber | |
Definition at line 46 of file test_cam.py.
def tools.test_cam.testCam.__init__ | ( | self | ) |
Definition at line 65 of file test_cam.py.
def tools.test_cam.testCam.callback | ( | self, | |
ros_data | |||
) |
Callback function of subscribed topic. Here images get converted to cv2 format
Definition at line 47 of file test_cam.py.
tools.test_cam.testCam.bridge |
Definition at line 66 of file test_cam.py.
tools.test_cam.testCam.count |
Definition at line 67 of file test_cam.py.
tools.test_cam.testCam.start_time |
Definition at line 68 of file test_cam.py.
tools.test_cam.testCam.subscriber |
Definition at line 70 of file test_cam.py.