Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geometry: 1.12.0-0 in 'melodic/distribution.yaml' [bloom] #17723

Merged
merged 1 commit into from
May 3, 2018

Conversation

tfoote
Copy link
Member

@tfoote tfoote commented May 3, 2018

Increasing version of package(s) in repository geometry to 1.12.0-0:

eigen_conversions

* Remove dependency on cmake_modules (#157 <https://github.com/ros/geometry/issues/157>)
  This is not needed anymore with the move from Eigen to Eigen3 in 707eb41.
* Contributors: Jochen Sprickerhof

geometry

  • No changes

kdl_conversions

  • No changes

tf

* Adapt to new xmlrpcpp header location (#164 <https://github.com/ros/geometry/issues/164>)
* Maintain & expose tf2 Buffer in shared_ptr for tf (#163 <https://github.com/ros/geometry/issues/163>)
  - Adds a tf2_ros::Buffer via a public accessor
  method to expose to customers of Transformer
  - Maintains the tf2_ros::Buffer in a shared_ptr
  to safely share access to the Buffer object
  - As this is targeting Melodic, adds c++11 compile
  flags to grant access to std::shared_ptr's
  - Reorders the include_directories in the CMakeLists
  to ensure the headers exposed in this package are
  read *before* the system installed catkin_INCLUDE_DIRS
  (otherwise changes to tf source headers are never detected
  during a catkin_make on a system with ros-*-geometry
  installed)
* Prevent rates that result in core dump (0.0) or no limit on update rate at all (<0.0) #159 <https://github.com/ros/geometry/issues/159> (#160 <https://github.com/ros/geometry/issues/160>)
* Fix empty yaml parsing (#153 <https://github.com/ros/geometry/issues/153>)
  Fixes #152 <https://github.com/ros/geometry/issues/152>
  The empty yaml was coming through as a list not a dict so was breaking the expectations.
  I used the shorthand or {} since I know any valid data won't evaluate to zero. A more complete solution is described here: https://stackoverflow.com/a/35777649/604099
* Make python scripts Python3 compatible. (#151 <https://github.com/ros/geometry/issues/151>)
  * Python 3 fixes
  * Prefer str.format over operator % and small python3 fixes.
* Contributors: Ian McMahon, Lucas Walter, Maarten de Vries, Tully Foote

tf_conversions

* Remove dependency on cmake_modules (#157 <https://github.com/ros/geometry/issues/157>)
  This is not needed anymore with the move from Eigen to Eigen3 in 707eb41.
* Make python scripts Python3 compatible. (#151 <https://github.com/ros/geometry/issues/151>)
  * Python 3 fixes
  * Prefer str.format over operator % and small python3 fixes.
* Contributors: Jochen Sprickerhof, Maarten de Vries

@tfoote tfoote merged commit 2b15aef into ros:master May 3, 2018
@tfoote tfoote deleted the bloom-geometry-0 branch May 3, 2018 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant