IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
Depth Class Reference

Class for ROS-based depth camera subsrciber. More...

Inheritance diagram for Depth:
Inheritance graph
[legend]
Collaboration diagram for Depth:
Collaboration graph
[legend]

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
 

Detailed Description

Class for ROS-based depth camera subsrciber.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  configs = None,
  K = None 
)

Base class instantiator for roscam.

Member Function Documentation

◆ get_frames()

def get_frames (   self)
Get the next frames

◆ start()

def start (   self)

◆ stop()

def stop (   self)

◆ streamCB()

def streamCB (   self,
  imsg 
)

Member Data Documentation

◆ camsub

camsub

◆ D1

D1

◆ D2

D2

◆ last

last

The documentation for this class was generated from the following file: