geometry2 icon indicating copy to clipboard operation
geometry2 copied to clipboard

Create a callback group to spin on in Python TransformListener

Open jacobperron opened this issue 3 years ago • 3 comments

Feature request

Feature description

Same as #442, but applied to the Python implementation.

This will make the behavior consistent between languages.

Implementation considerations

It would be nice to emit a warning if the user is relying on the old behavior, but I'm not sure how feasible this is. At the very least, we should add a release note to the Humble release page to highlight the behavior change.

jacobperron avatar Nov 16 '21 01:11 jacobperron

is anyone working for this? if not, i would like to continue this work for python implementation.

gezp avatar Nov 16 '21 01:11 gezp

I just took a brief look, but it doesn't look like the rclpy executor API supports callback groups (please correct me if I'm mistaken). I've opened a ticket upstream https://github.com/ros2/rclpy/issues/850.

jacobperron avatar Nov 16 '21 01:11 jacobperron

but it doesn't look like the rclpy executor API supports callback groups

sorry, i didn't notice that rclpy API is some different of rlcpp before. you are right, we need some features from rlcpy .

gezp avatar Nov 16 '21 01:11 gezp