37 #ifndef LASER_CB_DETECTOR_LASER_INTERVAL_CALC_H_
38 #define LASER_CB_DETECTOR_LASER_INTERVAL_CALC_H_
40 #include <calibration_msgs/Interval.h>
41 #include <calibration_msgs/DenseLaserSnapshot.h>
42 #include <calibration_msgs/CalibrationPattern.h>
47 class LaserIntervalCalc
50 static bool computeInterval(
const calibration_msgs::DenseLaserSnapshot& snapshot,
51 const calibration_msgs::CalibrationPattern& features,
52 calibration_msgs::Interval& result);
57 #endif // LASER_CB_DETECTOR_LASER_INTERVAL_CALC_H_