[ros-users] python - TF bug - getLatestCommonTime

Pablo Iñigo Blasco pibgeus at gmail.com
Fri Nov 4 17:19:16 UTC 2011


Hi ros community!
I am not sure if this this can be considered a bug or is the
desired behavior but in my opinion it is not very intuitive:

listener.getLatestCommonTime(target_frame,fixed_frame).to_sec()
returns a reference object in electric.

The below typical pattern does not work with this behavior:

before_common_time = -1.0
end = False
while not end:
     [...]

 latest_commontime=numpy.double(listener.getLatestCommonTime(target_frame,fixed_frame).to_sec())
     if break_condition (latest_common_time,before_common_time):
        end=true
     else:
       before_common_time=latest_common_time


Regards.

-- 
Pablo Iñigo Blasco.
http://geus.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osuosl.org/pipermail/ros-users/attachments/20111104/e306171d/attachment-0003.html>


More information about the ros-users mailing list