Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure to cache transforms in tf2_ros_py. (#634)
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 <[email protected]>
- Loading branch information
97be01b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is however a breaking change. As you are not able to publish a static transform with the same
child_frame_id
twice. So IMO this should have been a major bump...