ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

constructiverealities's profile - activity

2023-06-14 10:58:08 -0500 received badge  Taxonomist
2019-08-09 04:31:05 -0500 received badge  Good Question (source)
2019-04-08 01:15:13 -0500 marked best answer TF vs TF2 (lookupTwist vs lookup_transform)

Version: ROS Kinetic (ubuntu 16.04)

I believe that I'm pinched in a narrow use-case crack between TF and TF2 and the differences between lookupTwist (which has duration argument for averaging) and what looks like a bunch of manual calculation to achieve that same result using TF2s lookup_transform, which obviously does not provide such functionality.

I find myself dependent on the averaging functionality, which is really useful generally for robotics. Some code changes in separate but related nodes have exposed TF's apparent inability to see all TF Static Frames that were established prior to (a given) node's initialization. This inability to see previously create static TF is preventing me from resolving what should be a trivial refactor to support the externally driven changes.... looking to find a solution

Tl;DR / I need solution(s) for at least of one of the follwing:

  • For TF to be able to see all static transforms (including those created before the nodes initializes)
  • For TF2 to already have this (very useful) lookuptwist functionality available in RosPy; and i just don't know where it is
  • Pseudo code for what is needed to write a bespoke function to achieve this averaging function with TF2in a 3d space.

I see on the TF2 tutorial page an example for a new publisher to push a new Twist from another frame at the same point in time.

but i were to do this i would need to go get two transforms for the same frame at two points in time and them manually average a new Twist value. the turtlebot example is incomplete for 3d...

Help resolving the issues with either approach appreciated.

2018-04-08 23:09:59 -0500 received badge  Famous Question (source)
2018-02-15 00:35:27 -0500 received badge  Enthusiast
2018-02-13 01:10:51 -0500 received badge  Notable Question (source)
2018-02-12 23:36:45 -0500 commented answer TF vs TF2 (lookupTwist vs lookup_transform)

Thanks @ tfoote. If I'm to implement this (as i would like to use tf2). how to I use/access the functions on the trans

2018-02-12 23:36:17 -0500 commented answer TF vs TF2 (lookupTwist vs lookup_transform)

Thanks @ tfoote. If I'm to implement this (as i would like to use tf2). how to I use/access the functions on the trans

2018-02-12 23:05:37 -0500 edited question TF vs TF2 (lookupTwist vs lookup_transform)

TF vs TF2 (lookupTwist vs lookup_transform) Version: ROS Kinetic (ubuntu 16.04) I believe that I'm pinched in a narrow

2018-02-12 21:20:42 -0500 received badge  Nice Question (source)
2018-02-12 20:13:58 -0500 received badge  Popular Question (source)
2018-02-12 17:53:04 -0500 commented answer Calculating velocity from tf

^ I edited to link to the related question

2018-02-12 17:52:15 -0500 edited answer Calculating velocity from tf

@tfoote So this is a bit older, but I'm running into an Issue with TF2 in that I can't find a substitute function for T

2018-02-12 17:52:15 -0500 received badge  Editor (source)
2018-02-12 17:35:10 -0500 received badge  Notable Question (source)
2018-02-12 17:35:10 -0500 received badge  Popular Question (source)
2018-02-12 17:30:57 -0500 answered a question Calculating velocity from tf

@tfoote So this is a bit older, but I'm running into an Issue with TF2 in that I can't find a substitute function for T

2018-02-12 17:19:34 -0500 received badge  Student (source)
2018-02-12 17:15:21 -0500 edited question TF vs TF2 (lookupTwist vs lookup_transform)

TF vs TF2 (lookupTwist vs lookup_transform) Version: ROS Kinetic (ubuntu 16.04) I believe that I'm pinched in a narrow

2018-02-12 17:13:47 -0500 asked a question TF vs TF2 (lookupTwist vs lookup_transform)

TF vs TF2 (lookupTwist vs lookup_transform) Version: ROS Kinetic (ubuntu 16.04) I believe that I'm pinched in a narrow

2017-09-29 05:04:38 -0500 asked a question Convert OpenVR pose 4x3 matrix to ROS style (z up) matrix

Convert OpenVR pose 4x3 matrix to ROS style What is the procedural logic to perform Y-up to Z-up axis conversion on a ri