|
def | __init__ (self, laser_id, callback, cb_args) |
|
def | disable (self) |
|
def | enable (self, verbose=False) |
|
def | minimal_callback (self, joint_features, laser_duration) |
|
def | verbose_callback (self, snapshot, laser_image, image_features, joint_features, laser_duration) |
|
Definition at line 138 of file sensor_managers.py.
def capture_executive.sensor_managers.LaserManager.__init__ |
( |
|
self, |
|
|
|
laser_id, |
|
|
|
callback, |
|
|
|
cb_args |
|
) |
| |
def capture_executive.sensor_managers.LaserManager.disable |
( |
|
self | ) |
|
def capture_executive.sensor_managers.LaserManager.enable |
( |
|
self, |
|
|
|
verbose = False |
|
) |
| |
def capture_executive.sensor_managers.LaserManager.minimal_callback |
( |
|
self, |
|
|
|
joint_features, |
|
|
|
laser_duration |
|
) |
| |
def capture_executive.sensor_managers.LaserManager.verbose_callback |
( |
|
self, |
|
|
|
snapshot, |
|
|
|
laser_image, |
|
|
|
image_features, |
|
|
|
joint_features, |
|
|
|
laser_duration |
|
) |
| |
capture_executive.sensor_managers.LaserManager._callback |
|
private |
capture_executive.sensor_managers.LaserManager._cb_args |
|
private |
capture_executive.sensor_managers.LaserManager._duration_sub |
|
private |
capture_executive.sensor_managers.LaserManager._image_features_sub |
|
private |
capture_executive.sensor_managers.LaserManager._joint_features_sub |
|
private |
capture_executive.sensor_managers.LaserManager._laser_id |
|
private |
capture_executive.sensor_managers.LaserManager._laser_image_sub |
|
private |
capture_executive.sensor_managers.LaserManager._lock |
|
private |
capture_executive.sensor_managers.LaserManager._minimal_sync |
|
private |
capture_executive.sensor_managers.LaserManager._mode |
|
private |
capture_executive.sensor_managers.LaserManager._snapshot_sub |
|
private |
capture_executive.sensor_managers.LaserManager._verbose_sync |
|
private |
The documentation for this class was generated from the following file: