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

tf broadcaster too slow for lookupTransform

asked 2017-11-30 07:41:07 -0500

TobiMiller gravatar image

Hey,

i create a frame and publish it once with broadcaster. after the broadcaster-call I do a lookupTransform. The problem. i am getting not the lookup to the last information i have broadcasted. For me the broadcaster is too slow.

Is there a possibility to transform two frames directly without broadcasting ? or should i set the buffer time very low?

regards

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-30 10:04:32 -0500

lucasw gravatar image

If you don't care about other nodes being able to access the transforms take a look at BufferCore, which allows offline transforms with a similar interface to tf #q258116

edit flag offensive delete link more

Comments

thx, i found another solution for me :) i check if the transform differs from the last one ;) otherwise i do the lookup again

TobiMiller gravatar image TobiMiller  ( 2017-12-04 08:03:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-11-30 07:41:07 -0500

Seen: 966 times

Last updated: Nov 30 '17