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

Make sure to cache transforms in tf2_ros_py. #634

Merged
merged 1 commit into from Oct 24, 2023

Conversation

clalancette
Copy link
Contributor

That way if you publish two separate transforms, they will both be published (not just the latest one). This is a lot more intuitive and matches the behavior of the C++ static transform broadcaster.

This will fix #631

That way if you publish two separate transforms, they will
*both* be published (not just the latest one).  This is
a lot more intuitive and matches the behavior of the C++
static transform broadcaster.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@ahcorde ahcorde merged commit 97be01b into rolling Oct 24, 2023
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/tf2_ros_py-cache-transforms branch October 24, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tf2_ros_py StaticTransformBroadcaster Should Maintain List of Transforms
2 participants