Skip to content

Commit

Permalink
[math/ros-geometry] Update to 1.11.3
Browse files Browse the repository at this point in the history
Changes since 1.9.30:

^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tf
^^^^^^^^^^^^^^^^^^^^^^^^

1.11.3 (2014-05-07)
-------------------
* convert to boost signals2 following `ros/ros_comm#267
<https://github.com/ros/ros_comm/issues/267>`_ Fixes `#23
<https://github.com/ros/geometry/issues/23>`_. Requires
`ros/geometry2#61
<https://github.com/ros/geometry_experimental/issues/61>`_ as well.
* add rospy publisher queue_size argument
  `ros/ros_comm#169 <https://github.com/ros/ros_comm/issues/169>`_
* add queue_size to tf publisher
  `ros/ros_comm#169 <https://github.com/ros/ros_comm/issues/169>`_
* make rostest in CMakeLists optional (`ros/rosdistro#3010
<https://github.com/ros/rosdistro/issues/3010>`_)
* Contributors: Lukas Bulwahn, Tully Foote

1.11.2 (2014-02-25)
-------------------
* fixing test linking
* Contributors: Tully Foote

1.11.1 (2014-02-23)
-------------------

1.11.0 (2014-02-14)
-------------------
* TF uses ros::MessageEvent to get connection information
* Contributors: Kevin Watts, Tully Foote

1.10.8 (2014-02-01)
-------------------
* Port groovy-devel patch to hydro-devel
* Added rosconsole as catkin dependency for catkin_package
* Add rosconsole as runtime dependency
* Contributors: Michael Ferguson, Mirza Shah

1.10.7 (2013-12-27)
-------------------
* fix bug in tf::Matrix3x3::getEulerYPR()
  Fixes a bug in tf::Matrix3x3::getEulerYPR() implementation's handling
  of gimbal lock cases (when the new x axis aligns with the old +/-z
  axis).
* add test that demonstrated bug in tf::Matrix3x3
  tf::Matrix3x3::getEulerYPR() has a bug which returns an incorrect rpy
  for certain corner case inputs.  This test demonstrates that bug.
* Fix const correctness of tf::Vector3 rotate() method
  The method does not modify the class thus should be const.
  This has already been fixed in Bullet itself.
* add automatic tf buffer cleaning on bag loop for python
  This logic was already implemented for c++
  but not for the python module.
* Contributors: Acorn Pooley, Timo Rohling, Tully Foote, v4hn

1.10.6 (2013-08-28)
-------------------
* switching to wrapper scripts which will provide a deprecation warning for `#3
<https://github.com/ros/geometry/issues/3>`_
* add missing roswtf dependency to really export the plugin (fix `#27
<https://github.com/ros/geometry/issues/27>`_)
* Update listener.py
  Fix the tf listener service exception in rospy. See:
  http://answers.ros.org/question/10777/service-exception-using-tf-listener-in-rospy/
* Fix MessageFilter race condition
  If MessageFilter does not explicitly stop its callback timer when it's
  being destroyed, there is a race condition when that timer is processed in
  a callback queue run by a different thread.  Specifically,
  maxRateTimerCallback() may be called after messages_mutex_ has been
  destroyed, causing a unrecoverable error.

1.10.5 (2013-07-19)
-------------------
* tf: export dependency on tf2_ros
  Fixes `#21 <https://github.com/ros/geometry/issues/21>`_
* added run dependency on graphviz
  closes `#19 <https://github.com/ros/geometry/issues/19>`_

1.10.4 (2013-07-11)
-------------------
* fixing erase syntax
* resolving ros/geometry#18 using implementation
added in tf2::BufferCore, adding dependency on next version of tf2 for this

1.10.3 (2013-07-09)
-------------------
* fixing unittest for new resolve syntax

1.10.2 (2013-07-09)
-------------------
* strip leading slashes in resolve, and also any time a method is passed from
tf to tf2 assert the leading slash is stripped as well.  tf::resolve with two
arguments will end up with foo/bar instead of /foo/bar.  Fixes
ros/geometry2#12
* added two whitespaces to make message_filter compile with c++11
  more on this here:
  http://stackoverflow.com/questions/10329942/error-unable-to-find-string-literal-operator-slashes
