ros2 / geometry2

A set of ROS packages for keeping track of coordinate transforms.
BSD 3-Clause "New" or "Revised" License
110 stars 193 forks source link

Transform Data Callback Python #664

Closed CursedRock17 closed 3 months ago

CursedRock17 commented 3 months ago

This PR is meant to resolve #194 as of right now I'm working off of PR #215. We need to change _wait_for_transform_async, to return the transform data similar to the C++ version returning a TransformStampedFuture.

clalancette commented 3 months ago

CI:

clalancette commented 3 months ago

CI:

CursedRock17 commented 3 months ago

The CI should still be fine, but I forgot to update the return value in the docs

clalancette commented 3 months ago

I think this is good to go other than the addition to the release notes. Once that PR is open, I'll go ahead and merge this.