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

get old data of tf

asked 2014-07-08 07:08:41 -0500

Rahndall gravatar image

updated 2014-07-08 07:12:02 -0500

Dear ros-users, is there a way of access old data of tf? I mean, when I lookup for a transform, I need the latest data together with second to last, third to last.. I'm working with tf on ros fuerte Thank you!

edit retag flag offensive close merge delete

Comments

Do you need the last/second to last, etc. in an index or time basis? If index-based: Why?

dornhege gravatar image dornhege  ( 2014-07-08 08:32:48 -0500 )edit

- in an index basis - because, if I understood correctly, on time based the given data is an interpolation of two values. Instead, I would like to know if there is access to the actual values

Rahndall gravatar image Rahndall  ( 2014-07-08 09:05:56 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-09 01:05:02 -0500

tfoote gravatar image

You can get in and instrument or access the interior storage by index. However it's not well defined as soon as you have more than one link in your span. If you need that sort of specific data I'd suggest that you generate and store it yourself.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-08 07:08:41 -0500

Seen: 214 times

Last updated: Jul 09 '14