* using CATKIN_ENABLE_TESTING to optionally configure tests in tf

1.10.1 (2013-07-05)
-------------------
* updating dependency requirement to tf2_ros 0.4.3
* removing unused functions
  removing unused private methods
  removing ``max_extrapolation_distance_``
  removing unused data storage _frameIDs frameIDS_reverse ``frame_authority_``
  removing cache_time from tf, passing through method to tf2 buffer_core
  removing unused variables ``frames_`` and ``frame_mutex_`` and
  ``interpolating_``
  removing unused mutex and transformchanged signaling
  commenting on deprecation of MAX_EXTRAPOLATION_DISTANCE

1.10.0 (2013-07-05)
-------------------
* adding versioned dependency on recent geometry_experimental changes
* fixing test dependencies
* fixing callbacks for message filters
* remove extra invalid comment
* dedicated thread logic all implemented
* removing commented out code
* mostly completed conversion of tf::TransformListener to use tf2 under the
hood
* lookuptwist working
* tf::Transformer converted to use tf2::Buffer under the hood.  passing
tf_unittest.cpp
* making tf exceptions typedefs of tf2 exceptions for compatability
* first stage of converting Transformer to Buffer
* switching to use tf2's TransformBroadcaster
* adding dependency on tf2_ros to start moving over contents
* fixing unit tests
  • Loading branch information
Anthony Mallet committed Aug 18, 2014
1 parent 8e404d6 commit 946676c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 35 deletions.
4 changes: 3 additions & 1 deletion math/ros-geometry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

ROS_PKG= geometry
ROS_VERSION= 1.9.30
ROS_VERSION= 1.11.3
ROS_METAPKG= yes

CATEGORIES= math localization
Expand All @@ -12,11 +12,13 @@ ROS_COMMENT= geometry library (including TF frame management)
include ../../meta-pkgs/ros-base/Makefile.common

include ../../devel/ros-catkin/depend.mk
include ../../devel/ros-cmake-modules/depend.mk
include ../../interfaces/ros-common-msgs/depend.mk
include ../../interfaces/ros-std-msgs/depend.mk
include ../../lang/ros-message-generation/depend.mk
include ../../math/eigen3/depend.mk
include ../../math/ros-angles/depend.mk
include ../../math/ros-geometry-experimental/depend.mk
include ../../middleware/ros-actionlib/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../motion/ros-orocos-kdl/depend.mk
Expand Down
28 changes: 3 additions & 25 deletions math/ros-geometry/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@comment Mon Aug 5 22:47:50 CEST 2013
@comment Thu Aug 14 11:50:29 CEST 2014
bin/tf_remap
bin/view_frames
include/eigen_conversions/eigen_kdl.h
include/eigen_conversions/eigen_msg.h
include/kdl_conversions/kdl_msg.h
Expand Down Expand Up @@ -33,43 +35,19 @@ lib/pkgconfig/tf.pc
lib/pkgconfig/tf_conversions.pc
${PYTHON_SITELIB}/tf-${PKGVERSION}-py${PYTHON_VERSION}.egg-info
${PYTHON_SITELIB}/tf/__init__.py
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/_tf.so
${PYTHON_SITELIB}/tf/broadcaster.py
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/broadcaster${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/broadcaster${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/listener.py
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/listener${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/listener${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/msg/__init__.py
${PYTHON_SITELIB}/tf/msg/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/msg/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/msg/_tfMessage.py
${PYTHON_SITELIB}/tf/msg/${PYTHON_PYCACHE}/_tfMessage${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/msg/${PYTHON_PYCACHE}/_tfMessage${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/srv/_FrameGraph.py
${PYTHON_SITELIB}/tf/srv/${PYTHON_PYCACHE}/_FrameGraph${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/srv/${PYTHON_PYCACHE}/_FrameGraph${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/srv/__init__.py
${PYTHON_SITELIB}/tf/srv/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/srv/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/tfwtf.py
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/tfwtf${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/tfwtf${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf/transformations.py
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/transformations${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf/${PYTHON_PYCACHE}/transformations${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf_conversions-${PKGVERSION}-py${PYTHON_VERSION}.egg-info
${PYTHON_SITELIB}/tf_conversions/__init__.py
${PYTHON_SITELIB}/tf_conversions/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf_conversions/${PYTHON_PYCACHE}/__init__${PYTHON_TAG}.pyo
${PYTHON_SITELIB}/tf_conversions/posemath.py
${PYTHON_SITELIB}/tf_conversions/${PYTHON_PYCACHE}/posemath${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/tf_conversions/${PYTHON_PYCACHE}/posemath${PYTHON_TAG}.pyo
lib/tf/bullet_migration_sed.py
lib/tf/${PYTHON_PYCACHE}/bullet_migration_sed${PYTHON_TAG}.pyc
lib/tf/${PYTHON_PYCACHE}/bullet_migration_sed${PYTHON_TAG}.pyo
lib/tf/static_transform_publisher
lib/tf/tf_change_notifier
lib/tf/tf_echo
Expand Down
12 changes: 6 additions & 6 deletions math/ros-geometry/depend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ SYSTEM_PREFIX.ros-geometry?= ${SYSTEM_PREFIX.ros-base}
DEPEND_USE+= ros-geometry
ROS_DEPEND_USE+= ros-geometry

DEPEND_ABI.ros-geometry?= ros-geometry>=1.8
DEPEND_ABI.ros-geometry?= ros-geometry>=1.9
DEPEND_DIR.ros-geometry= ../../math/ros-geometry

DEPEND_ABI.ros-geometry.fuerte+= ros-geometry>=1.8<1.9
DEPEND_ABI.ros-geometry.groovy+= ros-geometry>=1.9<1.10
DEPEND_ABI.ros-geometry.hydro+= ros-geometry>=1.10<1.11
DEPEND_ABI.ros-geometry.indigo+= ros-geometry>=1.11<1.12

SYSTEM_SEARCH.ros-geometry=\
'include/eigen_conversions/eigen_kdl.h' \
Expand All @@ -33,10 +33,10 @@ SYSTEM_SEARCH.ros-geometry=\
'lib/libkdl_conversions.so' \
'lib/libtf.so' \
'lib/libtf_conversions.so' \
'share/eigen_conversions/${ROS_STACKAGE}:/<version>/s/[^0-9.]//gp' \
'share/kdl_conversions/${ROS_STACKAGE}:/<version>/s/[^0-9.]//gp' \
'share/tf/${ROS_STACKAGE}:/<version>/s/[^0-9.]//gp' \
'share/tf_conversions/${ROS_STACKAGE}:/<version>/s/[^0-9.]//gp' \
'share/eigen_conversions/package.xml:/<version>/s/[^0-9.]//gp' \
'share/kdl_conversions/package.xml:/<version>/s/[^0-9.]//gp' \
'share/tf/package.xml:/<version>/s/[^0-9.]//gp' \
'share/tf_conversions/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/eigen_conversions.pc:/Version/s/[^0-9.]//gp' \
'lib/pkgconfig/kdl_conversions.pc:/Version/s/[^0-9.]//gp' \
'lib/pkgconfig/tf.pc:/Version/s/[^0-9.]//gp' \
Expand Down
6 changes: 3 additions & 3 deletions math/ros-geometry/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SHA1 (ros/geometry-1.9.30.tar.gz) = 6bbe3a8308b076da5e6376c1fa55f4d35a943499
RMD160 (ros/geometry-1.9.30.tar.gz) = 69639a68f8aab4fe6d2baf3c5d50fedfce17cb77
Size (ros/geometry-1.9.30.tar.gz) = 181939 bytes
SHA1 (ros/geometry/1.11.3.tar.gz) = d73bff86d273f56644175327bf4c3ca6e895bfee
RMD160 (ros/geometry/1.11.3.tar.gz) = b4a1a067df5a72a176f8928404c3cd8656bdd6e2
Size (ros/geometry/1.11.3.tar.gz) = 184726 bytes

0 comments on commit 946676c

Please sign in to comment.