50 tol_ = goal.tolerance;
56 ROS_DEBUG(
"Configuring MonocamSettler with tolerance of [%.3f]",
tol_);
64 calibration_msgs::Interval& interval)
68 ROS_WARN(
"Not configured. Going to skip");
86 std::vector<double> tol_vec(deflated->channels_.size(),
tol_);
96 deflated.
header.stamp = msg->header.stamp;
98 const unsigned int N = msg->image_points.size();
100 for (
unsigned int i=0; i<
N; i++)
102 deflated.
channels_[2*i+0] = msg->image_points[i].x;
103 deflated.
channels_[2*i+1] = msg->image_points[i].y;