You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ed_sensor_integration/include/ed/kinect/fitter.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -233,11 +233,11 @@ class Fitter
233
233
234
234
/**
235
235
* @brief checkExpectedBeamThroughEntity checks if the expected center beam passes through the entity. If
236
-
* not: something went wrong
236
+
* not: throw a fitter error
237
237
* @param model_ranges
238
238
* @param entity
239
239
* @param sensor_pose_xya
240
-
* @param expected_center_beam
240
+
* @param expected_center_beam expected index of the beam through the center of the object. range: any int. indices outside bounds will also throw an error.
ROS_ERROR_DELAYED_THROTTLE_NAMED(10, "image_buffer", "[IMAGE_BUFFER] Could not get latest sensor pose (probably because tf is still initializing): %s", ex.what());
190
191
ROS_WARN_NAMED("image_buffer", "[IMAGE_BUFFER] Could not get latest sensor pose (probably because tf is still initializing): %s", ex.what());
191
192
continue;
192
193
}
193
194
}
194
-
catch (tf::TransformException& ex)
195
+
catch (tf2::TransformException& ex)
195
196
{
196
197
ROS_ERROR_DELAYED_THROTTLE_NAMED(10, "image_buffer", "[IMAGE_BUFFER] Could not get sensor pose: %s", ex.what());
197
198
ROS_WARN_NAMED("image_buffer", "[IMAGE_BUFFER] Could not get sensor pose: %s", ex.what());
0 commit comments