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

safety_limiter: extrapolation of the tf for input cloud #426

Open
ykoga-kyutech opened this issue Jan 18, 2020 · 0 comments
Open

safety_limiter: extrapolation of the tf for input cloud #426

ykoga-kyutech opened this issue Jan 18, 2020 · 0 comments

Comments

@ykoga-kyutech
Copy link
Collaborator

ykoga-kyutech commented Jan 18, 2020

The input cloud to safety_limiter can be transformed at ros::Time(0) which means that latest available transforms in that tf tree. In that case, there might have a delay from latest to acquisition time of input cloud. Extrapolation is encouraged to reduce the delay.

const ros::Time stamp =
can_transform ? pcl_conversions::fromPCL(cloud_accum_->header.stamp) : ros::Time(0);

const ros::Time stamp =
can_transform ? msg->header.stamp : ros::Time(0);

Note: This issue is motivated from #421 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants