What is the time complexity tf2 core library
Hello All,
Can anyone guide me to get the time complexity of tf2 core library?
Thanks
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello All,
Can anyone guide me to get the time complexity of tf2 core library?
Thanks
There's a paper on tf here: http://wiki.ros.org/Papers/TePRA2013_...
tf2 has several optimizations but has most of the same structure. The majority of the changes were dependency cleanup etc. You can see the tf2 design here: http://wiki.ros.org/tf2/Design
Performance related changes from tf include:
Asked: 2017-02-27 08:33:08 -0600
Seen: 260 times
Last updated: Feb 27 '17
What is the difference between tf and tf2?
Compiling tf or tf2 with -std=gnu++0x
Testing with rosmake -a -t fails because a test did not run. What's wrong?
tf2/transform_broadcaster.h: No such file or directory on ubuntu 12.04 with furete [closed]
hydro tf::Transform misses .asBt() methods?
tf2 - where's quaternion_from_euler gone?