ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Could not find waitForTransform() function in TF2 package of ROS2

asked 2019-01-14 00:15:35 -0500

vandanamandlik gravatar image

We are working on laser_filters package porting to ROS2 in that waitForTransform() method is used but I could not find similar method in ROS2 crystal/bouncy.

edit retag flag offensive close merge delete

Comments

Another mention of porting laser filters and lack of waitForTransfrom in tf2_ros https://github.com/ros-perception/las...

lucasw gravatar image lucasw  ( 2019-01-14 08:14:13 -0500 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2019-01-14 10:45:28 -0500

tfoote gravatar image

The equivalent of waitForTransform in tf2 is to use canTransform with a timeout.

http://docs.ros.org/latest/api/tf2_ro...

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2019-01-14 00:15:35 -0500

Seen: 3,535 times

Last updated: Jan 14 '19