geometry2
geometry2 copied to clipboard
handful of TF tools
I've been maintaining a handful of TF tools over in https://github.com/jhu-lcsr/lcsr_tf_tools
Of these, two of them could be useful in general to the larger community:
interactive_transform_publisherPublishes a TF frame based in an interactive markertwist_frame_integratorPublishes a TF frame based on the integration of ageometry_msgs/Twistmessage
Any interest in merging these two into geometry_experimental?
The interactive_tansform_publisher definitely is generally of interest. I'd want to review it's dependencies to make sure it's not too heavy weight. But i think it could be merged into tf2_tools after a review.
The twist integrator seems like it would be better released as a library. Running it as script is hard to do things like reset the integration etc. Also the multiplier parameters seem odd for an integrator. There are also potentially several ways to do the discrete integration which might want to be expose and I'm not sure making this script highly generic is worth the effort.
+1 to the interactive transform publisher, i've been wanting this for a long time!! @mcevoyandy and I made a similar keyboard-based tf publisher that you can tweak by keyboard which we would also be interested in contributing to tf2