geometry2 icon indicating copy to clipboard operation
geometry2 copied to clipboard

Cant seem to find frameExists()

Open Ademord opened this issue 4 years ago • 1 comments

Could someone tell me what was TransformListener().frameExists("foo") replaced by? I am trying to check if a frame exists before running my tf_listener.transformPose(blabla).

Ademord avatar Nov 26 '20 22:11 Ademord

I would recommend using canTransform the method frameExists is only a close approximation to whether it can be transformed.

tfoote avatar Feb 02 '21 02:02 tfoote