|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Class for ROS-based color and depth-aligned camera subsrciber. More...


Public Member Functions | |
| None | __init__ (self, configs=None, K=None) |
| Base class instantiator for roscam. More... | |
| def | captureRGBD (self) |
| def | get_frames (self) |
| def | set (self, key, value) |
| def | start (self) |
| def | stop (self) |
Public Attributes | |
| bridge | |
| colorSub | |
| depthSub | |
| frame | |
| ts | |
Class for ROS-based color and depth-aligned camera subsrciber.
Has additional functionality of running custom callback functions.
| None __init__ | ( | self, | |
configs = None, |
|||
K = None |
|||
| ) |
Base class instantiator for roscam.
| def captureRGBD | ( | self | ) |
Get the next frames Returns: ImageRGBD, Success
| def get_frames | ( | self | ) |
Get the next frames
| def set | ( | self, | |
| key, | |||
| value | |||
| ) |
| def start | ( | self | ) |
| def stop | ( | self | ) |
| bridge |
| colorSub |
| depthSub |
| frame |
| ts |