You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 markertwist_frame_integrator
Publishes a TF frame based on the integration of ageometry_msgs/Twist
messageAny interest in merging these two into
geometry_experimental
?The text was updated successfully, but these errors were encountered: