IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Class for ROS-based depth camera subsrciber. More...
Public Member Functions | |
None | __init__ (self, configs=None, K=None) |
Base class instantiator for roscam. More... | |
def | get_frames (self) |
def | start (self) |
def | stop (self) |
def | streamCB (self, imsg) |
Public Attributes | |
camsub | |
D1 | |
D2 | |
last | |
Class for ROS-based depth camera subsrciber.
None __init__ | ( | self, | |
configs = None , |
|||
K = None |
|||
) |
Base class instantiator for roscam.
def get_frames | ( | self | ) |
Get the next frames
def start | ( | self | ) |
def stop | ( | self | ) |
def streamCB | ( | self, | |
imsg | |||
) |
camsub |
D1 |
D2 |
last |