geometry2 icon indicating copy to clipboard operation
geometry2 copied to clipboard

handful of TF tools

Open jbohren opened this issue 11 years ago • 2 comments
trafficstars

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_publisher Publishes a TF frame based in an interactive marker
  • twist_frame_integrator Publishes a TF frame based on the integration of a geometry_msgs/Twist message

Any interest in merging these two into geometry_experimental?

jbohren avatar May 20 '14 03:05 jbohren

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.

tfoote avatar May 20 '14 05:05 tfoote

+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

davetcoleman avatar May 09 '15 19:05 davetcoleman