Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laserplugin: too much warnings #64

Open
MatthijsBurgh opened this issue May 3, 2022 · 0 comments
Open

laserplugin: too much warnings #64

MatthijsBurgh opened this issue May 3, 2022 · 0 comments
Assignees

Comments

@MatthijsBurgh
Copy link
Member

Warning produced by

try
{
geometry_msgs::TransformStamped gm_sensor_pose;
gm_sensor_pose = tf_buffer_.lookupTransform("map", scan->header.frame_id, scan->header.stamp);
scan_buffer_.pop();
geo::Pose3D sensor_pose;
geo::convert(gm_sensor_pose.transform, sensor_pose);
update(world, scan, sensor_pose, req);
}
catch(tf2::ExtrapolationException& ex)
{
ROS_WARN_STREAM_DELAYED_THROTTLE(60, "ED Laserplugin: " << ex.what());

Often the requested time it too new.

@MatthijsBurgh MatthijsBurgh changed the title laserplugin: too much warning laserplugin: too much warnings May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants