|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_ros_py tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.25.18 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- Alejandro Hernandez Cordero
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.25.18 (2025-11-28)
0.25.17 (2025-10-17)
0.25.16 (2025-07-25)
0.25.15 (2025-07-16)
0.25.14 (2025-05-14)
0.25.13 (2025-05-14)
- Overflow Issue in durationFromSec() Function when Handling Extremely Large or Small Values (#785) (#787)
- Backport: Do not clobber callback handles when cancelling pending transformable requests (#781)
- Contributors: Timo Röhling, mergify[bot]
0.25.12 (2025-01-17)
- Fixing Scalar Header Guards (#755)
- Contributors: Lucas Wendland
0.25.11 (2025-01-14)
0.25.10 (2024-12-19)
- Humble "Backport" of #720 (#722)
- Removed unused var in tf2 (#735) (#737) (cherry picked from commit e791b58f8826a31d8ea11f45b7bf3026f26eab8a) Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
- Contributors: Lucas Wendland, mergify[bot]
0.25.9 (2024-11-20)
0.25.8 (2024-08-29)
-
Enable Twist interpolator (backport #646) (#684)
* Enable Twist interpolator (#646) Co-authored-by: Tully Foote <<tullyfoote@intrinsic.ai>> (cherry picked from commit 62322b8fa74c90d144dfe32294f6670bf6cfe786) # Conflicts: # tf2/include/tf2/buffer_core.h # tf2_ros/test/test_buffer.cpp Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
-
Contributors: mergify[bot]
0.25.7 (2024-05-29)
-
[TimeCache] Improve performance for insertData() and pruneList() (backport #680) (#693)
- Nacho/minor fixes tf2 cache (#658)
- Remove unused parameter
* Make use of API function to improve redability
`cpp TimePoint TimeCache::getLatestTimestamp() { return storage\_.front().stamp\_; }[ And std::list<T>::front() is(gcclib): ]{.title-ref}cpp reference front() _GLIBCXX_NOEXCEPT { return *begin(); }[ * Same argument as 321bd225afb5c ]{.title-ref}cpp TimePoint TimeCache::getLatestTimestamp() { // empty list case // ... return storage\_.front().stamp\_; }[ and std::list<T>::front(): ]{.title-ref}cpp reference front() _GLIBCXX_NOEXCEPT { return *begin(); }[ * Improve readbility by relying on STL functions By now reading to this block I can tell that we are preventing to inserting a new element in the list, that has a timestamp that is actually older than the max_storage_time_ we allow for * Remove hardcoded algorithmg for STL one The intent of the code is now more clear, instead of relying on raw loops, we "find if" there is any element in the list that has a stamp older than the incoming one. With this we find the position in the list where we should insert the current timestamp: `storage_it]{.title-ref}- Remove to better express what this pointer is represetngin
* Replace raw loop for STL algorithm Remove if any element is older thant the max_storage_time_ allowed, relative to the latest(sooner) time seems clear npw
* [TimeCache] Improve performance for insertData() and pruneList() (#680) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
* Don't break ABI ---------Co-authored-by: Ignacio Vizzo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_ros_py tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.36.17 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2025-12-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alejandro Hernandez Cordero
- Chris Lalancette
Authors
- Eitan Marder-Eppstein
- Tully Foote
- Wim Meeussen
Changelog for package tf2
0.36.17 (2025-11-28)
- Fix various documentation errors in tf2 (backport #857) (#864)
- Fix REP url locations (#847) (#849)
- Contributors: mergify[bot]
0.36.16 (2025-11-07)
0.36.15 (2025-10-17)
0.36.14 (2025-08-06)
0.36.13 (2025-07-23)
0.36.12 (2025-06-23)
0.36.11 (2025-05-14)
- Overflow Issue in durationFromSec() Function when Handling Extremely Large or Small Values (#785) (#786)
- Contributors: mergify[bot]
0.36.10 (2025-04-24)
- Backport: Do not clobber callback handles when cancelling pending transformable requests (#782)
- Contributors: Timo Röhling
0.36.9 (2025-04-02)
0.36.8 (2025-01-15)
0.36.7 (2024-12-27)
0.36.6 (2024-12-18)
- Removed unused var in tf2 (#735) (#736) (cherry picked from commit e791b58f8826a31d8ea11f45b7bf3026f26eab8a) Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
- Contributors: mergify[bot]
0.36.5 (2024-11-20)
0.36.4 (2024-05-29)
-
Removed warning (#682) (#683) Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
-
[TimeCache] Improve performance for insertData() and pruneList() (#680) (#686) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>> (cherry picked from commit d700d78611ca2f2a56128ee71dd157961a1f4fb4) Co-authored-by: Eric Cousineau <<eric.cousineau@tri.global>>
-
Add cache_benchmark (#679) (#690)
* Add cache_benchmark Co-authored-by: Chris Lalancette <<clalancette@gmail.com>> (cherry picked from commit 381d381739d008f83c2ebdf39034d46a19ea364e) Co-authored-by: Eric Cousineau <<eric.cousineau@tri.global>>
-
[cache_unittest] Add direct implementation testing on ordering, pruning (#678) (#687)
- [cache_unittest] Add direct implementation testing on ordering, pruning
- do getAllItems() approach
- Return a reference instead.
- mark getAllItems as internal
* Fix warning on Windows. Co-authored-by: Chris Lalancette <<clalancette@gmail.com>> (cherry picked from commit a17a2bf8297052d2c6a404f9799bfe3b81040482) Co-authored-by: Eric Cousineau <<eric.cousineau@tri.global>>
-
Contributors: mergify[bot]
0.36.3 (2024-05-13)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_ros_py tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.41.5 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | kilted |
| Last Updated | 2025-12-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alejandro Hernandez Cordero
- Chris Lalancette
Authors
- Eitan Marder-Eppstein
- Tully Foote
- Wim Meeussen
Changelog for package tf2
0.41.5 (2025-11-28)
- Fix various documentation errors in tf2 (backport #857) (#863)
- Fix REP url locations (#847) (#848)
- Contributors: mergify[bot]
0.41.4 (2025-11-07)
0.41.3 (2025-10-17)
0.41.2 (2025-07-24)
0.41.1 (2025-06-23)
0.41.0 (2025-04-25)
- Add isnan support (#780)
- Overflow Issue in durationFromSec() Function when Handling Extremely Large or Small Values (#785)
- Do not clobber callback handles when cancelling pending transformable requests (#779)
- Uniform cmake min version (#764)
- Contributors: Michael Carlstrom, Timo Röhling, cramke, mosfet80
0.40.1 (2025-01-15)
- Remove many extra conversions from Matrix3x3 to Quaternion (#741) Co-authored-by: jmachowinski <<jmachowinski@users.noreply.github.com>> Co-authored-by: Katherine Scott <<katherineAScott@gmail.com>>
- Cleanup deprecation warnings. (#744) The deprecation warnings were not printing out properly on GCC, at least; it would warn that #warning was not standard, and it would also not print out the actual warning. Also "deprecated" was spelled wrong. Fix all of these issues here.
- Contributors: Chris Lalancette, kyle-basis
0.40.0 (2024-12-20)
- Deprecate C Headers (#720)
- Removed unused var in tf2 (#735)
- Contributors: Alejandro Hernández Cordero, Lucas Wendland
0.39.3 (2024-11-25)
0.39.2 (2024-11-20)
0.39.1 (2024-10-15)
- Error String Filled (#715)
- Contributors: Lucas Wendland
0.39.0 (2024-10-03)
0.38.2 (2024-07-19)
0.38.1 (2024-07-09)
- Removed deprecated enuns (#699)
- Contributors: Alejandro Hernández Cordero
0.38.0 (2024-06-17)
0.37.1 (2024-05-29)
-
[TimeCache] Improve performance for insertData() and pruneList() (#680) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
-
Removed warning (#682)
-
Add cache_benchmark (#679)
* Add cache_benchmark Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
-
[cache_unittest] Add direct implementation testing on ordering, pruning (#678)
- [cache_unittest] Add direct implementation testing on ordering, pruning
- do getAllItems() approach
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_ros_py tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.45.5 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | rolling |
| Last Updated | 2025-12-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alejandro Hernandez Cordero
- Chris Lalancette
Authors
- Eitan Marder-Eppstein
- Tully Foote
- Wim Meeussen
tf2 is the second generation of the tf library.
This library implements the interface defined by tf2::BufferCore.
There is also a Python wrapper with the same API that class this library using CPython bindings.
Some tutorials are available at https://docs.ros.org/.
Architecture
tf2 is a transform library designed to provide implementation of the interface that keeps track of multiple coordinate frames over time.
tf2 maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform data between any two coordinate frames at any desired point in time.
The high level goal is to allow developers and users not to have to worry about which coordinate frame any specific data is stored in.
Main Interface
The main interface is through the tf2::BufferCore interface.
It uses the exceptions in tf2/exceptions.h and the tf2::Stamped datatype in tf2/transform_datatypes.h.
Conversion Interface
tf2 offers a templated conversion interface for external libraries to specify conversions between tf2-specific data types and user-defined data types.
Various templated functions in tf2_ros use the conversion interface to apply transformations from the tf server to these custom datatypes.
The conversion interface is defined in tf2/convert.h.
Buffer Core: Record and lookup relations between frames
The tf2 library implements the interface defined by tf2::BufferCore.
This class and all classes derived from it are responsible for providing coordinate transforms between any two frames in a system.
This class provides a simple interface to allow recording and lookup of relationships between arbitrary frames of the system.
tf2 assumes that there is a tree of coordinate frame transforms which define the relationship between all coordinate frames.
After transformation relationships are supplied, query specifiyng target frame, source frame, and time point can be used to obtain required data.
tf2 will take care of all the intermediate transformation steps for specific queries.
Additionally, tf2 features data interpolation.
The probability that a specific query would be at the same timestamp of all the frames in the system is very unlikely in an asynchronous system with nanosecond precision.
Therefore, for any given query it can be expected that data is interpolated.
It should be noted that buffer implicitly limits the maximum cache size of 10s by default as defined by the tf2::TIMECACHE_DEFAULT_MAX_STORAGE_TIME and it cannot interpolate outside of the cache history.
Thus there is a risk of incurring extrapolation limits based on specific system.
Buffer Core Methods
The tf2::BufferCore class contains useful methods to update the existing tf buffer.
-
tf2::BufferCore::clear- This method clears all data in the buffer.
-
tf2::BufferCore::setTransform- This method will add
geometry_msgs::msg::TransformStampedinformation to the tf data structure.
- This method will add
-
tf2::BufferCore::lookupTransform- This method returns the transform between two frames by frame ID.
- Possible exceptions are
tf2::LookupException,tf2::ConnectivityException,tf2::ExtrapolationException, ortf2::InvalidArgumentException.
-
tf2::BufferCore::canTransform- This method tests if a transform is possible.
-
tf2::BufferCore::getAllFrameNames- This method returns all frames that exist in the system.
-
tf2::BufferCore::allFramesAsYAML- This method allows to see what frames have been cached in yaml format and is useful for debugging tools.
-
tf2::BufferCore::allFramesAsString- This method allows to see what frames have been cached and is useful for debugging.
Supported Datatypes
tf2 implements templated datatype support.
This allows the core packages to have minimal dependencies and there be packages which add support for converting to and from different datatypes as well as transforming those data types.
tf2 does have an internal datatypes which are based on bullet’s LinearMath library.
However it’s recommended to use a fully supported math datatype which best supports your application.
tf2 conversion methods also support converting between and transforming between multiple different datatypes too.
At it’s core tf2 relies on the tf2::Stamped data types which can be conveniently correlated to ROS 2 messages which have a std_msgs::msg::Header.
Data Type Support Packages
These packages provide methods to allow tf2 to work natively with data types of any external library.
Most are either C++ or Python specific.
-
tf2_bullet
-
tf2methods to work with bullet datatypes natively in C++.
-
-
tf2_eigen
-
tf2methods to work with Eigen datatypes natively in C++.
-
File truncated at 100 lines see the full file
Changelog for package tf2
0.45.5 (2025-12-16)
- static function to crate quaternions directly from rotation added (#881)
- Expose Doxygen output in tf2, showing former Doxygen front page also as README.md (#871)
- Move author tags to file brief (#870)
- Modernize conf.py files to only include modified Copyright, eliminati… (#865)
- Contributors: Markus Bader, R Kent James
0.45.4 (2025-11-28)
- Fix various documentation errors in tf2 (#857)
- Contributors: R Kent James
0.45.3 (2025-11-24)
- Disable TAGFILES in rosdoc2 to separate namespace tf2 documentation into packages (#856)
- Fix REP url locations (#847)
- Contributors: R Kent James, Tim Clephas
0.45.2 (2025-11-07)
- Adding explicit handling for normalization of zero-quaternions (#839)
- Cleanup TF2 dependencies (#843)
- Contributors: Chris Lalancette, Simon Jusner
0.45.1 (2025-10-17)
0.45.0 (2025-08-27)
- Added tf2 documentation to docs.ros.org (#671)
- Contributors: Alejandro Hernández Cordero
0.44.0 (2025-07-29)
- Add RPY quaternion constructor (#806)
- Contributors: Alireza Moayyedi
0.43.1 (2025-07-18)
0.43.0 (2025-07-01)
0.42.2 (2025-06-19)
- Default initialize TransformStorage's frame_id_ and child_frame_id_ with UINT32_MAX (#783)
- Contributors: Andreas
0.42.1 (2025-05-14)
- Removed deprecated headers tf2 (#789)
- Contributors: Alejandro Hernández Cordero
0.42.0 (2025-04-25)
0.41.0 (2025-04-25)
- Add isnan support (#780)
- Overflow Issue in durationFromSec() Function when Handling Extremely Large or Small Values (#785)
- Do not clobber callback handles when cancelling pending transformable requests (#779)
- Uniform cmake min version (#764)
- Contributors: Michael Carlstrom, Timo Röhling, cramke, mosfet80
0.40.1 (2025-01-15)
- Remove many extra conversions from Matrix3x3 to Quaternion (#741) Co-authored-by: jmachowinski <<jmachowinski@users.noreply.github.com>> Co-authored-by: Katherine Scott <<katherineAScott@gmail.com>>
- Cleanup deprecation warnings. (#744) The deprecation warnings were not printing out properly on GCC, at least; it would warn that #warning was not standard, and it would also not print out the actual warning. Also "deprecated" was spelled wrong. Fix all of these issues here.
- Contributors: Chris Lalancette, kyle-basis
0.40.0 (2024-12-20)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
Package Summary
| Version | 0.8.0 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | ardent |
| Last Updated | 2017-12-09 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
- Contributors: Vincent Rabaud
0.5.11 (2015-04-22)
0.5.10 (2015-04-21)
- move lct_cache into function local memoryfor #92
- Clean up range checking. Re: #92
- Fixed chainToVector
- release lock before possibly invoking user callbacks. Fixes #91
- Contributors: Jackie Kay, Tully Foote
0.5.9 (2015-03-25)
- fixing edge case where two no frame id lookups matched in getLatestCommonTime
- Contributors: Tully Foote
0.5.8 (2015-03-17)
- change from default argument to overload to avoid linking issue #84
- remove useless Makefile files
- Remove unused assignments in max/min functions
- change _allFramesAsDot() -> _allFramesAsDot(double current_time)
- Contributors: Jon Binney, Kei Okada, Tully Foote, Vincent Rabaud
0.5.7 (2014-12-23)
0.5.6 (2014-09-18)
0.5.5 (2014-06-23)
- convert to use console bridge from upstream debian package https://github.com/ros/rosdistro/issues/4633
- Fix format string
- Contributors: Austin, Tully Foote
0.5.4 (2014-05-07)
- switch to boost signals2 following ros/ros_comm#267, blocking ros/geometry#23
- Contributors: Tully Foote
0.5.3 (2014-02-21)
0.5.2 (2014-02-20)
0.5.1 (2014-02-14)
0.5.0 (2014-02-14)
0.4.10 (2013-12-26)
- updated error message. fixes #38
- tf2: add missing console bridge include directories (fix #48)
- Fix const correctness of tf2::Vector3 rotate() method The method does not modify the class thus should be const. This has already been fixed in Bullet itself.
- Contributors: Dirk Thomas, Timo Rohling, Tully Foote
0.4.9 (2013-11-06)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
Package Summary
| Version | 0.9.1 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | bouncy |
| Last Updated | 2018-12-06 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
- Contributors: Vincent Rabaud
0.5.11 (2015-04-22)
0.5.10 (2015-04-21)
- move lct_cache into function local memoryfor #92
- Clean up range checking. Re: #92
- Fixed chainToVector
- release lock before possibly invoking user callbacks. Fixes #91
- Contributors: Jackie Kay, Tully Foote
0.5.9 (2015-03-25)
- fixing edge case where two no frame id lookups matched in getLatestCommonTime
- Contributors: Tully Foote
0.5.8 (2015-03-17)
- change from default argument to overload to avoid linking issue #84
- remove useless Makefile files
- Remove unused assignments in max/min functions
- change _allFramesAsDot() -> _allFramesAsDot(double current_time)
- Contributors: Jon Binney, Kei Okada, Tully Foote, Vincent Rabaud
0.5.7 (2014-12-23)
0.5.6 (2014-09-18)
0.5.5 (2014-06-23)
- convert to use console bridge from upstream debian package https://github.com/ros/rosdistro/issues/4633
- Fix format string
- Contributors: Austin, Tully Foote
0.5.4 (2014-05-07)
- switch to boost signals2 following ros/ros_comm#267, blocking ros/geometry#23
- Contributors: Tully Foote
0.5.3 (2014-02-21)
0.5.2 (2014-02-20)
0.5.1 (2014-02-14)
0.5.0 (2014-02-14)
0.4.10 (2013-12-26)
- updated error message. fixes #38
- tf2: add missing console bridge include directories (fix #48)
- Fix const correctness of tf2::Vector3 rotate() method The method does not modify the class thus should be const. This has already been fixed in Bullet itself.
- Contributors: Dirk Thomas, Timo Rohling, Tully Foote
0.4.9 (2013-11-06)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repotf2 tf2_eigen tf2_geometry_msgs tf2_msgs tf2_ros tf2_sensor_msgs |
ROS Distro
|
Package Summary
| Version | 0.10.1 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | crystal |
| Last Updated | 2018-12-07 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.10.1 (2018-12-06)
0.10.0 (2018-11-22)
- Merge pull request #65 from bsinno/bugfix/fix_identity_transform_behaviour Fix bug in lookupTransform()
- Fix lookupTransform() behaviour when transforming from a frame to itself
- revert now unnecessary message initializations (#64)
- use console_bridge_vendor (#63)
- Contributors: Alessandro Bottero, Mikael Arguedas, Tully Foote
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
- Contributors: Vincent Rabaud
0.5.11 (2015-04-22)
0.5.10 (2015-04-21)
- move lct_cache into function local memoryfor #92
- Clean up range checking. Re: #92
- Fixed chainToVector
- release lock before possibly invoking user callbacks. Fixes #91
- Contributors: Jackie Kay, Tully Foote
0.5.9 (2015-03-25)
- fixing edge case where two no frame id lookups matched in getLatestCommonTime
- Contributors: Tully Foote
0.5.8 (2015-03-17)
- change from default argument to overload to avoid linking issue #84
- remove useless Makefile files
- Remove unused assignments in max/min functions
- change _allFramesAsDot() -> _allFramesAsDot(double current_time)
- Contributors: Jon Binney, Kei Okada, Tully Foote, Vincent Rabaud
0.5.7 (2014-12-23)
0.5.6 (2014-09-18)
0.5.5 (2014-06-23)
- convert to use console bridge from upstream debian package https://github.com/ros/rosdistro/issues/4633
- Fix format string
- Contributors: Austin, Tully Foote
0.5.4 (2014-05-07)
- switch to boost signals2 following ros/ros_comm#267, blocking ros/geometry#23
- Contributors: Tully Foote
0.5.3 (2014-02-21)
0.5.2 (2014-02-20)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 tf2 tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.12.6 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | eloquent |
| Last Updated | 2020-12-04 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- Alejandro Hernandez Cordero
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.12.6 (2020-12-04)
- Update maintainers of the ros2/geometry2 fork. (#328) (#331)
- tf2 add windows cmath constants (#217) (#220)
- Contributors: Alejandro Hernández Cordero
0.12.5 (2020-01-17)
0.12.4 (2019-11-19)
0.12.3 (2019-11-18)
- Provide more available error messaging for nonexistent and invalid frames in canTransform (#187)
- Contributors: Emerson Knapp
0.12.2 (2019-11-18)
0.12.1 (2019-10-23)
- Overwrite TimeCacheInterface type with a current input (#151)
- [tf2] Use ament_target_dependencies where possible
- Restore conversion via message traits (#167)
- Contributors: Jacob Perron, Michael Carroll, Vinnam Kim
0.12.0 (2019-09-26)
- Add pure virtual interface tf2::BufferCoreInterface
- Guard against invalid iterator (#127)
- Contributors: Jacob Perron
0.11.3 (2019-05-24)
0.11.2 (2019-05-20)
0.11.1 (2019-05-09)
0.11.0 (2019-04-14)
0.10.1 (2018-12-06)
0.10.0 (2018-11-22)
- Merge pull request #65 from bsinno/bugfix/fix_identity_transform_behaviour Fix bug in lookupTransform()
- Fix lookupTransform() behaviour when transforming from a frame to itself
- revert now unnecessary message initializations (#64)
- use console_bridge_vendor (#63)
- Contributors: Alessandro Bottero, Mikael Arguedas, Tully Foote
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
- Contributors: Vincent Rabaud
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repotf2 tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_ros tf2_sensor_msgs |
ROS Distro
|
Package Summary
| Version | 0.11.6 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | dashing |
| Last Updated | 2019-12-10 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.11.6 (2019-12-10)
- Fix up -Wcast-qual warning (#193)
- Contributors: Yu, Yan
0.11.5 (2019-09-06)
0.11.4 (2019-07-31)
0.11.3 (2019-05-24)
0.11.2 (2019-05-20)
0.11.1 (2019-05-09)
0.11.0 (2019-04-14)
0.10.1 (2018-12-06)
0.10.0 (2018-11-22)
- Merge pull request #65 from bsinno/bugfix/fix_identity_transform_behaviour Fix bug in lookupTransform()
- Fix lookupTransform() behaviour when transforming from a frame to itself
- revert now unnecessary message initializations (#64)
- use console_bridge_vendor (#63)
- Contributors: Alessandro Bottero, Mikael Arguedas, Tully Foote
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
- Contributors: Vincent Rabaud
0.5.11 (2015-04-22)
0.5.10 (2015-04-21)
- move lct_cache into function local memoryfor #92
- Clean up range checking. Re: #92
- Fixed chainToVector
- release lock before possibly invoking user callbacks. Fixes #91
- Contributors: Jackie Kay, Tully Foote
0.5.9 (2015-03-25)
- fixing edge case where two no frame id lookups matched in getLatestCommonTime
- Contributors: Tully Foote
0.5.8 (2015-03-17)
- change from default argument to overload to avoid linking issue #84
- remove useless Makefile files
- Remove unused assignments in max/min functions
- change _allFramesAsDot() -> _allFramesAsDot(double current_time)
- Contributors: Jon Binney, Kei Okada, Tully Foote, Vincent Rabaud
0.5.7 (2014-12-23)
0.5.6 (2014-09-18)
0.5.5 (2014-06-23)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_ros_py tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.17.5 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | galactic |
| Last Updated | 2022-12-03 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- Alejandro Hernandez Cordero
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.17.5 (2022-12-02)
- Include required header Scalar.h (#563)
- Contributors: Shane Loretz
0.17.4 (2022-06-30)
0.17.3 (2022-04-28)
- Workaround with pragma push and pop for NO_ERROR collison (#456) (#458)
- Contributors: Abrar Rahman Protyasha
0.17.2 (2021-05-10)
0.17.1 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#394)
- Contributors: Chris Lalancette
0.17.0 (2021-03-19)
0.16.0 (2021-01-25)
0.15.1 (2020-12-08)
0.15.0 (2020-11-02)
- Update maintainers of the ros2/geometry2 fork. (#328)
- Contributors: Chris Lalancette
0.14.1 (2020-09-21)
- Active usual compiler warnings in tf2 (#322)
- Cleanups in buffer_core.cpp. (#301)
- Add PoseWithCovarianceStamped transform support (#312)
- Contributors: Chris Lalancette, Ivan Santiago Paunovic, Joshua Whitley
0.14.0 (2020-08-14)
- Fix a TOCTTOU race in tf2. (#307)
- Fixed memory leak in Buffer::waitForTransform (#281)
- Add common linters to tf2. (#258)
- Contributors: Alejandro Hernández Cordero, Chris Lalancette, Martin Ganeff
0.13.4 (2020-06-03)
- Add missing virtual destructors (#272)
- Contributors: Ivan Santiago Paunovic
0.13.3 (2020-05-26)
0.13.2 (2020-05-18)
- Modify error message to not match the pattern for Jenkins MSBuild errors (#265)
- Contributors: Dirk Thomas
0.13.1 (2020-05-08)
- export modern CMake interface target (#263)
- Contributors: Dirk Thomas
0.13.0 (2020-04-30)
- Added doxyfiles and sphinx Makefiles (#257)
- Fix displayTimePoint truncation error (#253)
- rename rosidl_generator_cpp namespace to rosidl_runtime_cpp (#248)
- Use the new rcutils_strerror function. (#239)
- Remove unnecessary semicolons. (#235)
- Export all tf2 dependencies. (#238)
- Fix a deprecated copy warning by implementing the assignment operator (#201)
- tf2 add windows cmath constants (#217)
- Contributors: Alejandro Hernández Cordero, Chris Lalancette, Dirk Thomas, Hunter L. Allen, Michel Hidalgo, brawner
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_gtest | |
| ament_lint_auto | |
| ament_lint_common | |
| console_bridge_vendor | |
| geometry_msgs | |
| rcutils |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.13.14 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | foxy |
| Last Updated | 2023-03-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- Alejandro Hernandez Cordero
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.13.14 (2023-03-16)
0.13.13 (2022-01-31)
0.13.12 (2021-10-05)
- Workaround with pragma push and pop for NO_ERROR collison (#456)
- Contributors: Lior Lustgarten
0.13.11 (2021-08-31)
0.13.10 (2021-04-14)
0.13.9 (2020-12-09)
0.13.8 (2020-12-08)
0.13.7 (2020-11-18)
- [Foxy backport] Fixed memory leak in Buffer::waitForTransform (#281) (#330)
- Contributors: Matthijs den Toom
0.13.6 (2020-10-28)
- [Foxy backport] Add PoseWithCovarianceStamped transform support (#336)
- Update maintainers of the ros2/geometry2 fork. (#328) (#332)
- Contributors: Alejandro Hernández Cordero, Nikolai Morin
0.13.5 (2020-08-05)
0.13.4 (2020-06-03)
- Add missing virtual destructors (#272)
- Contributors: Ivan Santiago Paunovic
0.13.3 (2020-05-26)
0.13.2 (2020-05-18)
- Modify error message to not match the pattern for Jenkins MSBuild errors (#265)
- Contributors: Dirk Thomas
0.13.1 (2020-05-08)
- export modern CMake interface target (#263)
- Contributors: Dirk Thomas
0.13.0 (2020-04-30)
- Added doxyfiles and sphinx Makefiles (#257)
- Fix displayTimePoint truncation error (#253)
- rename rosidl_generator_cpp namespace to rosidl_runtime_cpp (#248)
- Use the new rcutils_strerror function. (#239)
- Remove unnecessary semicolons. (#235)
- Export all tf2 dependencies. (#238)
- Fix a deprecated copy warning by implementing the assignment operator (#201)
- tf2 add windows cmath constants (#217)
- Contributors: Alejandro Hernández Cordero, Chris Lalancette, Dirk Thomas, Hunter L. Allen, Michel Hidalgo, brawner
0.12.4 (2019-11-19)
0.12.3 (2019-11-18)
- Provide more available error messaging for nonexistent and invalid frames in canTransform (#187)
- Contributors: Emerson Knapp
0.12.2 (2019-11-18)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repoexamples_tf2_py geometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_eigen_kdl tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_ros_py tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.31.8 |
| License | BSD |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros2/geometry2.git |
| VCS Type | git |
| VCS Version | iron |
| Last Updated | 2024-08-30 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alejandro Hernandez Cordero
- Chris Lalancette
Authors
- Eitan Marder-Eppstein
- Tully Foote
- Wim Meeussen
Changelog for package tf2
0.31.8 (2024-08-29)
0.31.7 (2024-05-29)
-
[TimeCache] Improve performance for insertData() and pruneList() (backport #680) (#694)
- Nacho/minor fixes tf2 cache (#658)
- Remove unused parameter
* Make use of API function to improve redability
`cpp TimePoint TimeCache::getLatestTimestamp() { return storage\_.front().stamp\_; }[ And std::list<T>::front() is(gcclib): ]{.title-ref}cpp reference front() _GLIBCXX_NOEXCEPT { return *begin(); }[ * Same argument as 321bd225afb5c ]{.title-ref}cpp TimePoint TimeCache::getLatestTimestamp() { // empty list case // ... return storage\_.front().stamp\_; }[ and std::list<T>::front(): ]{.title-ref}cpp reference front() _GLIBCXX_NOEXCEPT { return *begin(); }[ * Improve readbility by relying on STL functions By now reading to this block I can tell that we are preventing to inserting a new element in the list, that has a timestamp that is actually older than the max_storage_time_ we allow for * Remove hardcoded algorithmg for STL one The intent of the code is now more clear, instead of relying on raw loops, we "find if" there is any element in the list that has a stamp older than the incoming one. With this we find the position in the list where we should insert the current timestamp: `storage_it]{.title-ref}- Remove to better express what this pointer is represetngin
* Replace raw loop for STL algorithm Remove if any element is older thant the max_storage_time_ allowed, relative to the latest(sooner) time seems clear npw
* [TimeCache] Improve performance for insertData() and pruneList() (#680) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
* Don't break ABI ---------Co-authored-by: Ignacio Vizzo <<ignacio@dexory.com>> Co-authored-by: Eric Cousineau <<eric.cousineau@tri.global>> Co-authored-by: Chris Lalancette <<clalancette@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
-
Add cache_benchmark (backport #679) (#692) Co-authored-by: Eric Cousineau <<eric.cousineau@tri.global>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
-
[cache_unittest] Add direct implementation testing on ordering, pruning (backport #678) (#689) Co-authored-by: Eric Cousineau <<eric.cousineau@tri.global>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
-
Contributors: mergify[bot]
0.31.6 (2024-04-19)
- Fix constantly increasing memory in std::list (#649)
- Contributors: Ignacio Vizzo <<ignaciovizzo@gmail.com>>
0.31.5 (2023-09-08)
0.31.4 (2023-07-14)
0.31.3 (2023-05-11)
- Fix error code returned in BufferCore::walkToTopParent (#602)
- Contributors: Patrick Roncagliolo
0.31.2 (2023-04-13)
0.31.1 (2023-04-12)
0.31.0 (2023-04-11)
- Depend on ament_cmake_ros to default SHARED to ON (#591)
- Fix a potential crash in TimeCache::findClosest (#592)
- Extend TimeCache API to provide rich ExtrapolationException infos (#586)
- Contributors: Chris Lalancette, Patrick Roncagliolo, Tyler Weaver
0.30.0 (2023-02-14)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repogeometry2 geometry_experimental test_tf2 tf2 tf2_bullet tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.5.20 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/geometry2.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2018-11-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.5.20 (2018-11-16)
0.5.19 (2018-11-06)
- fix issue #315
- fixed nan interpoaltion issue
- Contributors: Keller Fabian Rudolf (CC-AD/EYC3), Kuang Fangjun
0.5.18 (2018-07-10)
- preserve constness of const argument to avoid warnings (#307)
- Change comment style for unused doxygen (#297)
- Contributors: Jacob Perron, Tully Foote
0.5.17 (2018-01-01)
- Merge pull request #278 from ros/chain_as_vec_test2 Clean up results of _chainAsVector
- Simple test to check BufferCore::_chainAsVector. Unit tests for walk and chain passing now.
- Merge pull request #267 from at-wat/speedup-timecache-for-large-buffer Speed-up TimeCache search for large cache time.
- Merge pull request #265 from vsherrod/interpolation_fix Corrected time output on interpolation function.
- Add time_interval option to tf2 speed-test.
- Merge pull request #269 from ros/frames_as_yaml allFrameAsYaml consistently outputting a dict
- resolve https://github.com/ros/geometry/pull/153 at the source instead of needing the workaround.
- Speed-up TimeCache search for large cache time.
- Modified tests for correct time in interpolation to existing tests.
- Corrected time output on interpolation function. Added unit test to check for this.
- Contributors: Atsushi Watanabe, Miguel Prada, Tully Foote, Vallan Sherrod
0.5.16 (2017-07-14)
- remove explicit templating to standardize on overloading. But provide backwards compatibility with deprecation.
- Merge pull request #144 from clearpathrobotics/dead_lock_fix Solve a bug that causes a deadlock in MessageFilter
- Resolve 2 places where the error_msg would not be propogated. Fixes #198
- Remove generate_rand_vectors() from a number of tests. (#227)
- fixing include directory order to support overlays (#231)
- replaced dependencies on tf2_msgs_gencpp by exported dependencies
- Document the lifetime of the returned reference for getFrameId getTimestamp
- relax normalization tolerance. #196 was too strict for some use cases. (#220)
- Solve a bug that causes a deadlock in MessageFilter
- Contributors: Adel Fakih, Chris Lalancette, Christopher Wecht, Tully Foote, dhood
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
File truncated at 100 lines see the full file
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repogeometry2 geometry_experimental test_tf2 tf2 tf2_bullet tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.5.20 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/geometry2.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2018-11-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.5.20 (2018-11-16)
0.5.19 (2018-11-06)
- fix issue #315
- fixed nan interpoaltion issue
- Contributors: Keller Fabian Rudolf (CC-AD/EYC3), Kuang Fangjun
0.5.18 (2018-07-10)
- preserve constness of const argument to avoid warnings (#307)
- Change comment style for unused doxygen (#297)
- Contributors: Jacob Perron, Tully Foote
0.5.17 (2018-01-01)
- Merge pull request #278 from ros/chain_as_vec_test2 Clean up results of _chainAsVector
- Simple test to check BufferCore::_chainAsVector. Unit tests for walk and chain passing now.
- Merge pull request #267 from at-wat/speedup-timecache-for-large-buffer Speed-up TimeCache search for large cache time.
- Merge pull request #265 from vsherrod/interpolation_fix Corrected time output on interpolation function.
- Add time_interval option to tf2 speed-test.
- Merge pull request #269 from ros/frames_as_yaml allFrameAsYaml consistently outputting a dict
- resolve https://github.com/ros/geometry/pull/153 at the source instead of needing the workaround.
- Speed-up TimeCache search for large cache time.
- Modified tests for correct time in interpolation to existing tests.
- Corrected time output on interpolation function. Added unit test to check for this.
- Contributors: Atsushi Watanabe, Miguel Prada, Tully Foote, Vallan Sherrod
0.5.16 (2017-07-14)
- remove explicit templating to standardize on overloading. But provide backwards compatibility with deprecation.
- Merge pull request #144 from clearpathrobotics/dead_lock_fix Solve a bug that causes a deadlock in MessageFilter
- Resolve 2 places where the error_msg would not be propogated. Fixes #198
- Remove generate_rand_vectors() from a number of tests. (#227)
- fixing include directory order to support overlays (#231)
- replaced dependencies on tf2_msgs_gencpp by exported dependencies
- Document the lifetime of the returned reference for getFrameId getTimestamp
- relax normalization tolerance. #196 was too strict for some use cases. (#220)
- Solve a bug that causes a deadlock in MessageFilter
- Contributors: Adel Fakih, Chris Lalancette, Christopher Wecht, Tully Foote, dhood
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
File truncated at 100 lines see the full file
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repogeometry2 geometry_experimental test_tf2 tf2 tf2_bullet tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.5.20 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/geometry2.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2018-11-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.5.20 (2018-11-16)
0.5.19 (2018-11-06)
- fix issue #315
- fixed nan interpoaltion issue
- Contributors: Keller Fabian Rudolf (CC-AD/EYC3), Kuang Fangjun
0.5.18 (2018-07-10)
- preserve constness of const argument to avoid warnings (#307)
- Change comment style for unused doxygen (#297)
- Contributors: Jacob Perron, Tully Foote
0.5.17 (2018-01-01)
- Merge pull request #278 from ros/chain_as_vec_test2 Clean up results of _chainAsVector
- Simple test to check BufferCore::_chainAsVector. Unit tests for walk and chain passing now.
- Merge pull request #267 from at-wat/speedup-timecache-for-large-buffer Speed-up TimeCache search for large cache time.
- Merge pull request #265 from vsherrod/interpolation_fix Corrected time output on interpolation function.
- Add time_interval option to tf2 speed-test.
- Merge pull request #269 from ros/frames_as_yaml allFrameAsYaml consistently outputting a dict
- resolve https://github.com/ros/geometry/pull/153 at the source instead of needing the workaround.
- Speed-up TimeCache search for large cache time.
- Modified tests for correct time in interpolation to existing tests.
- Corrected time output on interpolation function. Added unit test to check for this.
- Contributors: Atsushi Watanabe, Miguel Prada, Tully Foote, Vallan Sherrod
0.5.16 (2017-07-14)
- remove explicit templating to standardize on overloading. But provide backwards compatibility with deprecation.
- Merge pull request #144 from clearpathrobotics/dead_lock_fix Solve a bug that causes a deadlock in MessageFilter
- Resolve 2 places where the error_msg would not be propogated. Fixes #198
- Remove generate_rand_vectors() from a number of tests. (#227)
- fixing include directory order to support overlays (#231)
- replaced dependencies on tf2_msgs_gencpp by exported dependencies
- Document the lifetime of the returned reference for getFrameId getTimestamp
- relax normalization tolerance. #196 was too strict for some use cases. (#220)
- Solve a bug that causes a deadlock in MessageFilter
- Contributors: Adel Fakih, Chris Lalancette, Christopher Wecht, Tully Foote, dhood
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
File truncated at 100 lines see the full file
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repogeometry_experimental test_tf2 tf2 tf2_bullet tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.4.12 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/geometry2.git |
| VCS Type | git |
| VCS Version | hydro-devel |
| Last Updated | 2014-12-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.4.12 (2014-09-18)
0.4.11 (2014-06-04)
- Fix format string
- Contributors: Austin
0.4.10 (2013-12-26)
- updated error message. fixes #38
- tf2: add missing console bridge include directories (fix #48)
- Fix const correctness of tf2::Vector3 rotate() method The method does not modify the class thus should be const. This has already been fixed in Bullet itself.
- Contributors: Dirk Thomas, Timo Rohling, Tully Foote
0.4.9 (2013-11-06)
0.4.8 (2013-11-06)
- moving python documentation to tf2_ros from tf2 to follow the code
- removing legacy rospy dependency. implementation removed in 0.4.0 fixes #27
0.4.7 (2013-08-28)
- switching to use allFramesAsStringNoLock inside of getLatestCommonTime and walkToParent and locking in public API _getLatestCommonTime instead re #23
- Fixes a crash in tf's view_frames related to dot code generation in allFramesAsDot
0.4.6 (2013-08-28)
- cleaner fix for #19
- fix pointer initialization. Fixes #19
- fixes #18 for hydro
- package.xml: corrected typo in description
0.4.5 (2013-07-11)
- adding _chainAsVector method for https://github.com/ros/geometry/issues/18
- adding _allFramesAsDot for backwards compatability https://github.com/ros/geometry/issues/18
0.4.4 (2013-07-09)
- making repo use CATKIN_ENABLE_TESTING correctly and switching rostest to be a test_depend with that change.
- tf2: Fixes a warning on OS X, but generally safer Replaces the use of pointers with shared_ptrs, this allows the polymorphism and makes it so that the compiler doesn't yell at us about calling delete on a class with a public non-virtual destructor.
- tf2: Fixes compiler warnings on OS X This exploited a gcc specific extension and is not C++ standard compliant. There used to be a "fix" for OS X which no longer applies. I think it is ok to use this as an int instead of a double, but another way to fix it would be to use a define.
- tf2: Fixes linkedit errors on OS X
0.4.3 (2013-07-05)
0.4.2 (2013-07-05)
- adding getCacheLength() to parallel old tf API
- removing legacy static const variable MAX_EXTRAPOLATION_DISTANCE copied from tf unnecessesarily
0.4.1 (2013-07-05)
- adding old style callback notifications to BufferCore to enable backwards compatability of message filters
- exposing dedicated thread logic in BufferCore and checking in Buffer
- more methods to expose, and check for empty cache before getting latest timestamp
- adding methods to enable backwards compatability for passing through to tf::Transformer
0.4.0 (2013-06-27)
- splitting rospy dependency into tf2_py so tf2 is pure c++ library.
- switching to console_bridge from rosconsole
- moving convert methods back into tf2 because it does not have any ros dependencies beyond ros::Time which is already a dependency of tf2
- Cleaning up unnecessary dependency on roscpp
- Cleaning up packaging of tf2 including: removing unused nodehandle fixing overmatch on search and replace cleaning up a few dependencies and linking removing old backup of package.xml making diff minimally different from tf version of library
- suppressing bullet LinearMath copy inside of tf2, so it will not
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| console_bridge | |
| geometry_msgs | |
| rostime | |
| tf2_msgs | |
| catkin |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repogeometry2 geometry_experimental test_tf2 tf2 tf2_bullet tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.5.20 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/geometry2.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2018-11-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.5.20 (2018-11-16)
0.5.19 (2018-11-06)
- fix issue #315
- fixed nan interpoaltion issue
- Contributors: Keller Fabian Rudolf (CC-AD/EYC3), Kuang Fangjun
0.5.18 (2018-07-10)
- preserve constness of const argument to avoid warnings (#307)
- Change comment style for unused doxygen (#297)
- Contributors: Jacob Perron, Tully Foote
0.5.17 (2018-01-01)
- Merge pull request #278 from ros/chain_as_vec_test2 Clean up results of _chainAsVector
- Simple test to check BufferCore::_chainAsVector. Unit tests for walk and chain passing now.
- Merge pull request #267 from at-wat/speedup-timecache-for-large-buffer Speed-up TimeCache search for large cache time.
- Merge pull request #265 from vsherrod/interpolation_fix Corrected time output on interpolation function.
- Add time_interval option to tf2 speed-test.
- Merge pull request #269 from ros/frames_as_yaml allFrameAsYaml consistently outputting a dict
- resolve https://github.com/ros/geometry/pull/153 at the source instead of needing the workaround.
- Speed-up TimeCache search for large cache time.
- Modified tests for correct time in interpolation to existing tests.
- Corrected time output on interpolation function. Added unit test to check for this.
- Contributors: Atsushi Watanabe, Miguel Prada, Tully Foote, Vallan Sherrod
0.5.16 (2017-07-14)
- remove explicit templating to standardize on overloading. But provide backwards compatibility with deprecation.
- Merge pull request #144 from clearpathrobotics/dead_lock_fix Solve a bug that causes a deadlock in MessageFilter
- Resolve 2 places where the error_msg would not be propogated. Fixes #198
- Remove generate_rand_vectors() from a number of tests. (#227)
- fixing include directory order to support overlays (#231)
- replaced dependencies on tf2_msgs_gencpp by exported dependencies
- Document the lifetime of the returned reference for getFrameId getTimestamp
- relax normalization tolerance. #196 was too strict for some use cases. (#220)
- Solve a bug that causes a deadlock in MessageFilter
- Contributors: Adel Fakih, Chris Lalancette, Christopher Wecht, Tully Foote, dhood
0.5.15 (2017-01-24)
0.5.14 (2017-01-16)
- fixes #194 check for
quaternion normalization before inserting into storage
(#196)
- check for quaternion normalization before inserting into storage
- Add test to check for transform failure on invalid quaternion input
- updating getAngleShortestPath() (#187)
- Move internal cache functions into a namespace Fixes https://github.com/ros/geometry2/issues/175
- Link properly to convert.h
- Landing page for tf2 describing the conversion interface
- Fix comment on BufferCore::MAX_GRAPH_DEPTH.
- Contributors: Jackie Kay, Phil Osteen, Tully Foote, alex, gavanderhoorn
0.5.13 (2016-03-04)
0.5.12 (2015-08-05)
- add utilities to get yaw, pitch, roll and identity transform
- provide more conversions between types The previous conversion always assumed that it was converting a non-message type to a non-message type. Now, one, both or none can be a message or a non-message.
File truncated at 100 lines see the full file
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from jsk_geometry2_python3 repogeometry2 jsk_tf2_py_python3 test_tf2 tf2 tf2_bullet tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.6.9 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/jsk-ros-pkg/geometry2_python3.git |
| VCS Type | git |
| VCS Version | melodic-devel |
| Last Updated | 2022-06-23 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.6.7 (2020-03-09)
- [windows][melodic] more portable fixes. (#443)
- [Windows][melodic-devel] Fix install locations (#442)
- Revert "rework Eigen functions namespace hack" (#436)
- Contributors: Sean Yen, Tully Foote
0.6.6 (2020-01-09)
- Fix compile error missing ros/ros.h
(#400)
- ros/ros.h -> ros/time.h
- tf2_eigen doesn't need ros/ros.h
- rework Eigen functions namespace hack
- separate transform function declarations into transform_functions.h
- use ROS_DEPRECATED macro for portability (#362)
- Remove [signals]{.title-ref} from find_package(Boost COMPONENTS ...).
- Remove legacy inclusion in CMakeLists of tf2.
- Contributors: James Xu, Maarten de Vries, Marco Tranzatto, Shane Loretz, Tully Foote
0.6.5 (2018-11-16)
0.6.4 (2018-11-06)
- Resolved pedantic warnings
- fix issue #315
- fixed nan interpoaltion issue
- Contributors: Keller Fabian Rudolf (CC-AD/EYC3), Kuang Fangjun, Martin Ganeff
0.6.3 (2018-07-09)
- preserve constness of const argument to avoid warnings (#307)
- Change comment style for unused doxygen (#297)
- Contributors: Jacob Perron, Tully Foote
0.6.2 (2018-05-02)
0.6.1 (2018-03-21)
- Replaced deprecated console_bridge macro calls (tests)
- Contributors: Johannes Meyer, Tully Foote
0.6.0 (2018-03-21)
- Replaced deprecated log macro calls
- Contributors: Tim Rakowski, Tully Foote
0.5.17 (2018-01-01)
- Merge pull request #278 from ros/chain_as_vec_test2 Clean up results of _chainAsVector
- Simple test to check BufferCore::_chainAsVector. Unit tests for walk and chain passing now.
- Merge pull request #267 from at-wat/speedup-timecache-for-large-buffer Speed-up TimeCache search for large cache time.
- Merge pull request #265 from vsherrod/interpolation_fix Corrected time output on interpolation function.
- Add time_interval option to tf2 speed-test.
- Merge pull request #269 from ros/frames_as_yaml allFrameAsYaml consistently outputting a dict
- resolve https://github.com/ros/geometry/pull/153 at the source instead of needing the workaround.
- Speed-up TimeCache search for large cache time.
- Modified tests for correct time in interpolation to existing tests.
- Corrected time output on interpolation function. Added unit test to check for this.
- Contributors: Atsushi Watanabe, Miguel Prada, Tully Foote, Vallan Sherrod
0.5.16 (2017-07-14)
- remove explicit templating to standardize on overloading. But provide backwards compatibility with deprecation.
- Merge pull request #144 from clearpathrobotics/dead_lock_fix Solve a bug that causes a deadlock in MessageFilter
- Resolve 2 places where the error_msg would not be propogated. Fixes #198
- Remove generate_rand_vectors() from a number of tests. (#227)
- fixing include directory order to support overlays (#231)
File truncated at 100 lines see the full file
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tf2 at Robotics Stack Exchange
|
tf2 package from geometry2 repogeometry2 test_tf2 tf2 tf2_bullet tf2_eigen tf2_geometry_msgs tf2_kdl tf2_msgs tf2_py tf2_ros tf2_sensor_msgs tf2_tools |
ROS Distro
|
Package Summary
| Version | 0.7.10 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/geometry2.git |
| VCS Type | git |
| VCS Version | noetic-devel |
| Last Updated | 2025-05-31 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Tully Foote
Authors
- Tully Foote
- Eitan Marder-Eppstein
- Wim Meeussen
Changelog for package tf2
0.7.10 (2025-05-02)
- Fix race conditions in MessageFilter (#539)
- Contributors: Robert Haschke
0.7.9 (2025-04-25)
0.7.8 (2025-04-10)
- Longer char array for null termination needed (#514)
- Fixed error message when fixed_frame is not found (#559)
- Add missing #include to buffer_core.cpp (#558)
- Contributors: Lucas Walter, Martin Pecka, vslashg
0.7.7 (2023-10-13)
- fix extra comma that gives annoying build warnings with -Wall and -Wpedantic with g++-9 and assuming most other compilers (#550)
- Add parent frame to warning logs (#533)
- Contributors: Jack Zender, Stephan
0.7.6 (2022-10-11)
- Fix dead loop in message filter (#532)
- Restore time difference order so future extrapolation exceptions don't show non-sensical negative seconds into the future (#522)
- Contributors: Feng Zhaolin, Lucas Walter
0.7.5 (2020-09-01)
- restore buffer sizes
- Contributors: Tully Foote
0.7.4 (2020-09-01)
- Fix potential buffer overrun of snprintf (#479)
- Contributors: Atsushi Watanabe
0.7.3 (2020-08-25)
- Use snprintf instead of stringstream to increase performance of lookupTransform() in error cases.
- Do not waste time constructing error string if nobody is interested in it in canTransform(). (#469)
- Output time difference of extrapolation exceptions (#477)
- Cherry-picking various commits from Melodic
(#471)
- Revert "rework Eigen functions namespace hack" (#436)
* Fixed warnings in message_filter.h (#434) the variables are not used in function body and caused -Wunused-parameter to trigger with -Wall
- Fix ambiguous call for tf2::convert on MSVC (#444)
- rework ambiguous call on MSVC.
- Contributors: Lucas Walter, Martin Pecka, Robert Haschke
0.7.2 (2020-06-08)
0.7.1 (2020-05-13)
- Fix to improper ring_45 test, where 'anchor' frame for both inverse and normal transform was frame 'b' instead of frame 'a', thus creating a problem
- Don't insert a TF frame is one of the same timestamp already exists, instead just overwrite it.
- [Noetic] Add tf2::Stamped<T>::operator=() to fix warnings
downstream (#453)
- Add tf2::Stamped<T>::operator=()
- [noetic] cherry-pick Windows fixes from melodic-devel (#450)
- Contributors: Patrick Beeson, Robert Haschke, Sean Yen, Shane Loretz
0.7.0 (2020-03-09)
- Bump CMake version to avoid CMP0048 warning (#445) Signed-off-by: Shane Loretz <<sloretz@osrfoundation.org>>
File truncated at 100 lines see the full file