|
def | __init__ (self) |
|
def | add_cam_measurement (self, cam_id, m) |
|
def | add_chain_measurement (self, chain_id, m) |
|
def | add_laser_measurement (self, laser_id, m, interval_start, interval_end) |
|
def | reconfigure (self, cam_ids, chain_ids, laser_ids) |
|
def | request_robot_measurement (self, interval_start, interval_end, min_duration=rospy.Duration(2, 0)) |
|
def | set_max_sizes (self, cam_sizes, chain_sizes, laser_sizes) |
|
Definition at line 49 of file robot_measurement_cache.py.
def capture_executive.robot_measurement_cache.RobotMeasurementCache.__init__ |
( |
|
self | ) |
|
def capture_executive.robot_measurement_cache.RobotMeasurementCache.add_cam_measurement |
( |
|
self, |
|
|
|
cam_id, |
|
|
|
m |
|
) |
| |
def capture_executive.robot_measurement_cache.RobotMeasurementCache.add_chain_measurement |
( |
|
self, |
|
|
|
chain_id, |
|
|
|
m |
|
) |
| |
def capture_executive.robot_measurement_cache.RobotMeasurementCache.add_laser_measurement |
( |
|
self, |
|
|
|
laser_id, |
|
|
|
m, |
|
|
|
interval_start, |
|
|
|
interval_end |
|
) |
| |
def capture_executive.robot_measurement_cache.RobotMeasurementCache.reconfigure |
( |
|
self, |
|
|
|
cam_ids, |
|
|
|
chain_ids, |
|
|
|
laser_ids |
|
) |
| |
def capture_executive.robot_measurement_cache.RobotMeasurementCache.request_robot_measurement |
( |
|
self, |
|
|
|
interval_start, |
|
|
|
interval_end, |
|
|
|
min_duration = rospy.Duration(2,0) |
|
) |
| |
def capture_executive.robot_measurement_cache.RobotMeasurementCache.set_max_sizes |
( |
|
self, |
|
|
|
cam_sizes, |
|
|
|
chain_sizes, |
|
|
|
laser_sizes |
|
) |
| |
capture_executive.robot_measurement_cache.RobotMeasurementCache._cam_caches |
|
private |
capture_executive.robot_measurement_cache.RobotMeasurementCache._cam_sizes |
|
private |
capture_executive.robot_measurement_cache.RobotMeasurementCache._chain_caches |
|
private |
capture_executive.robot_measurement_cache.RobotMeasurementCache._chain_sizes |
|
private |
capture_executive.robot_measurement_cache.RobotMeasurementCache._laser_caches |
|
private |
capture_executive.robot_measurement_cache.RobotMeasurementCache._laser_sizes |
|
private |
The documentation for this class was generated from the following file: