IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration specifier for piecewise lines instance. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
![]() | |
def | __setattr__ (self, name, value) |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Defines most basic, default settings for RealSense D435. More... | |
Configuration specifier for piecewise lines instance.
General set of options for generating the points along piecewise linear path specified from waypoints/breakpoints.
Property | Meaning |
---|---|
} numPoints | Number of points along a given line segment. |
Just doing numpoints so it is quick and dirty to create. Later have more options. Like total number of points, interpolation by length or arc length or possibly some scalar (fictitious time).
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Reimplemented from AlgConfig.
|
static |
Defines most basic, default settings for RealSense D435.
[out] | default_dict | Dictionary populated with minimal set of default settings. |