ros-one-tf2-ros (0.7.9-3jammy.20251023.0336) UNRELEASED; urgency=medium

  * Append timestamp when binarydeb was built.

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 23 Oct 2025 03:36:04 +0000

ros-one-tf2-ros (0.7.9-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 25 Apr 2025 00:00:00 -0000

ros-one-tf2-ros (0.7.8-0jammy) jammy; urgency=high

  * Fix typos in error messages of buffer_interface.py (#489 <https://github.com/ros/geometry2/issues/489>)
  * Contributors: Michael Grupp

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 10 Apr 2025 00:00:00 -0000

ros-one-tf2-ros (0.7.7-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 13 Oct 2023 00:00:00 -0000

ros-one-tf2-ros (0.7.6-0jammy) jammy; urgency=high

  * tf2_ros polling interval proportional to timeout (#492 <https://github.com/ros/geometry2/issues/492>)
    * polling interval proportional to timeout
    * CAN_TRANSFORM_POLLING_SCALE as global
    * add DEFAULT_CAN_TRANSFORM_POLLING_SCALE
  * Removed print statements from buffer interface (#530 <https://github.com/ros/geometry2/issues/530>)
  * Switch to new boost/bind/bind.hpp (#528 <https://github.com/ros/geometry2/issues/528>)
  * Updating the documentation to reflect current constructor for a MessageFilter (#527 <https://github.com/ros/geometry2/issues/527>)
  * (tf2_ros) Docs working on python 3 (#521 <https://github.com/ros/geometry2/issues/521>)
  * Mitigate flakey test in tf2_ros (#490 <https://github.com/ros/geometry2/issues/490>)
  * Contributors: Atsushi Watanabe, Janno Lunenburg, Jochen Sprickerhof, Matthijs van der Burgh, Shih-Wei Guo, Tassos Natsakis

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 11 Oct 2022 00:00:00 -0000

ros-one-tf2-ros (0.7.5-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 01 Sep 2020 00:00:00 -0000

ros-one-tf2-ros (0.7.4-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 01 Sep 2020 00:00:00 -0000

ros-one-tf2-ros (0.7.3-0jammy) jammy; urgency=high

  * Use correct frame service name in docstrings. (#476 <https://github.com/ros/geometry2/issues/476>)
    Replaces the deprecated names
    {tf_frames, view_frames} -> tf2_frames
  * Cherry-picking various commits from Melodic (#471 <https://github.com/ros/geometry2/issues/471>)
    * Revert "rework Eigen functions namespace hack" (#436 <https://github.com/ros/geometry2/issues/436>)
    * Fixed warnings in message_filter.h (#434 <https://github.com/ros/geometry2/issues/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 <https://github.com/ros/geometry2/issues/444>)
    * rework ambiguous call on MSVC.
  * Contributors: Michael Grupp, Robert Haschke

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 25 Aug 2020 00:00:00 -0000

ros-one-tf2-ros (0.7.2-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Mon, 08 Jun 2020 00:00:00 -0000

ros-one-tf2-ros (0.7.1-0jammy) jammy; urgency=high

  * StatisTransformBroadcaster: simplify/modernize code
  * [noetic] cherry-pick Windows fixes from melodic-devel (#450 <https://github.com/ros/geometry2/issues/450>)
    * [Windows][melodic-devel] Fix install locations (#442 <https://github.com/ros/geometry2/issues/442>)
    * fixed install locations of tf2
    * [windows][melodic] more portable fixes. (#443 <https://github.com/ros/geometry2/issues/443>)
    * more portable fixes.
  * import setup from setuptools instead of distutils-core (#449 <https://github.com/ros/geometry2/issues/449>)
  * Contributors: Alejandro Hernández Cordero, Robert Haschke, Sean Yen

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 13 May 2020 00:00:00 -0000

ros-one-tf2-ros (0.7.0-0jammy) jammy; urgency=high

  * Bump CMake version to avoid CMP0048 warning (#445 <https://github.com/ros/geometry2/issues/445>)
  * Add arguments to TransformListener constructors that accept TransportHints for the tf topic subscriber (#438 <https://github.com/ros/geometry2/issues/438>)
  * Merge pull request #404 <https://github.com/ros/geometry2/issues/404> from otamachan/remove-load-manifest
    Remove roslib.load_manifest
  * Merge pull request #402 <https://github.com/ros/geometry2/issues/402> from rhaschke/fix-message-filter
    Fix message filter
  * resolve virtual function call in destructor
  * remove pending callbacks in clear()
  * Merge pull request #372 <https://github.com/ros/geometry2/issues/372> from lucasw/patch-1
    spelling fix: seperate -> separate
  * Merge pull request #369 <https://github.com/ros/geometry2/issues/369> from magazino/fix-dangling-reference
  * Fix dangling iterator references in buffer_server.cpp
  * Remove some useless code from buffer_server_main.cpp (#368 <https://github.com/ros/geometry2/issues/368>)
  * Mark check_frequency as deprecated in docstring.
  * Follow #337 <https://github.com/ros/geometry2/issues/337>: use actionlib API in BufferClient::processGoal()
  * Test for equality to None with 'is' instead of '==' (#355 <https://github.com/ros/geometry2/issues/355>)
  * added parameter to advertise tf2-frames as a service, if needed
  * Contributors: Daniel Ingram, Emre Sahin, JonasTietz, Lucas Walter, Michael Grupp, Robert Haschke, Shane Loretz, Tamaki Nishino, Tully Foote, toliver

 -- Tully Foote <tfoote@osrfoundation.org>  Mon, 09 Mar 2020 00:00:00 -0000

ros-one-tf2-ros (0.6.5-0jammy) jammy; urgency=high

  * Protect the time reset logic from a race condition.
    Fixes #341 <https://github.com/ros/geometry2/issues/341>
    This could incorrectly trigger a buffer clear if two concurrent callbacks were invoked.
  * Contributors: Tully Foote

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 16 Nov 2018 00:00:00 -0000

ros-one-tf2-ros (0.6.4-0jammy) jammy; urgency=high

  * fix(buffer-client): Use actionlib api for obtaining result
    Use the API provided by actionlib for waiting for result. This will improve the response time and prevent problems with custom solutions (see #178 <https://github.com/ros/geometry2/issues/178>). This change makes constructor parameter check_frequency obsolute and deprecates it.
  * Add check to buffer_client.py to make sure result is available
    Related issue: #178 <https://github.com/ros/geometry2/issues/178>
  * Add check to reset buffer when rostime goes backwards
  * Fixed the value of expected_success_count_
  * Added a tf2_ros message filter unittest with multiple target frames and non-zero time tolerance
  * Contributors: Ewoud Pool, Jørgen Borgesen, Stephen Williams

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 06 Nov 2018 00:00:00 -0000

ros-one-tf2-ros (0.6.3-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Mon, 09 Jul 2018 00:00:00 -0000

ros-one-tf2-ros (0.6.2-0jammy) jammy; urgency=high

  * update buffer_server_name (#296 <https://github.com/ros/geometry2/issues/296>)
    * use nodename as namespace
    * Update #209 <https://github.com/ros/geometry2/issues/209> to provide backwards compatibility.
  * Contributors: Jihoon Lee, Tully Foote

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 02 May 2018 00:00:00 -0000

ros-one-tf2-ros (0.6.1-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 21 Mar 2018 00:00:00 -0000

ros-one-tf2-ros (0.6.0-0jammy) jammy; urgency=high

  * tf2_ros::Buffer: canTransform can now deal with timeouts smaller than 10ms by using the hunderdth of the timeout for sleeping (#286 <https://github.com/ros/geometry2/issues/286>)
  * More spinning to make sure the message gets through for #129 <https://github.com/ros/geometry2/issues/129> #283 <https://github.com/ros/geometry2/issues/283>
  * Contributors: Tully Foote, cwecht

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 21 Mar 2018 00:00:00 -0000

ros-one-tf2-ros (0.5.17-0jammy) jammy; urgency=high

  * Merge pull request #260 <https://github.com/ros/geometry2/issues/260> from randoms/indigo-devel
    fix python3 import error
  * Merge pull request #257 <https://github.com/ros/geometry2/issues/257> from delftrobotics-forks/python3
    Make tf2_py python3 compatible again
  * Use python3 print function.
  * Contributors: Maarten de Vries, Tully Foote, randoms

 -- Tully Foote <tfoote@osrfoundation.org>  Mon, 01 Jan 2018 00:00:00 -0000

ros-one-tf2-ros (0.5.16-0jammy) jammy; urgency=high

  * Merge pull request #144 <https://github.com/ros/geometry2/issues/144> from clearpathrobotics/dead_lock_fix
    Solve a bug that causes a deadlock in MessageFilter
  * Clear error string if it exists from the external entry points.
    Fixes #117 <https://github.com/ros/geometry2/issues/117>
  * Make buff_size and tcp_nodelay and subscriber queue size mutable.
  * Remove generate_rand_vectors() from a number of tests. (#227 <https://github.com/ros/geometry2/issues/227>)
    * Remove generate_rand_vectors() from a number of tests.
  * Log jump duration on backwards time jump detection. (#234 <https://github.com/ros/geometry2/issues/234>)
  * replaced dependencies on tf2_msgs_gencpp by exported dependencies
  * Use new-style objects in python 2
  * Solve a bug that causes a deadlock in MessageFilter
  * Contributors: Adel Fakih, Chris Lalancette, Christopher Wecht, Eric Wieser, Koji Terada, Stephan, Tully Foote, koji_terada

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 14 Jul 2017 00:00:00 -0000

ros-one-tf2-ros (0.5.15-0jammy) jammy; urgency=high

  * tf2_ros: add option to unregister TransformListener (#201 <https://github.com/ros/geometry2/issues/201>)
  * Contributors: Hans-Joachim Krauch

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 24 Jan 2017 00:00:00 -0000

ros-one-tf2-ros (0.5.14-0jammy) jammy; urgency=high

  * Drop roslib.load_manifest (#191 <https://github.com/ros/geometry2/issues/191>)
  * Adds ability to load TF from the ROS parameter server.
  * Code linting & reorganization
  * Fix indexing beyond end of array
  * added a static transform broadcaster in python
  * lots more documentation
  * remove BufferCore doc, add BufferClient/BufferServer doc for C++, add Buffer/BufferInterface Python documentation
  * Better overview for Python
  * Contributors: Eric Wieser, Felix Duvallet, Jackie Kay, Mikael Arguedas, Mike Purvis

 -- Tully Foote <tfoote@osrfoundation.org>  Mon, 16 Jan 2017 00:00:00 -0000

ros-one-tf2-ros (0.5.13-0jammy) jammy; urgency=high

  * fix documentation warnings
  * Adding tests to package
  * Contributors: Laurent GEORGE, Vincent Rabaud

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 04 Mar 2016 00:00:00 -0000

ros-one-tf2-ros (0.5.12-0jammy) jammy; urgency=high

  * remove annoying gcc warning
    This is because the roslog macro cannot have two arguments that are
    formatting strings: we need to concatenate them first.
  * break canTransform loop only for non-tiny negative time deltas
    (At least) with Python 2 ros.Time.now() is not necessarily monotonic
    and one can experience negative time deltas (usually well below 1s)
    on real hardware under full load. This check was originally introduced
    to allow for backjumps with rosbag replays, and only there it makes sense.
    So we'll add a small duration threshold to ignore backjumps due to
    non-monotonic clocks.
  * Contributors: Vincent Rabaud, v4hn

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 05 Aug 2015 00:00:00 -0000

ros-one-tf2-ros (0.5.11-0jammy) jammy; urgency=high

  * do not short circuit waitForTransform timeout when running inside pytf. Fixes #102 <https://github.com/ros/geometry_experimental/issues/102>
    roscpp is not initialized inside pytf which means that ros::ok is not
    valid. This was causing the timer to abort immediately.
    This breaks support for pytf with respect to early breaking out of a loop re #26 <https://github.com/ros/geometry_experimental/issues/26>.
    This is conceptually broken in pytf, and is fixed in tf2_ros python implementation.
    If you want this behavior I recommend switching to the tf2 python bindings.
  * inject timeout information into error string for canTransform with timeout
  * Contributors: Tully Foote

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 22 Apr 2015 00:00:00 -0000

ros-one-tf2-ros (0.5.10-0jammy) jammy; urgency=high

  * switch to use a shared lock with upgrade instead of only a unique lock. For #91 <https://github.com/ros/geometry_experimental/issues/91>
  * Update message_filter.h
  * filters: fix unsupported old messages with frame_id starting with '/'
  * Enabled tf2 documentation
  * make sure the messages get processed before testing the effects. Fixes #88 <https://github.com/ros/geometry_experimental/issues/88>
  * allowing to use message filters with PCL types
  * Contributors: Brice Rebsamen, Jackie Kay, Tully Foote, Vincent Rabaud, jmtatsch

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 21 Apr 2015 00:00:00 -0000

ros-one-tf2-ros (0.5.9-0jammy) jammy; urgency=high

  * changed queue_size in Python transform boradcaster to match that in c++
  * Contributors: mrath

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 25 Mar 2015 00:00:00 -0000

ros-one-tf2-ros (0.5.8-0jammy) jammy; urgency=high

  * fix deadlock #79 <https://github.com/ros/geometry_experimental/issues/79>
  * break out of loop if ros is shutdown. Fixes #26 <https://github.com/ros/geometry_experimental/issues/26>
  * remove useless Makefile files
  * Fix static broadcaster with rpy args
  * Contributors: Paul Bovbel, Tully Foote, Vincent Rabaud

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 17 Mar 2015 00:00:00 -0000

ros-one-tf2-ros (0.5.7-0jammy) jammy; urgency=high

  * Added 6 param transform again
    Yes, using Euler angles is a bad habit. But it is much more convenient if you just need a rotation by 90° somewhere to set it up in Euler angles. So I added the option to supply only the 3 angles.
  * Remove tf2_py dependency for Android
  * Contributors: Achim Königs, Gary Servin

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 23 Dec 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.6-0jammy) jammy; urgency=high

  * support if canTransform(...): in python #57 <https://github.com/ros/geometry_experimental/issues/57>
  * Support clearing the cache when time jumps backwards #68 <https://github.com/ros/geometry_experimental/issues/68>
  * Contributors: Tully Foote

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 18 Sep 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.5-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Mon, 23 Jun 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.4-0jammy) jammy; urgency=high

  * surpressing autostart on the server objects to not incur warnings
  * switch to boost signals2 following ros/ros_comm#267 <https://github.com/ros/ros_comm/issues/267>, blocking ros/geometry#23 <https://github.com/ros/geometry/issues/23>
  * fix compilation with gcc 4.9
  * make can_transform correctly wait
  * explicitly set the publish queue size for rospy
  * Contributors: Tully Foote, Vincent Rabaud, v4hn

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 07 May 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.3-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 21 Feb 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.2-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 20 Feb 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.1-0jammy) jammy; urgency=high

  * adding const to MessageEvent data
  * Contributors: Tully Foote

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 14 Feb 2014 00:00:00 -0000

ros-one-tf2-ros (0.5.0-0jammy) jammy; urgency=high

  * TF2 uses message events to get connection header information
  * Contributors: Kevin Watts

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 14 Feb 2014 00:00:00 -0000

ros-one-tf2-ros (0.4.10-0jammy) jammy; urgency=high

  * adding support for static transforms in python listener. Fixes #46 <https://github.com/ros/geometry_experimental/issues/46>
  * Contributors: Tully Foote

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 26 Dec 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.9-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 06 Nov 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.8-0jammy) jammy; urgency=high

  * fixing pytf failing to sleep https://github.com/ros/geometry/issues/30
  * moving python documentation to tf2_ros from tf2 to follow the code
  * Fixed static_transform_publisher duplicate check, added rostest.

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 06 Nov 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.7-0jammy) jammy; urgency=high

  * fixing new conditional to cover the case that time has not progressed yet port forward of ros/geometry#35 <https://github.com/ros/geometry/issues/35> in the python implementation
  * fixing new conditional to cover the case that time has not progressed yet port forward of ros/geometry#35 <https://github.com/ros/geometry/issues/35>

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 28 Aug 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.6-0jammy) jammy; urgency=high

  * patching python implementation for #24 <https://github.com/ros/geometry_experimental/issues/24> as well
  * Stop waiting if time jumps backwards.  fixes #24 <https://github.com/ros/geometry_experimental/issues/24>
  * patch to work around uninitiaized time. `#30 https://github.com/ros/geometry/issues/30`_
  * Removing unnecessary CATKIN_DEPENDS  #18 <https://github.com/ros/geometry_experimental/issues/18>

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 28 Aug 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.5-0jammy) jammy; urgency=high

  * Revert "cherrypicking groovy patch for #10 <https://github.com/ros/geometry_experimental/issues/10> into hydro"
    This reverts commit 296d4916706d64f719b8c1592ab60d3686f994e1.
    It was not starting up correctly.
  * fixing usage string to show quaternions and using quaternions in the test app
  * cherrypicking groovy patch for #10 <https://github.com/ros/geometry_experimental/issues/10> into hydro

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 11 Jul 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.4-0jammy) jammy; urgency=high

  * making repo use CATKIN_ENABLE_TESTING correctly and switching rostest to be a test_depend with that change.
  * reviving unrun unittest and adding CATKIN_ENABLE_TESTING guards

 -- Tully Foote <tfoote@osrfoundation.org>  Tue, 09 Jul 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.3-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 05 Jul 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.2-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 05 Jul 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.1-0jammy) jammy; urgency=high

  * adding queue accessors lost in the new API
  * exposing dedicated thread logic in BufferCore and checking in Buffer
  * adding methods to enable backwards compatability for passing through to tf::Transformer

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 05 Jul 2013 00:00:00 -0000

ros-one-tf2-ros (0.4.0-0jammy) jammy; urgency=high

  * splitting rospy dependency into tf2_py so tf2 is pure c++ library.
  * 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
  * converting contents of tf2_ros to be properly namespaced in the tf2_ros namespace
  * fixing return by value for tranform method without preallocatoin
  * Cleaning up packaging of tf2 including:
    removing unused nodehandle
    cleaning up a few dependencies and linking
    removing old backup of package.xml
    making diff minimally different from tf version of library
  * Restoring test packages and bullet packages.
    reverting 3570e8c42f9b394ecbfd9db076b920b41300ad55 to get back more of the packages previously implemented
    reverting 04cf29d1b58c660fdc999ab83563a5d4b76ab331 to fix #7 <https://github.com/ros/geometry_experimental/issues/7>
  * Added link against catkin_LIBRARIES for tf2_ros lib, also CMakeLists.txt clean up

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 27 Jun 2013 00:00:00 -0000

ros-one-tf2-ros (0.3.6-0jammy) jammy; urgency=high



 -- Tully Foote <tfoote@osrfoundation.org>  Sun, 03 Mar 2013 00:00:00 -0000

ros-one-tf2-ros (0.3.5-0jammy) jammy; urgency=high

  * 0.3.4 -> 0.3.5

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 15 Feb 2013 14:46:00 -0000

ros-one-tf2-ros (0.3.4-0jammy) jammy; urgency=high

  * 0.3.3 -> 0.3.4

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 15 Feb 2013 13:14:00 -0000

ros-one-tf2-ros (0.3.3-0jammy) jammy; urgency=high

  * 0.3.2 -> 0.3.3

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 15 Feb 2013 11:30:00 -0000

ros-one-tf2-ros (0.3.2-0jammy) jammy; urgency=high

  * 0.3.1 -> 0.3.2

 -- Tully Foote <tfoote@osrfoundation.org>  Fri, 15 Feb 2013 00:42:00 -0000

ros-one-tf2-ros (0.3.1-0jammy) jammy; urgency=high

  * 0.3.0 -> 0.3.1

 -- Tully Foote <tfoote@osrfoundation.org>  Thu, 14 Feb 2013 00:00:00 -0000

ros-one-tf2-ros (0.3.0-0jammy) jammy; urgency=high

  * switching to version 0.3.0
  * Merge pull request #2 <https://github.com/ros/geometry_experimental/issues/2> from KaijenHsiao/groovy-devel
    added setup.py and catkin_python_setup() to tf2_ros
  * added setup.py and catkin_python_setup() to tf2_ros
  * fixing cmake target collisions
  * fixing catkin message dependencies
  * removing packages with missing deps
  * catkin fixes
  * catkinizing geometry-experimental
  * catkinizing tf2_ros
  * catching None result in buffer client before it becomes an AttributeError, raising tf2.TransformException instead
  * oneiric linker fixes, bump version to 0.2.3
  * fix deprecated use of Header
  * merged faust's changes 864 and 865 into non_optimized branch: BufferCore instead of Buffer in TransformListener, and added a constructor that takes a NodeHandle.
  * add buffer server binary
  * fix compilation on 32bit
  * add missing file
  * build buffer server
  * TransformListener only needs a BufferCore
  * Add TransformListener constructor that takes a NodeHandle so you can specify a callback queue to use
  * Add option to use a callback queue in the message filter
  * move the message filter to tf2_ros
  * add missing std_msgs dependency
  * missed 2 lines in last commit
  * removing auto clearing from listener for it's unexpected from a library
  * static transform tested and working
  * subscriptions to tf_static unshelved
  * static transform publisher executable running
  * latching static transform publisher
  * cleaning out old commented code
  * Only query rospy.Time.now() when the timeout is greater than 0
  * debug comments removed
  * move to tf2_ros completed. tests pass again
  * merge tf2_cpp and tf2_py into tf2_ros

 -- Tully Foote <tfoote@osrfoundation.org>  Wed, 13 Feb 2013 00:00:00 -0000


