ros-humble-moveit-core (2.5.5-1bookworm) bookworm; urgency=high

  * Don't use ament_export_targets from package sub folder (backport #1889 <https://github.com/ros-planning/moveit2/issues/1889>) (#1893 <https://github.com/ros-planning/moveit2/issues/1893>)
  * Fix comment formatting (#2276 <https://github.com/ros-planning/moveit2/issues/2276>) (#2278 <https://github.com/ros-planning/moveit2/issues/2278>)
    (cherry picked from commit 83892d6a7cb2f84485ebd96d41adb3acd8c44bee)
    Co-authored-by: Stephanie Eng <mailto:stephanie-eng@users.noreply.github.com>
  * fix for kinematic constraints parsing (#2267 <https://github.com/ros-planning/moveit2/issues/2267>) (#2268 <https://github.com/ros-planning/moveit2/issues/2268>)
    (cherry picked from commit b0f0f680c3f86b8074d208a1e78c92cfa75cf5ca)
    Co-authored-by: Jorge Nicho <mailto:jrgnichodevel@gmail.com>
  * Added butterworth_filter_coeff parameter (#2129 <https://github.com/ros-planning/moveit2/issues/2129>)
    * Added butterworth_filter_coeff parameter
    * Added formating like in original PR #2091 <https://github.com/ros-planning/moveit2/issues/2091>
    * Update moveit_core/online_signal_smoothing/src/butterworth_filter.cpp
    Co-authored-by: AndyZe <mailto:andyz@utexas.edu>
    * Update moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/butterworth_filter.h
    Co-authored-by: AndyZe <mailto:andyz@utexas.edu>
    * Alphabetized dependencies
    * Update moveit_core/package.xml
    Co-authored-by: AndyZe <mailto:andyz@utexas.edu>
    ---------
    Co-authored-by: andrey <>
    Co-authored-by: AndyZe <mailto:andyz@utexas.edu>
  * Fix ci-testing build issues (backport #1998 <https://github.com/ros-planning/moveit2/issues/1998>) (#2002 <https://github.com/ros-planning/moveit2/issues/2002>)
  * Fix invalid case style for private member in RobotTrajectory
    (cherry picked from commit 31e07d3d6a6c1d59bca5876cc0acc51abb960997)
  * Fix unreachable child logger instance
    (cherry picked from commit 1323d05c89a8815450f8f4edf7a1d7b520871d18)
  * Fix clang compiler warnings (backport of #1712 <https://github.com/ros-planning/moveit2/issues/1712>) (#1896 <https://github.com/ros-planning/moveit2/issues/1896>)
    - Fix warning: definition of implicit copy assignment operator is deprecated
    - Fix warning: expression with side effects will be evaluated
    - Fix warning: passing by value
    - Enable -Werror
    - Fix -Wdelete-non-abstract-non-virtual-dtor
    - Fix more clang warnings
    - Modernize gtest: TYPED_TEST_CASE -> TYPED_TEST_SUITE
    - Fix GoogleTestVerification.UninstantiatedTypeParameterizedTestSuite
    - Add default copy/move constructors/assignment operators
    As a user-declared destructor deletes any implicitly-defined move constructor/assignment operator,
    we need to declared them manually. This in turn requires to declare the copy constructor/assignment as well.
    - Explicitly declare overrides
    - Add default constructors as they are not implicitly declared anymore
    - Declare selected classes as final
    - Add noexcept specifier to constructors
    - Fixup gmock/gtest warnings
  * Switch to clang-format-14 (#1877 <https://github.com/ros-planning/moveit2/issues/1877>) (#1880 <https://github.com/ros-planning/moveit2/issues/1880>)
    * Switch to clang-format-14
    * Fix clang-format-14
    (cherry picked from commit 7fa5eaf1ac21ab8a99c5adae53bd0a2d4abf98f6)
    Co-authored-by: Henning Kayser <mailto:henningkayser@picknik.ai>
  * Cleanup msg includes: Use C++ instead of C header (backport #1844 <https://github.com/ros-planning/moveit2/issues/1844>)
    * Cleanup msg includes: Use C++ instead of C header
    * Remove obsolete include: moveit_msgs/srv/execute_known_trajectory.hpp
  * Fix moveit_core dependency on tf2_kdl (#1817 <https://github.com/ros-planning/moveit2/issues/1817>) (#1823 <https://github.com/ros-planning/moveit2/issues/1823>)
    This is a proper dependency, and not only a test dependency. It is still
    needed when building moveit_core with -DBUILD_TESTING=OFF.
    (cherry picked from commit 9f7d6df9cac9b55d10f6fee6c29e41ff1d1bf44c)
    Co-authored-by: Scott K Logan <mailto:logans@cottsay.net>
  * Use <> for non-local headers (#1765 <https://github.com/ros-planning/moveit2/issues/1765>)
    Unless a header lives in the same or a child directory of the file
    including it, it's recommended to use <> for the #include statement.
    For more information, see the C++ Core Guidelines item SF.12
    https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#sf12-prefer-the-quoted-form-of-include-for-files-relative-to-the-including-file-and-the-angle-bracket-form-everywhere-else
    (cherry picked from commit 7a1f2a101f9aeb8557e8a31656bbe1a6d53b430e)
  * Add -Wunused-function (#1754 <https://github.com/ros-planning/moveit2/issues/1754>) (#1755 <https://github.com/ros-planning/moveit2/issues/1755>)
    (cherry picked from commit ed9c3317bc1335b66afb0b2e7478b95ddb5c4b33)
    Co-authored-by: Chris Thrasher <mailto:chrisjthrasher@gmail.com>
  * Re-enable clang-tidy check performance-unnecessary-value-param (backport #1703 <https://github.com/ros-planning/moveit2/issues/1703>)
    * Re-enable clang-tidy check performance-unnecessary-value-param (#1703 <https://github.com/ros-planning/moveit2/issues/1703>)
    * Fix clang-tidy issues (#1706 <https://github.com/ros-planning/moveit2/issues/1706>)
    Co-authored-by: Henning Kayser <mailto:henningkayser@picknik.ai>
    Co-authored-by: Robert Haschke <mailto:rhaschke@users.noreply.github.com>
  * Contributors: Chris Thrasher, Henning Kayser, Robert Haschke, andrey-pr, mergify[bot]

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 09 Sep 2023 16:00:00 -0000

ros-humble-moveit-core (2.5.4-1bookworm) bookworm; urgency=high

  * Free functions for calculating properties of trajectories (#1503 <https://github.com/ros-planning/moveit2/issues/1503>) (#1657 <https://github.com/ros-planning/moveit2/issues/1657>)
    (cherry picked from commit 43a22ece72bb5362e6ef7df1d2783b03935aea2e)
  * Improve Cartesian interpolation (#1547 <https://github.com/ros-planning/moveit2/issues/1547>) (#1670 <https://github.com/ros-planning/moveit2/issues/1670>)
  * added brace intialization (#1615 <https://github.com/ros-planning/moveit2/issues/1615>) (#1667 <https://github.com/ros-planning/moveit2/issues/1667>)
    (cherry picked from commit f1d0ab59228dc04899724add96162eb93f039939)
    Co-authored-by: Abhijeet Das Gupta <mailto:75399048+abhijelly@users.noreply.github.com>
  * size_t bijection index type (#1544 <https://github.com/ros-planning/moveit2/issues/1544>) (#1659 <https://github.com/ros-planning/moveit2/issues/1659>)
    (cherry picked from commit af7bd63a084d62de0821bb0e451008f2b1b11954)
  * Add planner configurations to CHOMP and PILZ (#1522 <https://github.com/ros-planning/moveit2/issues/1522>) (#1656 <https://github.com/ros-planning/moveit2/issues/1656>)
    (cherry picked from commit 888fc5358280b20edc394947e98341c0f03dc0bd)
    Co-authored-by: Sebastian Jahr <mailto:sebastian.jahr@picknik.ai>
  * Add error_code_to_string function (#1523 <https://github.com/ros-planning/moveit2/issues/1523>) (#1655 <https://github.com/ros-planning/moveit2/issues/1655>)
    (cherry picked from commit 042709ab3ddfd9e33a0533eb1df14536c1cf1ecf)
    Co-authored-by: Sebastian Jahr <mailto:sebastian.jahr@picknik.ai>
  * Use pragma once as header include guard (#1525 <https://github.com/ros-planning/moveit2/issues/1525>) (#1652 <https://github.com/ros-planning/moveit2/issues/1652>)
    (cherry picked from commit 7d758de1b2f2904b8c85520129fa8d48aad93713)
    Co-authored-by: J. Javan <mailto:J-Javan@users.noreply.github.com>
  * Unified code comment style (#1053 <https://github.com/ros-planning/moveit2/issues/1053>) (#1648 <https://github.com/ros-planning/moveit2/issues/1648>)
  * Const ptr to jmg arg for cost function (#1537 <https://github.com/ros-planning/moveit2/issues/1537>) (#1610 <https://github.com/ros-planning/moveit2/issues/1610>)
    (cherry picked from commit 389a5a855140450e5051035e42441c4653c302a2)
  * Improve CMake usage (#1550 <https://github.com/ros-planning/moveit2/issues/1550>) (#1555 <https://github.com/ros-planning/moveit2/issues/1555>)
    Co-authored-by: Sebastian Jahr <mailto:sebastian.jahr@picknik.ai>
  * Fixed fabs() use in quaternion interpolation (backport #1479 <https://github.com/ros-planning/moveit2/issues/1479>) (#1496 <https://github.com/ros-planning/moveit2/issues/1496>)
  * Fixes for using generate_state_database (backport #1412 <https://github.com/ros-planning/moveit2/issues/1412>) (#1493 <https://github.com/ros-planning/moveit2/issues/1493>)
  * Fixed fabs() use in quaternion interpolation (#1479 <https://github.com/ros-planning/moveit2/issues/1479>)
  * fix path to constraints parameters
    (cherry picked from commit fb0331610a304172c395084d4d981ed173684305)
  * Remove __has_include statements (#1481 <https://github.com/ros-planning/moveit2/issues/1481>) (#1483 <https://github.com/ros-planning/moveit2/issues/1483>)
  * Contributors: Alaa, Henning Kayser, werner291

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 03 Nov 2022 16:00:00 -0000

ros-humble-moveit-core (2.5.3-1bookworm) bookworm; urgency=high

  * Constraint samplers seed (#1411 <https://github.com/ros-planning/moveit2/issues/1411>)
  * Contributors: Henry Moore

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 27 Jul 2022 16:00:00 -0000

ros-humble-moveit-core (2.5.2-1bookworm) bookworm; urgency=high

  * Added const to moveit_core/collision_detection per issue 879 (#1416 <https://github.com/ros-planning/moveit2/issues/1416>)
  * Add generic cost function to KinematicsBase, CartesianInterpolator, and RobotState (#1386 <https://github.com/ros-planning/moveit2/issues/1386>)
  * Merge pull request #1402 <https://github.com/ros-planning/moveit2/issues/1402> from Abishalini/pr-sync-a436a97
    Sync with MoveIt
  * Merge https://github.com/ros-planning/moveit/commit/a436a9771f7445c162cc3090c4c7c57bdb5bf194
  * Merge https://github.com/ros-planning/moveit/commit/c88f6fb64e9057a4b9a8f6fafc01060e8c48a216
  * Merge remote-tracking branch 'origin/main' into feature/msa
  * Removing more boost usage (#1372 <https://github.com/ros-planning/moveit2/issues/1372>)
  * Fix PlanarJointModel::satisfiesPositionBounds (#1353 <https://github.com/ros-planning/moveit2/issues/1353>)
    Co-authored-by: Vatan Aksoy Tezer <mailto:vatan@picknik.ai>
  * Type safety for CartesianInterpolator (#1325 <https://github.com/ros-planning/moveit2/issues/1325>)
  * Merge remote-tracking branch 'upstream/main' into feature/msa
  * Removing some boost usage (#1331 <https://github.com/ros-planning/moveit2/issues/1331>)
    Co-authored-by: Vatan Aksoy Tezer <mailto:vatan@picknik.ai>
  * Remove unnecessary rclcpp.hpp includes (#1333 <https://github.com/ros-planning/moveit2/issues/1333>)
  * Fix PlanarJointModel::satisfiesPositionBounds (#3160 <https://github.com/ros-planning/moveit/issues/3160>)
  * Port OMPL orientation constraints to MoveIt2 (#1273 <https://github.com/ros-planning/moveit2/issues/1273>)
    Co-authored-by: JeroenDM <mailto:jeroendemaeyer@live.be>
    Co-authored-by: AndyZe <mailto:andyz@utexas.edu>
  * Switch to hpp headers of pluginlib
  * Adds another test case to #3124 <https://github.com/ros-planning/moveit/issues/3124> and adds some further minor improvements to the original PR (#3142 <https://github.com/ros-planning/moveit/issues/3142>)
  * Fix bug in applying planning scene diffs that have attached collision objects (#3124 <https://github.com/ros-planning/moveit/issues/3124>)
    Co-authored-by: AndyZe <mailto:andyz@utexas.edu>
  * Fix flaky constraint sampler test (#3135 <https://github.com/ros-planning/moveit/issues/3135>)
  * Constraint samplers with seed (#3112 <https://github.com/ros-planning/moveit/issues/3112>)
    Co-authored-by: Robert Haschke <mailto:rhaschke@techfak.uni-bielefeld.de>
  * Fix clang-tidy warning (#3129 <https://github.com/ros-planning/moveit/issues/3129>)
  * Merge pull request #3106 <https://github.com/ros-planning/moveit/issues/3106> from v4hn/pr-master-bind-them-all / banish bind()
  * Fix clang-tidy
  * using namespace collision_detection
  * banish bind()
  * various: prefer objects and references over pointers
  * Migrate PRA internals to lambdas
  * drop unused arguments not needed for lambda binding
  * simplify distance field method binding
  * Fix null pointer access to CollisionEnvObject in PlanningScene (#3104 <https://github.com/ros-planning/moveit2/issues/3104>)
  * Contributors: Abishalini, Bilal Gill, David V. Lu, Henry Moore, Jafar, Jochen Sprickerhof, Michael Görner, Robert Haschke, Rufus Wong, Stephanie Eng, Tahsincan Köse, Tyler Weaver, Vatan Aksoy Tezer, Wyatt Rees, v4hn

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 17 Jul 2022 16:00:00 -0000

ros-humble-moveit-core (2.5.1-1bookworm) bookworm; urgency=high



 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 30 May 2022 16:00:00 -0000

ros-humble-moveit-core (2.5.0-1bookworm) bookworm; urgency=high

  * Fix a bug when checking a pose is empty and TOTG corner case (#1274 <https://github.com/ros-planning/moveit2/issues/1274>)
    * Fix having empty object pose would use the shape pose as the object pose
    * TOTG: Fix parameterizing a trajectory would produce a different last waypoint than the input last waypoint
  * Add missing dependencies to cmake (#1258 <https://github.com/ros-planning/moveit2/issues/1258>)
  * Fix bug in applying planning scene diffs that have attached collision objects (#3124 <https://github.com/ros-planning/moveit2/issues/3124>) (#1251 <https://github.com/ros-planning/moveit2/issues/1251>)
  * Merge https://github.com/ros-planning/moveit/commit/72d919299796bffc21f5eb752d66177841dc3442
  * Allow custom velocity/accel/jerk limits for Ruckig smoothing (#1221 <https://github.com/ros-planning/moveit2/issues/1221>)
  * Allow custom velocity/acceleration limits for TOTG time-parameterization algorithm (#1195 <https://github.com/ros-planning/moveit2/issues/1195>)
  * Make moveit_common a 'depend' rather than 'build_depend' (#1226 <https://github.com/ros-planning/moveit2/issues/1226>)
  * Remove unused includes for boost::bind (#1220 <https://github.com/ros-planning/moveit2/issues/1220>)
  * Avoid bind(), use lambdas instead (#1204 <https://github.com/ros-planning/moveit2/issues/1204>)
  * Fix clang-tidy warning (#1208 <https://github.com/ros-planning/moveit2/issues/1208>)
  * banish bind()
    source:https://github.com/ros-planning/moveit/pull/3106/commits/a2911c80c28958c1fce8fb52333d770248c4ec05; required minor updates compared to original source commit in order to ensure compatibility with ROS2
  * various: prefer object and references over pointers
    source: https://github.com/ros-planning/moveit/pull/3106/commits/1a8e5715e3142a92977ac585031b9dc1871f8718; this commit contains minor changes when compared to the source commit which it is based on, these changes are limited to ensuring compatibility with ROS2.
  * migrate PRA internals to lambdas
    source: https://github.com/ros-planning/moveit/pull/3106/commits/6436597d5113a02dcfc976c85a2710fe7cd4c69e; in addition to the original commit I updated logging to support ros2 logging standards.
  * drop unused arguments not needed for lambda binding
    source: https://github.com/ros-planning/moveit/pull/3106/commits/6805b7edc248a1e4557977f45722997bbbef5b22 ; I have also had to update how moveit_msgs is referenced (movit_msgs:: -> moveit_msgs::msg:: ) and I  added the changes to this commit that correspond to tests for the constraint samplers package.
  * simplify distance field method binding
    source: https://github.com/ros-planning/moveit/pull/3106/commits/0322d63242d9990a9f93debd72085ede94efe0e9
  * Use orocos_kdl_vendor package (#1207 <https://github.com/ros-planning/moveit2/issues/1207>)
  * Clamp inputs to Ruckig. Use current waypoint as input for next iteration (#1202 <https://github.com/ros-planning/moveit2/issues/1202>)
    * Clamp inputs to Ruckig. Use the current waypoint as input for next iteration.
    * Fix the usage of std::clamp()
  * Add a warning for TOTG if vel/accel limits aren't specified. (#1186 <https://github.com/ros-planning/moveit2/issues/1186>)
  * RCLCPP Upgrade Bugfixes (#1181 <https://github.com/ros-planning/moveit2/issues/1181>)
  * Ruckig smoothing cleanup (#1111 <https://github.com/ros-planning/moveit2/issues/1111>)
  * Replace num_dof and idx variables with JointGroup API (#1152 <https://github.com/ros-planning/moveit2/issues/1152>)
  * Merge https://github.com/ros-planning/moveit/commit/424a5b7b8b774424f78346d1e98bf1c9a33f0e78
  * Remove new operators (#1135 <https://github.com/ros-planning/moveit2/issues/1135>)
    replace new operator with make_shared
  * ACM: Consider default entries when packing a ROS message (#3096 <https://github.com/ros-planning/moveit2/issues/3096>)
    Previously, getAllEntryNames() just returned names occurring in the collision pair list.
    Now, also consider names in default_entries_.
  * Merge https://github.com/ros-planning/moveit/commit/a25515b73d682df03ed3eccd839110c296aa79fc
  * Off by one in getAverageSegmentDuration (#1079 <https://github.com/ros-planning/moveit2/issues/1079>)
  * Fix missing boost::ref -> std::ref
  * Merge https://github.com/ros-planning/moveit/commit/ab42a1d7017b27eb6c353fb29331b2da08ab0039
  * Add special case for sphere bodies in sphere decomposition (#3056 <https://github.com/ros-planning/moveit2/issues/3056>)
  * Add Ptr definitions for TimeParameterization classes (#3078 <https://github.com/ros-planning/moveit2/issues/3078>)
    Follow up on #3021 <https://github.com/ros-planning/moveit2/issues/3021>.
  * Fix Python versioned dependency (#3063 <https://github.com/ros-planning/moveit2/issues/3063>)
  * Merge https://github.com/ros-planning/moveit/commit/25a63b920adf46f0a747aad92ada70d8afedb3ec
  * Merge https://github.com/ros-planning/moveit/commit/0d7462f140e03b4c319fa8cce04a47fe3f650c60
  * Avoid downgrading default C++ standard (#3043 <https://github.com/ros-planning/moveit2/issues/3043>)
  * Delete profiler (#998 <https://github.com/ros-planning/moveit2/issues/998>)
  * Initalize RobotState in Ruckig test (#1032 <https://github.com/ros-planning/moveit2/issues/1032>)
  * Remove unused parameters. (#1018 <https://github.com/ros-planning/moveit2/issues/1018>)
  * Merge PR #2938 <https://github.com/ros-planning/moveit2/issues/2938>: Rework ACM
    Implement ACM defaults as a fallback instead of an override.
    Based on ros-planning/srdfdom#97 <https://github.com/ros-planning/srdfdom/issues/97>, this allows disabling collisions for specific links/objects by default and re-enabling individual pairs if necessary.
  * Make TimeParameterization classes polymorphic (#3021 <https://github.com/ros-planning/moveit2/issues/3021>)
  * Fix wrong transform in distance fields' determineCollisionSpheres() (#3022 <https://github.com/ros-planning/moveit2/issues/3022>)
  * collision_distance_field: Fix undefined behavior vector insertion (#3017 <https://github.com/ros-planning/moveit2/issues/3017>)
    Co-authored-by: andreas-botbuilt <mailto:94128674+andreas-botbuilt@users.noreply.github.com>
  * Unify initialization of ACM from SRDF
  * Adapt to API changes in srdfdom
    @v4hn requested splitting of collision_pairs into (re)enabled and disabled.
  * ACM:print(): show default value
  * Adapt message passing of AllowedCollisionMatrix
    - Serialize full current state (previously pairs with a default, but no entry were skipped)
    - Only initialize matrix entries that deviate from the default.
  * Optimization: Check for most common case first
  * Add comment to prefer setDefaultEntry() over setEntry()
    ... because the former will consider future collision entries as well.
  * ACM: specific pair entries take precedence over defaults
    Reverts c72a8570d420a23a9fe4715705ed617f18836634
  * Improve formatting of comments
  * Don't fill all ACM entries by default
  * Adapt to API changes in srdfdom
  * Move MoveItErrorCode class to moveit_core (#3009 <https://github.com/ros-planning/moveit2/issues/3009>)
    ... reducing code duplication and facilitating re-use
  * Disable (flaky) timing tests in DEBUG mode (#3012 <https://github.com/ros-planning/moveit2/issues/3012>)
  * RobotState::attachBody: Migrate to unique_ptr argument (#3011 <https://github.com/ros-planning/moveit2/issues/3011>)
    ... to indicate transfer of ownership and simplify pointer handling
  * Add API stress tests for TOTG, fix undefined behavior (#2957 <https://github.com/ros-planning/moveit2/issues/2957>)
  * TOTG: catch division by 0
    This bug is already in the original implementation:
    https://github.com/tobiaskunz/trajectories/blob/master/Path.cpp
    In case the dot product between the two vectors is close to +/-1,
    angle becomes +/-PI and cos/tan of 0.5 * PI in the lines below will
    produce a division by 0.
    This happens easily if a optimal trajectory is processed by TOTG, i.e.,
    if a trajectory is processed by TOTG twice.
  * Add API stress tests for TOTG
  * Do not assert on printTransform with non-isometry (#3005 <https://github.com/ros-planning/moveit2/issues/3005>)
    instead print a tag and the matrix
    building a Quaternion from non-isometries is undefined behavior in Eigen, thus the split.
  * Provide MOVEIT_VERSION_CHECK macro (#2997 <https://github.com/ros-planning/moveit2/issues/2997>)
    - Rename MOVEIT_VERSION -> MOVEIT_VERSION_STR
    - MOVEIT_VERSION becomes a numeric identifier
    - Use like: #if MOVEIT_VERSION >= MOVEIT_VERSION_CHECK(1, 0, 0)
  * quietly use backward_cpp/ros if available (#2988 <https://github.com/ros-planning/moveit2/issues/2988>)
    This is simply convenient and you always need it when you did not explicitly add it.
    Follow @tylerjw's initiative to add it to MoveIt2:
    https://github.com/ros-planning/moveit2/pull/794
  * Allow restricting collision pairs to a group (#2987 <https://github.com/ros-planning/moveit2/issues/2987>)
  * Add backwards compatibility for old scene serialization format (#2986 <https://github.com/ros-planning/moveit2/issues/2986>)
    * [moveit_core] test_planning_scene: Add failing unit test for old scene format
    The serialization format for the .scene files changed in
    https://github.com/ros-planning/moveit/pull/2037. This commits a
    testcase using the old scene format. It will fail and a subsequent
    commit to introduce backwards compatibility to the scene-file parsing
    will make it pass.
    * [moveit_core] PlanningScene: Add backwards compatibility for old scene version format
    This commit adds a mechanism for detecting the version of the scene file
    format to enable the loadGeometryFromStream method to read old version
    scene files without having to migrate them. To detect the version of the
    scene format, we use the content of the line following the start of an
    object: In the old version of the format, this specified the number of
    shapes in the object (a single int). In the new version of the format,
    it is the translational part of the pose of the object (i.e. three
    double values separated by spaces). To detect the format, we check for
    the number of spaces after trimming the string.
    * Simplify code: Avoid reading full stream
    Co-authored-by: Robert Haschke <mailto:rhaschke@techfak.uni-bielefeld.de>
  * Switch to std::bind (#2967 <https://github.com/ros-planning/moveit2/issues/2967>)
    * boost::bind -> std::bind
    grep -rlI --exclude-dir=.git "boost::bind" | xargs sed -i 's/boost::bind/std::bind/g'
    * Convert bind placeholders
    grep -rlI --exclude-dir=.git " _[0-9]" | xargs sed -i 's/ _([0-9])/ std::placeholders::_1/g'
    * Update bind include header
    grep -rlI --exclude-dir=.git "boost/bind" | xargs sed -i 's#boost/bind.hpp#functional#'
  * Add waypoint duration to the trajectory deep copy unit test (#2961 <https://github.com/ros-planning/moveit2/issues/2961>)
    * Add waypoint duration to the trajectory deep copy test
    * Slightly more accurate comments
  * 1.1.6
  * Silent warning about virtual_joint in Gazebo setups
    Gazebo requires a fixed joint from world to the first robot link.
    This resembles the virtual_joint of SRDF.
    However, the RobotModel parser issues the following warning:
    Skipping virtual joint 'xxx' because its child frame 'xxx' does not match the URDF frame 'world'
  * Drop the minimum velocity/acceleration limits for TOTG (#2937 <https://github.com/ros-planning/moveit2/issues/2937>)
    Just complain about negative / zero values.
  * Fix Debug build: re-add seemingly unused arguments
  * Merge #2918 <https://github.com/ros-planning/moveit2/issues/2918> (add RobotState::getRigidlyAttachedParentLink)
    Merge branch 'pr-master-state-rigidly-attached-parent'
  * add RS::getRigidlyConnectedParentLinkModel
    to resolve links for attached objects as well
  * consistent parameter names for AttachedBody constructor
    "attach_posture" is plain wrong.
    I don't see why clang-tidy did not find this before.
  * Contributors: Abishalini, AndyZe, Burak Payzun, Cory Crean, David V. Lu!!, Henning Kayser, Jafar, Jafar Abdi, Jochen Sprickerhof, Jonathan Grebe, Martin Oehler, Michael Görner, Robert Haschke, Sencer Yazıcı, Simon Schmeisser, Stephanie Eng, Tyler Weaver, Wolfgang Merkt, jeoseo, pvanlaar, v4hn

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 25 May 2022 16:00:00 -0000

ros-humble-moveit-core (2.4.0-1bookworm) bookworm; urgency=high

  * Move background_processing (#997 <https://github.com/ros-planning/moveit2/issues/997>)
  * Fix boost linking errors for Windows (#957 <https://github.com/ros-planning/moveit2/issues/957>)
  * Delete backtrace hack (#995 <https://github.com/ros-planning/moveit2/issues/995>)
  * Use size_t for index variables (#946 <https://github.com/ros-planning/moveit2/issues/946>)
  * Remove moveit_build_options
  * Merge https://github.com/ros-planning/moveit/commit/f3ac6070497da90da33551fc1dc3a68938340413
  * Replace NULL with nullptr (#961 <https://github.com/ros-planning/moveit2/issues/961>)
    * Fixes #841 <https://github.com/ros-planning/moveit2/issues/841>
  * Merge https://github.com/ros-planning/moveit/commit/a0ee2020c4a40d03a48044d71753ed23853a665d
  * Add jerk to the robot model (#683 <https://github.com/ros-planning/moveit2/issues/683>)
    * Add jerk to the robot model
    * Add joint limit parsing to a unit test
    * Add jerk to computeVariableBoundsMsg and <<, too
  * collision_distance_field: Fix undefined behavior vector insertion (#942 <https://github.com/ros-planning/moveit2/issues/942>)
  * Normalize incoming transforms (#2920 <https://github.com/ros-planning/moveit2/issues/2920>)
    * Normalize incoming transforms
    * fixup: adapt comment according to review suggestion
    Co-authored-by: Michael Görner <mailto:me@v4hn.de>
  * Completely silent -Wmaybe-uninitialized
  * Don't fail on -Wmaybe-uninitialized. Needs more analysis!
  * Fix unused-variable warning
  * Silent unused-function warnings
  * Remove unused arguments from global_adjustment_factor()
    Looks like, dt and x were passed originally to call fit_cubic_spline()
    inside that function. However, later it was assumed that fit_cubic_spline()
    was already called, rendering these parameters superfluous.
  * Simplify API: Remove obviously unused arguments
  * clang-tidy: fix unused parameter (critical cases)
    This warnings should be considered in more detail (TODO).
    Not using these arguments might be an actual bug.
  * clang-tidy: fix unused parameter (uncritical cases)
    These parameters aren't used for an obvious reason.
  * moveit_build_options()
    Declare common build options like CMAKE_CXX_STANDARD, CMAKE_BUILD_TYPE,
    and compiler options (namely warning flags) once.
    Each package depending on moveit_core can use these via moveit_build_options().
  * RobotState: write to correct array (#2909 <https://github.com/ros-planning/moveit2/issues/2909>)
    Not an actual bug because both arrays share the same memory.
    As mentioned in https://github.com/ros-planning/moveit2/pull/683#pullrequestreview-780447848
  * fix uninitialized orientation in default shape pose (#2896 <https://github.com/ros-planning/moveit2/issues/2896>)
  * Readability and consistency improvements in TOTG (#2882 <https://github.com/ros-planning/moveit2/issues/2882>)
    * Use std::fabs() everywhere
    * Better comments
  * Contributors: Abishalini, Akash, AndyZe, Michael Görner, Robert Haschke, Stephanie Eng, Tyler Weaver, andreas-botbuilt

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 19 Jan 2022 16:00:00 -0000

ros-humble-moveit-core (2.3.2-1bookworm) bookworm; urgency=high



 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 28 Dec 2021 16:00:00 -0000

ros-humble-moveit-core (2.3.1-1bookworm) bookworm; urgency=high

  * Convert to modern include guard #882 <https://github.com/ros-planning/moveit2/issues/882> (#891 <https://github.com/ros-planning/moveit2/issues/891>)
  * Replaced C-Style Cast with C++ Style Cast. (#935 <https://github.com/ros-planning/moveit2/issues/935>)
  * Fix CHOMP motion planner build on Windows (#890 <https://github.com/ros-planning/moveit2/issues/890>)
  * Add codespell to precommit, fix A LOT of spelling mistakes (#934 <https://github.com/ros-planning/moveit2/issues/934>)
  * Get rid of "std::endl" (#918 <https://github.com/ros-planning/moveit2/issues/918>)
  * changed post-increments in loops to preincrements (#888 <https://github.com/ros-planning/moveit2/issues/888>)
  * Fix boost linking errors (#900 <https://github.com/ros-planning/moveit2/issues/900>)
  * Remove unused dependency from cmake (#839 <https://github.com/ros-planning/moveit2/issues/839>)
  * Revert debug warning (#884 <https://github.com/ros-planning/moveit2/issues/884>)
  * tf2_eigen header fix for galactic
  * Clang-tidy fixes (#596 <https://github.com/ros-planning/moveit2/issues/596>)
  * Enforce package.xml format 3 Schema (#779 <https://github.com/ros-planning/moveit2/issues/779>)
  * Update Maintainers of MoveIt package (#697 <https://github.com/ros-planning/moveit2/issues/697>)
  * RobotTrajectory as standard container (#720 <https://github.com/ros-planning/moveit2/issues/720>)
    * Based on initial size/iterator implementations from https://github.com/ros-planning/moveit/pull/1162
  * Ruckig trajectory smoothing improvements (#712 <https://github.com/ros-planning/moveit2/issues/712>)
  * Fixed Bullet collision checker not taking defaults into account. (#2871 <https://github.com/ros-planning/moveit/issues/2871>)
  * PlanningScene::getPlanningSceneDiffMsg(): Do not list an object as destroyed when it got attached (#2864 <https://github.com/ros-planning/moveit/issues/2864>)
  * Fix bullet-collision constructor not updating world objects (#2830 <https://github.com/ros-planning/moveit/issues/2830>)
    Ensure getting notified about any objects in the world.
  * Split CollisionPluginLoader (#2834 <https://github.com/ros-planning/moveit/issues/2834>)
  * Use default copy constructor to clone attached objects (#2855 <https://github.com/ros-planning/moveit/issues/2855>)
  * Remove unnecessary copy of global sub-frames map (#2850 <https://github.com/ros-planning/moveit/issues/2850>)
  * update comments to current parameter name (#2853 <https://github.com/ros-planning/moveit/issues/2853>)
  * Fix pose-not-set-bug (#2852 <https://github.com/ros-planning/moveit/issues/2852>)
  * add API for passing RNG to setToRandomPositionsNearBy (#2799 <https://github.com/ros-planning/moveit/issues/2799>)
  * PS: backwards compatibility for specifying poses for a single collision shape (#2816 <https://github.com/ros-planning/moveit/issues/2816>)
  * Fix Bullet collision returning wrong contact type (#2829 <https://github.com/ros-planning/moveit/issues/2829>)
  * Add RobotState::setToDefaultValues from group string (#2828 <https://github.com/ros-planning/moveit/issues/2828>)
  * Fix issue #2809 <https://github.com/ros-planning/moveit/issues/2809> (broken test with clang) (#2820 <https://github.com/ros-planning/moveit/issues/2820>)
    Because std::make_pair uses the decayed type (std::string), the strings were actually copied into a temporary, which was subsequently referenced by the elements of std::pair, leading to a stack-use-after-scope error.
    Explicitly passing const references into std::make_pair via std::cref() resolves the issue mentioned in #2809 <https://github.com/ros-planning/moveit/issues/2809>.
  * [moveit_core] Fix export of FCL dependency (#2819 <https://github.com/ros-planning/moveit/issues/2819>)
    Regression of 93c3f63
    Closes: #2804 <https://github.com/ros-planning/moveit/issues/2804>
  * code fix on wrong substitution (#2815 <https://github.com/ros-planning/moveit/issues/2815>)
  * Preserve metadata when detaching objects (#2814 <https://github.com/ros-planning/moveit/issues/2814>)
  * [fix] RobotState constructor segfault (#2790 <https://github.com/ros-planning/moveit/issues/2790>)
  * Fix compiler selecting the wrong function overload
  * more fixes for the clang-tidy job (#2813 <https://github.com/ros-planning/moveit/issues/2813>)
  * fix clang-tidy CI job (#2792 <https://github.com/ros-planning/moveit/issues/2792>)
  * Fix bullet plugin library path name (#2783 <https://github.com/ros-planning/moveit/issues/2783>)
  * Trajectory: Improve docstrings (#2781 <https://github.com/ros-planning/moveit/issues/2781>)
  * clang-tidy: modernize-make-shared, modernize-make-unique (#2762 <https://github.com/ros-planning/moveit/issues/2762>)
  * Fix Windows CI (#2776 <https://github.com/ros-planning/moveit/issues/2776>)
  * Fixup devel-space build after #2604 <https://github.com/ros-planning/moveit/issues/2604>
  * Cleanup CollisionDetectorAllocatorTemplate::getName()
  * RobotTrajectory: add convenience constructor
  * Fix windows compilation failures
  * CMakeLists.txt and package.xml fixes for cross-platform CI
  * Contributors: Abishalini, Akash, AndyZe, Captain Yoshi, Dave Coleman, David V. Lu!!, Felix von Drigalski, Henning Kayser, Jafar Abdi, Jochen Sprickerhof, Kaustubh, Michael Görner, Michael Wiznitzer, Parthasarathy Bana, Peter Mitrano, Robert Haschke, Sencer Yazıcı, Silvio Traversaro, Simon Schmeisser, Tobias Fischer, Tyler Weaver, Vatan Aksoy Tezer, Wolf Vollprecht, Yuri Rocha, predystopic-dev, pvanlaar, toru-kuga, v4hn, werner291

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 22 Dec 2021 16:00:00 -0000

ros-humble-moveit-core (2.3.0-1bookworm) bookworm; urgency=high

  * Add debug print function to RobotTrajectory (#715 <https://github.com/ros-planning/moveit2/issues/715>)
  * Small matrix calc speedup in collision_distance_field_types (#666 <https://github.com/ros-planning/moveit2/issues/666>)
    * Use transpose of rotation matrix in collision_distance_field_types
    * Add comment
    Co-authored-by: Henning Kayser <mailto:henningkayser@picknik.ai>
  * Fix cmake install in collision_detection_bullet (#685 <https://github.com/ros-planning/moveit2/issues/685>)
    Co-authored-by: Henning Kayser <mailto:henningkayser@picknik.ai>
  * Fix cmake warnings (#690 <https://github.com/ros-planning/moveit2/issues/690>)
    * Fix -Wformat-security
    * Fix -Wunused-variable
    * Fix -Wunused-lambda-capture
    * Fix -Wdeprecated-declarations
    * Fix clang-tidy, readability-identifier-naming in moveit_kinematics
  * Add Ruckig trajectory_processing plugin (jerk-limited) (#571 <https://github.com/ros-planning/moveit2/issues/571>)
  * New orientation constraint parameterization (#550 <https://github.com/ros-planning/moveit2/issues/550>)
  * Pulled in changes from the ROS MoveIt PR 'New orientation constraint parameterization #2402 <https://github.com/ros-planning/moveit2/issues/2402>'.
  * Fix constraint tolerance assignment (#622 <https://github.com/ros-planning/moveit2/issues/622>)
  * Fix warnings in Galactic and Rolling (#598 <https://github.com/ros-planning/moveit2/issues/598>)
    * Use __has_includes preprocessor directive for deprecated headers
    * Fix parameter template types
    * Proper initialization of smart pointers, rclcpp::Duration
  * Check for nullptr on getGlobalLinkTransform (#611 <https://github.com/ros-planning/moveit2/issues/611>)
  * Minor documentation and cleanup of TOTG plugin (#584 <https://github.com/ros-planning/moveit2/issues/584>)
  * Fixed message when parameter was found (#595 <https://github.com/ros-planning/moveit2/issues/595>)
  * Fix some format strings (#587 <https://github.com/ros-planning/moveit2/issues/587>)
  * Fixes for Windows (#530 <https://github.com/ros-planning/moveit2/issues/530>)
  * Tests for CurrentStateMonitor using dependency injection (#562 <https://github.com/ros-planning/moveit2/issues/562>)
  * Refactors for OccMapTree in PlanningScene (#2684 <https://github.com/ros-planning/moveit2/issues/2684>)
  * Add new orientation constraint parameterization (#2402 <https://github.com/ros-planning/moveit2/issues/2402>)
  * Avoid push_back within getAttachedBodyObjects (#2732 <https://github.com/ros-planning/moveit2/issues/2732>)
  * Port #2721 <https://github.com/ros-planning/moveit2/issues/2721> (fixed padding collision attached objects) to Master (#2731 <https://github.com/ros-planning/moveit2/issues/2731>)
  * New RobotState interpolation test (#2665 <https://github.com/ros-planning/moveit2/issues/2665>)
    * started interpolation test
    * more tests
    * test interpolation bounds checking
  * use lockable octomap for MotionPlanningDisplay
  * Implement checkCollision with default ACM as wrapper
  * Move OccMapTree to moveit_core/collision_detection
  * Contributors: AdamPettinger, Akash, AndyZe, Bjar Ne, David V. Lu!!, George Stavrinos, Henning Kayser, Jafar Abdi, Jeroen, John Stechschulte, Michael J. Park, Nathan Brooks, Robert Haschke, Simon Schmeisser, Tyler Weaver, Vatan Aksoy Tezer, Jack, Wyatt Rees, Nisala Kalupahana, Jorge Nicho, Lior Lustgarten

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 07 Oct 2021 16:00:00 -0000

ros-humble-moveit-core (2.2.1-1bookworm) bookworm; urgency=high

  * Pluginlib Deprecation Fix (#542 <https://github.com/ros-planning/moveit2/issues/542>)
  * Set project VERSION in moveit_common, fix sonames (#532 <https://github.com/ros-planning/moveit2/issues/532>)
  * Contributors: David V. Lu!!, Henning Kayser

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 11 Jul 2021 16:00:00 -0000

ros-humble-moveit-core (2.2.0-1bookworm) bookworm; urgency=high

  * Enable Bullet and fix plugin configuration (#489 <https://github.com/ros-planning/moveit2/issues/489>)
  * Fix typo in joint_model_group.h (#510 <https://github.com/ros-planning/moveit2/issues/510>)
  * Enable Rolling and Galactic CI (#494 <https://github.com/ros-planning/moveit2/issues/494>)
  * Add pluginlib dependency (#485 <https://github.com/ros-planning/moveit2/issues/485>)
  * [sync] MoveIt's master branch up-to https://github.com/ros-planning/moveit/commit/0d0a6a171b3fbea97a0c4f284e13433ba66a4ea4
    * Use thread_local var's in FCL distanceCallback() (#2698 <https://github.com/ros-planning/moveit/issues/2698>)
    * Remove octomap from catkin_packages LIBRARIES entries (#2700 <https://github.com/ros-planning/moveit/issues/2700>)
    * CI: Use compiler flag --pedantic (#2691 <https://github.com/ros-planning/moveit/issues/2691>)
    * Remove deprecated header deprecation.h (#2693 <https://github.com/ros-planning/moveit/issues/2693>)
    * collision_detection_fcl: Report link_names in correct order (#2682 <https://github.com/ros-planning/moveit/issues/2682>)
    * RobotState interpolation: warn if interpolation parameter is out of range [0, 1] (#2664 <https://github.com/ros-planning/moveit/issues/2664>)
    * Add sphinx-rtd-theme for python docs as a dependency (#2645 <https://github.com/ros-planning/moveit/issues/2645>)
    * Set rotation value of cartesian MaxEEFStep by default (#2614 <https://github.com/ros-planning/moveit/issues/2614>)
    * Lock the Bullet collision environment, for thread safety (#2598 <https://github.com/ros-planning/moveit/issues/2598>)
    * Make setToIKSolverFrame accessible again (#2580 <https://github.com/ros-planning/moveit/issues/2580>)
    * Python bindings for moveit_core (#2547 <https://github.com/ros-planning/moveit/issues/2547>)
    * Add get_active_joint_names (#2533 <https://github.com/ros-planning/moveit/issues/2533>)
    * Update doxygen comments for distance() and interpolate() (#2528 <https://github.com/ros-planning/moveit/issues/2528>)
    * Replaced eigen+kdl conversions with tf2_eigen + tf2_kdl (#2472 <https://github.com/ros-planning/moveit/issues/2472>)
    * Fix logic, improve function comment for clearDiffs() (#2497 <https://github.com/ros-planning/moveit/issues/2497>)
  * Contributors: 0Nel, AndyZe, David V. Lu!!, Felix von Drigalski, JafarAbdi, Jochen Sprickerhof, John Stechschulte, Jorge Nicho, Max Schwarz, Michael Görner, Peter Mitrano, Robert Haschke, Simon Schmeisser, Tyler Weaver, Vatan Aksoy Tezer, petkovich

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 29 Jun 2021 16:00:00 -0000

ros-humble-moveit-core (2.1.4-1bookworm) bookworm; urgency=high

  * PlanningRequestAdapter helper method getParam()  (#468 <https://github.com/ros-planning/moveit2/issues/468>)
    * Implement parameters for adapter plugins
  * Contributors: David V. Lu!!

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 30 May 2021 16:00:00 -0000

ros-humble-moveit-core (2.1.3-1bookworm) bookworm; urgency=high

  * Delete exclusive arg for collision detector creation (#466 <https://github.com/ros-planning/moveit2/issues/466>)
    * Delete exclusive arg for collision detector creation
    * Rename setActiveCollisionDetector->allocateCollisionDetector everywhere
  * Cleanup collision_distance_field test dependencies (#465 <https://github.com/ros-planning/moveit2/issues/465>)
  * Fix PlanningScene CollisionDetector diff handling (#464 <https://github.com/ros-planning/moveit2/issues/464>)
  * Fix joint limit handling when velocities aren't included in robot state (#451 <https://github.com/ros-planning/moveit2/issues/451>)
  * Contributors: AndyZe, Henning Kayser

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 21 May 2021 16:00:00 -0000

ros-humble-moveit-core (2.1.2-1bookworm) bookworm; urgency=high

  * Fix robot_model & moveit_ros_visualization dependencies (#421 <https://github.com/ros-planning/moveit2/issues/421>)
  * Unify PickNik name in copyrights (#419 <https://github.com/ros-planning/moveit2/issues/419>)
  * Contributors: Jafar Abdi, Tyler Weaver

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 19 Apr 2021 16:00:00 -0000

ros-humble-moveit-core (2.1.1-1bookworm) bookworm; urgency=high

  * Update doxygen comments for distance() and interpolate() (#401 <https://github.com/ros-planning/moveit2/issues/401>)
  * Add differential drive joint model (#390 <https://github.com/ros-planning/moveit2/issues/390>)
    * RobotModelBuilder: Add new function addJointProperty to add a property for a joint
    * Add angular_distance_weight joint property
    * Add motion_model joint property
    * Add min_translational_distance joint property
  * Add initialize function for moveit_sensor_manager plugin (#386 <https://github.com/ros-planning/moveit2/issues/386>)
  * Eliminate ability to keep multiple collision detectors updated (#364 <https://github.com/ros-planning/moveit2/issues/364>)
    * Fix seg faults in setCollisionDetectorType()
    * Add unit test for switching collision detector types
  * Port of Bullet collision to ROS2 (#322 <https://github.com/ros-planning/moveit2/issues/322>)
  * Fix EXPORT install in CMake (#372 <https://github.com/ros-planning/moveit2/issues/372>)
  * Bug fixes in main branch (#362 <https://github.com/ros-planning/moveit2/issues/362>)
    * robot_trajectory: Fix bugs in getRobotTrajectoryMsg function
    * controller_manager: Use Duration(-1) as infinite timeout
    * ActionBasedControllerHandle: fix dangling reference in case of timeout
    * TfPublisher: tf frame name can't start with '/'
  * Sync main branch with MoveIt 1 from previous head https://github.com/ros-planning/moveit/commit/0247ed0027ca9d7f1a7f066e62c80c9ce5dbbb5e up to https://github.com/ros-planning/moveit/commit/74b3e30db2e8683ac17b339cc124675ae52a5114
  * [fix] export cmake library install (#339 <https://github.com/ros-planning/moveit2/issues/339>)
  * Clean up collision-related log statements (#2480 <https://github.com/ros-planning/moveit2/issues/2480>)
  * Fix RobotState::dropAccelerations/dropEffort to not drop velocities (#2478 <https://github.com/ros-planning/moveit2/issues/2478>)
  * Provide a function to set the position of active joints in a JointModelGroup (#2456 <https://github.com/ros-planning/moveit2/issues/2456>)
    * RobotState::setJointGroupPositions: assert correct size of  vector
    * setJointGroupActivePositions sets only the positions of active joints
    * implement JointModelGroup::getActiveVariableCount
  * Fix doxygen documentation for setToIKSolverFrame (#2461 <https://github.com/ros-planning/moveit2/issues/2461>)
    * Fix doxygen documentation for setToIKSolverFrame
    * "Convert" -> "Transform"
    * Make function private. Update comments.
    * Make inline and private
    * Longer function should not be inline
  * Fix validation of orientation constraints (#2434 <https://github.com/ros-planning/moveit2/issues/2434>)
  * RobotModelBuilder: Add parameter to specify the joint rotation axis
  * RobotModelBuilder: Allow adding end effectors (#2454 <https://github.com/ros-planning/moveit2/issues/2454>)
  * Delete CollisionRequest min_cost_density
  * Fix OrientationConstraint::decide (#2414 <https://github.com/ros-planning/moveit2/issues/2414>)
  * Changed processing_thread_ spin to use std::make_unique instead of new (#2412 <https://github.com/ros-planning/moveit2/issues/2412>)
  * Update collision-related comments (#2382 <https://github.com/ros-planning/moveit2/issues/2382>) (#2388 <https://github.com/ros-planning/moveit2/issues/2388>)
  * Contributors: AndyZe, David V. Lu!!, Henning Kayser, Jafar Abdi, Jorge Nicho, Robert Haschke, Simon Schmeisser, Stuart Anderson, Thomas G, Tyler Weaver, sevangelatos

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 11 Apr 2021 16:00:00 -0000

ros-humble-moveit-core (2.1.0-1bookworm) bookworm; urgency=high

  * [fix] Clang-tidy fixes (#264 <https://github.com/ros-planning/moveit2/issues/264>, #210 <https://github.com/ros-planning/moveit2/issues/210>)
    * Suppress false-positive clang-tidy fix in DistanceResultsData
    * Fix Eigen alignment in DistanceResultsData
    * Fix readability-identifier-naming, performance-for-range-copy, readability-named-parameter
  * [fix] Fixup moveit_resources usage in moveit_core test (#259 <https://github.com/ros-planning/moveit2/issues/259>)
  * [maint] Remove deprecated namespaces robot_model, robot_state  (#276 <https://github.com/ros-planning/moveit2/issues/276>)
  * [maint] Wrap common cmake code in 'moveit_package()' macro (#285 <https://github.com/ros-planning/moveit2/issues/285>)
    * New moveit_package() macro for compile flags, Windows support etc
    * Add package 'moveit_common' as build dependency for moveit_package()
    * Added -Wno-overloaded-virtual compiler flag for moveit_ros_planners_ompl
  * [maint] Compilation fixes for macOS (#271 <https://github.com/ros-planning/moveit2/issues/271>)
  * [maint] kinematics_base: remove deprecated initialize function (#232 <https://github.com/ros-planning/moveit2/issues/232>)
  * [maint] Update to new moveit_resources layout (#247 <https://github.com/ros-planning/moveit2/issues/247>)
  * [maint] Enable "test_time_optimal_trajectory_generation" unit test (#241 <https://github.com/ros-planning/moveit2/issues/241>)
  * [maint] CMakeLists dependency cleanup and fixes (#226 <https://github.com/ros-planning/moveit2/issues/226>, #228 <https://github.com/ros-planning/moveit2/issues/228>)
  * [ros2-migration] Migrate to ROS 2 Foxy (#227 <https://github.com/ros-planning/moveit2/issues/227>)
  * Contributors: Abdullah Alzaidy, Dave Coleman, Henning Kayser, Jafar Abdi, Lior Lustgarten, Mark Moll, Mohmmad Ayman, Robert Haschke, Yu Yan, Tyler Weaver, Sebastian Jahr

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 22 Nov 2020 16:00:00 -0000

ros-humble-moveit-core (2.0.0-1bookworm) bookworm; urgency=high

  * [improve] Load OMPL planner config parameters
  * [fix] Fix double node executor exceptions
    * Load parameters from node instead of SyncParameterClient
  * [fix] Load planning request adapter parameters from subnamespace
  * [fix] KinematicsBase: fix default value in parameter lookup (#154 <https://github.com/ros-planning/moveit2/issues/154>)
  * [sys] Upgrade to ROS 2 Eloquent (#152 <https://github.com/ros-planning/moveit2/issues/152>)
  * [sys] Fix CMakeLists.txt files for Eloquent
  * [sys] replace rosunit -> ament_cmake_gtest
  * [maintenance] Remove redundant build dependency to 'angles'
  * [ros2-migration] Build moveit_core with colcon (#117 <https://github.com/ros-planning/moveit2/issues/117>, #125 <https://github.com/ros-planning/moveit2/issues/125>, #164 <https://github.com/ros-planning/moveit2/issues/164>)
  * [ros2-migration] Increase CMake version to 3.10.2 per REP 2000 (#27 <https://github.com/ros-planning/moveit2/issues/27>)
  * [ros2-migration] Port moveit ros visualization to ROS 2 (#160 <https://github.com/ros-planning/moveit2/issues/160>)
  * [ros2-migration] Port moveit_simple_controller_manager to ROS 2 (#158 <https://github.com/ros-planning/moveit2/issues/158>)
  * [ros2-migration] Port planning_request_adapter_plugins to ROS 2 (#62 <https://github.com/ros-planning/moveit2/issues/62>, #87 <https://github.com/ros-planning/moveit2/issues/87>, #114 <https://github.com/ros-planning/moveit2/issues/114>)
  * [ros2-migration] Port kinematic_constraints to ROS2 (#42 <https://github.com/ros-planning/moveit2/issues/42>)
  * [ros2-migration] Port collision_distance_field to ROS 2 (#65 <https://github.com/ros-planning/moveit2/issues/65>)
  * [ros2-migration] Port constraint_samplers to ROS 2 (#60 <https://github.com/ros-planning/moveit2/issues/60>)
  * [ros2-migration] Port kinematics_base to ROS 2 (#8 <https://github.com/ros-planning/moveit2/issues/8>, #83 <https://github.com/ros-planning/moveit2/issues/83>, #145 <https://github.com/ros-planning/moveit2/issues/145>)
  * [ros2-migration] Port collision_detection_fcl to ROS 2 (#41 <https://github.com/ros-planning/moveit2/issues/41>)
  * [ros2-migration] Port planning_scene to ROS2 (#43 <https://github.com/ros-planning/moveit2/issues/43>)
  * [ros2-migration] Port trajectory_processing to ROS 2 (#63 <https://github.com/ros-planning/moveit2/issues/63>)
  * [ros2-migration] Port collision_detection to ROS 2 (#40 <https://github.com/ros-planning/moveit2/issues/40>)
  * [ros2-migration] Port distance_field to ROS 2 (#64 <https://github.com/ros-planning/moveit2/issues/64>)
  * [ros2-migration] Port background_processing to ROS 2  (#55 <https://github.com/ros-planning/moveit2/issues/55>, #82 <https://github.com/ros-planning/moveit2/issues/82>)
  * [ros2-migration] Port controller_manager to ROS 2 (#84 <https://github.com/ros-planning/moveit2/issues/84>)
  * [ros2-migration] Port moveit_core_utils to ROS 2 (#68 <https://github.com/ros-planning/moveit2/issues/68>)
  * [ros2-migration] Port robot_state to ROS 2 (#80 <https://github.com/ros-planning/moveit2/issues/80>)
  * [ros2-migration] Port robot_trajectory to ROS 2 (#39 <https://github.com/ros-planning/moveit2/issues/39>)
  * [ros2-migration] Port kinematics_metrics to ROS 2 (#66 <https://github.com/ros-planning/moveit2/issues/66>, #88 <https://github.com/ros-planning/moveit2/issues/88>)
  * [ros2-migration] Port planning_interface to ROS 2 (#61 <https://github.com/ros-planning/moveit2/issues/61>, #86 <https://github.com/ros-planning/moveit2/issues/86>)
  * [ros2-migration] Port dynamics_solver to ROS 2 (#67 <https://github.com/ros-planning/moveit2/issues/67>, #89 <https://github.com/ros-planning/moveit2/issues/89>)
  * [ros2-migration] Port robot_model to ROS 2 (#10 <https://github.com/ros-planning/moveit2/issues/10>)
  * [ros2-migration] Port profiler to ROS 2 (#9 <https://github.com/ros-planning/moveit2/issues/9>)
  * [ros2-migration] Port transforms to ROS 2 (#12 <https://github.com/ros-planning/moveit2/issues/12>)
  * [ros2-migration] Port exceptions to ROS 2 (#7 <https://github.com/ros-planning/moveit2/issues/7>, #81 <https://github.com/ros-planning/moveit2/issues/81>)
  * [ros2-migration] Port controller_manager submodule of moveit_core to ROS 2 (#6 <https://github.com/ros-planning/moveit2/issues/6>)
  * [ros2-migration] Port version submodule of moveit_core (#4 <https://github.com/ros-planning/moveit2/issues/4>)
  * [ros2-migration] Port backtrace to ROS 2 (#5 <https://github.com/ros-planning/moveit2/issues/5>)
  * [ros2-migration] Port sensor_manager ROS 2 (#11 <https://github.com/ros-planning/moveit2/issues/11>)
  * [ros2-migration] Port macros to ROS 2 (#3 <https://github.com/ros-planning/moveit2/issues/3>)
  * Contributors: Abdullah Alzaidy, Alejandro Hernández Cordero, Anas Mchichou El Harrak, Dave Coleman, Henning Kayser, Jafar Abdi, Mark Moll, Michael Görner, Mike Lautman, Mohmmad Ayman, Robert Haschke, Tyler Weaver, Víctor Mayoral Vilches, Yu Yan

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 16 Feb 2020 16:00:00 -0000

ros-humble-moveit-core (1.1.1-1bookworm) bookworm; urgency=high

  * [feature] Handle multiple link libraries for FCL (ros-planning:moveit#2325 <https://github.com/ros-planning/moveit/issues/2325>)
  * [feature] Adapt to API changes in geometric_shapes (ros-planning:moveit#2324 <https://github.com/ros-planning/moveit/issues/2324>)
  * [fix] clang-tidy issues (ros-planning:moveit#2337 <https://github.com/ros-planning/moveit/issues/2337>)
  * [fix] various issues with Noetic build (ros-planning:moveit#2327 <https://github.com/ros-planning/moveit/issues/2327>)
  * [maint] Depend on ros-noetic-fcl (0.6) in Noetic (ros-planning:moveit#2359 <https://github.com/ros-planning/moveit/issues/2359>)
  * [maint] Cleanup MSA includes (ros-planning:moveit#2351 <https://github.com/ros-planning/moveit/issues/2351>)
  * [maint] Add comment to MOVEIT_CLASS_FORWARD (ros-planning:moveit#2315 <https://github.com/ros-planning/moveit/issues/2315>)
  * Contributors: Felix von Drigalski, G.A. vd. Hoorn, Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 12 Oct 2020 16:00:00 -0000

ros-humble-moveit-core (1.1.0-1bookworm) bookworm; urgency=high

  * [feature] Add a utility to print collision pairs (ros-planning:moveit#2275 <https://github.com/ros-planning/moveit/issues/2275>)
  * [feature] Fix subframes disappearing when object is detached/scaled/renamed (ros-planning:moveit#1866 <https://github.com/ros-planning/moveit/issues/1866>)
  * [feature] Use Eigen::Transform::linear() instead of rotation() (ros-planning:moveit#1964 <https://github.com/ros-planning/moveit/issues/1964>)
  * [feature] Utilize new geometric_shapes functions to improve performance (ros-planning:moveit#2038 <https://github.com/ros-planning/moveit/issues/2038>)
  * [feature] move_group pick place test (ros-planning:moveit#2031 <https://github.com/ros-planning/moveit/issues/2031>)
  * [feature] Split collision proximity threshold (ros-planning:moveit#2008 <https://github.com/ros-planning/moveit/issues/2008>)
  * [feature] Integration test to defend subframe tutorial (ros-planning:moveit#1757 <https://github.com/ros-planning/moveit/issues/1757>)
  * [feature] List missing joints in group states (ros-planning:moveit#1935 <https://github.com/ros-planning/moveit/issues/1935>)
  * [feature] Improve documentation for setJointPositions() (ros-planning:moveit#1921 <https://github.com/ros-planning/moveit/issues/1921>)
  * [feature] Installs an empty plugin description xml file if bullet is not found (ros-planning:moveit#1898 <https://github.com/ros-planning/moveit/issues/1898>)
  * [feature] Bullet collision detection (ros-planning:moveit#1839 <https://github.com/ros-planning/moveit/issues/1839>)
  * [feature] Improve RobotState documentation (ros-planning:moveit#1846 <https://github.com/ros-planning/moveit/issues/1846>)
  * [feature] Adapt cmake for Bullet (ros-planning:moveit#1744 <https://github.com/ros-planning/moveit/issues/1744>)
  * [feature] Unified Collision Environment Bullet (ros-planning:moveit#1572 <https://github.com/ros-planning/moveit/issues/1572>)
  * [feature] Adding continuous collision detection to Bullet (ros-planning:moveit#1551 <https://github.com/ros-planning/moveit/issues/1551>)
  * [feature] Bullet Collision Detection (ros-planning:moveit#1504 <https://github.com/ros-planning/moveit/issues/1504>)
  * [feature] Generic collision detection test suite (ros-planning:moveit#1543 <https://github.com/ros-planning/moveit/issues/1543>)
  * [feature] Empty collision checker template for usage with tesseract and bullet (ros-planning:moveit#1499 <https://github.com/ros-planning/moveit/issues/1499>)
  * [feature] Add deepcopy option for RobotTrajectory's copy constructor (ros-planning:moveit#1760 <https://github.com/ros-planning/moveit/issues/1760>)
  * [feature] Enable code-coverage test (ros-planning:moveit#1776 <https://github.com/ros-planning/moveit/issues/1776>)
  * [feature] Provide UniquePtr macros (ros-planning:moveit#1771 <https://github.com/ros-planning/moveit/issues/1771>)
  * [feature] Improve variable name in RobotModel (ros-planning:moveit#1752 <https://github.com/ros-planning/moveit/issues/1752>)
  * [feature] Adding documentation to collision detection (ros-planning:moveit#1645 <https://github.com/ros-planning/moveit/issues/1645>)
  * [feature] Unified Collision Environment Integration (ros-planning:moveit#1584 <https://github.com/ros-planning/moveit/issues/1584>)
  * [feature] Document discretization behavior in KinematicsBase (ros-planning:moveit#1602 <https://github.com/ros-planning/moveit/issues/1602>)
  * [feature] Rename lm to link_model (ros-planning:moveit#1592 <https://github.com/ros-planning/moveit/issues/1592>)
  * [feature] Allow ROS namespaces for planning request adapters (ros-planning:moveit#1530 <https://github.com/ros-planning/moveit/issues/1530>)
  * [feature] Add named frames to CollisionObjects (ros-planning:moveit#1439 <https://github.com/ros-planning/moveit/issues/1439>)
  * [feature] More verbose "id" argument in PlanningScene, RobotState & CollisionWorld functions (ros-planning:moveit#1450 <https://github.com/ros-planning/moveit/issues/1450>)
  * [feature] Separate source file for CartesianInterpolator (ros-planning:moveit#1149 <https://github.com/ros-planning/moveit/issues/1149>)
  * [fix] Various fixes for upcoming Noetic release (ros-planning:moveit#2180 <https://github.com/ros-planning/moveit/issues/2180>)
  * [fix] Change FloatingJointModel::getStateSpaceDimension return value to 7
  * [fix] collision world: check for empty shapes vector before access (ros-planning:moveit#2026 <https://github.com/ros-planning/moveit/issues/2026>)
  * [fix] Fix Condition for Adding current DistanceResultData to DistanceMap for DistanceRequestType::SINGLE (ros-planning:moveit#1963 <https://github.com/ros-planning/moveit/issues/1963>)
  * [fix] Do not override empty URDF link collision geometry (ros-planning:moveit#1952 <https://github.com/ros-planning/moveit/issues/1952>)
  * [fix] Fix issue in unpadded collision checking (ros-planning:moveit#1899 <https://github.com/ros-planning/moveit/issues/1899>)
  * [fix] Remove object from collision world only once (ros-planning:moveit#1900 <https://github.com/ros-planning/moveit/issues/1900>)
  * [fix] Initialize zero dynamics in CurrentStateMonitor (ros-planning:moveit#1883 <https://github.com/ros-planning/moveit/issues/1883>)
  * [fix] getFrameInfo(): Avoid double search for link name (ros-planning:moveit#1853 <https://github.com/ros-planning/moveit/issues/1853>)
  * [fix] Fix RobotTrajectory's copy constructor (ros-planning:moveit#1834 <https://github.com/ros-planning/moveit/issues/1834>)
  * [fix] Fix flaky moveit_cpp test (ros-planning:moveit#1781 <https://github.com/ros-planning/moveit/issues/1781>)
  * [fix] Fix doc string OrientationConstraint (ros-planning:moveit#1793 <https://github.com/ros-planning/moveit/issues/1793>)
  * [fix] Move ASSERT() into test setup (ros-planning:moveit#1657 <https://github.com/ros-planning/moveit/issues/1657>)
  * [fix] Add missing dependencies to library (ros-planning:moveit#1746 <https://github.com/ros-planning/moveit/issues/1746>)
  * [fix] Fix clang-tidy for unified collision environment (ros-planning:moveit#1638 <https://github.com/ros-planning/moveit/issues/1638>)
  * [fix] PlanningRequestAdapter::initialize() = 0 (ros-planning:moveit#1621 <https://github.com/ros-planning/moveit/issues/1621>)
  * [fix] Fix World::getTransform (ros-planning:moveit#1553 <https://github.com/ros-planning/moveit/issues/1553>)
  * [fix] Link moveit_robot_model from moveit_test_utils (ros-planning:moveit#1534 <https://github.com/ros-planning/moveit/issues/1534>)
  * [maint] Move constraint representation dox to moveit_tutorials (ros-planning:moveit#2147 <https://github.com/ros-planning/moveit/issues/2147>)
  * [maint] Update dependencies for python3 in noetic (ros-planning:moveit#2131 <https://github.com/ros-planning/moveit/issues/2131>)
  * [maint] clang-tidy fixes (ros-planning:moveit#2050 <https://github.com/ros-planning/moveit/issues/2050>, ros-planning:moveit#2004 <https://github.com/ros-planning/moveit/issues/2004>, ros-planning:moveit#1419 <https://github.com/ros-planning/moveit/issues/1419>)
  * [maint] Replace namespaces robot_state and robot_model with moveit::core (ros-planning:moveit#1924 <https://github.com/ros-planning/moveit/issues/1924>)
  * [maint] Rename PR2-related collision test files (ros-planning:moveit#1856 <https://github.com/ros-planning/moveit/issues/1856>)
  * [maint] Fix compiler warnings (ros-planning:moveit#1773 <https://github.com/ros-planning/moveit/issues/1773>)
  * [maint] Add missing licenses (ros-planning:moveit#1716 <https://github.com/ros-planning/moveit/issues/1716>) (ros-planning:moveit#1720 <https://github.com/ros-planning/moveit/issues/1720>)
  * [maint] Move isEmpty() test functions to moveit_core/utils (ros-planning:moveit#1627 <https://github.com/ros-planning/moveit/issues/1627>)
  * [maint] Switch from include guards to pragma once (ros-planning:moveit#1615 <https://github.com/ros-planning/moveit/issues/1615>)
  * [maint] Remove ! from MoveIt name (ros-planning:moveit#1590 <https://github.com/ros-planning/moveit/issues/1590>)
  * Contributors: AndyZe, Aris Synodinos, Ayush Garg, Bryce Willey, Dale Koenig, Dave Coleman, Felix von Drigalski, Henning Kayser, Jafar Abdi, Jens P, Jere Liukkonen, Jeroen, John Stechschulte, Jonas Wittmann, Jonathan Binney, Markus Vieth, Martin Pecka, Michael Ferguson, Michael Görner, Mike Lautman, Niklas Fiedler, Patrick Beeson, Robert Haschke, Sean Yen, Shivang Patel, Tyler Weaver, Wolfgang Merkt, Yu, Yan, tsijs, v4hn

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 03 Sep 2020 16:00:00 -0000

ros-humble-moveit-core (1.0.6-1bookworm) bookworm; urgency=high

  * [maint] Adapt repository for splitted moveit_resources layout (ros-planning:moveit#2199 <https://github.com/ros-planning/moveit/issues/2199>)
  * [maint] Migrate to clang-format-10, Fix warnings
  * [maint] Optimize includes (ros-planning:moveit#2229 <https://github.com/ros-planning/moveit/issues/2229>)
  * [maint] Fix docs in robot_state.h (ros-planning:moveit#2215 <https://github.com/ros-planning/moveit/issues/2215>)
  * Contributors: Jeroen, Markus Vieth, Michael Görner, Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 18 Aug 2020 16:00:00 -0000

ros-humble-moveit-core (1.0.5-1bookworm) bookworm; urgency=high

  * [fix]     Fix memory leaks related to geometric shapes usage (ros-planning:moveit#2138 <https://github.com/ros-planning/moveit/issues/2138>)
  * [fix]     Prevent collision checking segfault if octomap has NULL root pointer (ros-planning:moveit#2104 <https://github.com/ros-planning/moveit/issues/2104>)
  * [feature] Allow to parameterize input trajectory density of Time Optimal trajectory generation (ros-planning:moveit#2185 <https://github.com/ros-planning/moveit/issues/2185>)
  * [maint]   Optional C++ version setting (ros-planning:moveit#2166 <https://github.com/ros-planning/moveit/issues/2166>)
  * [maint]   Added missing boost::regex dependency (ros-planning:moveit#2163 <https://github.com/ros-planning/moveit/issues/2163>)
  * [maint]   PropagationDistanceField: Replace eucDistSq with squaredNorm (ros-planning:moveit#2101 <https://github.com/ros-planning/moveit/issues/2101>)
  * [fix]     Fix getTransform() (ros-planning:moveit#2113 <https://github.com/ros-planning/moveit/issues/2113>)
    - PlanningScene::getTransforms().getTransform() -> PlanningScene::getFrameTransform()
    - PlanningScene::getTransforms().canTransform() -> PlanningScene::knowsFrameTransform()
  * [fix]     Change FloatingJointModel::getStateSpaceDimension return value to 7 (ros-planning:moveit#2106 <https://github.com/ros-planning/moveit/issues/2106>)
  * [fix]     Check for empty quaternion message (ros-planning:moveit#2089 <https://github.com/ros-planning/moveit/issues/2089>)
  * [fix]     TOTG: Fix parameterization for single-waypoint trajectories (ros-planning:moveit#2054 <https://github.com/ros-planning/moveit/issues/2054>)
    - RobotState: Added interfaces to zero and remove dynamics
  * [maint]   Remove unused angles.h includes (ros-planning:moveit#1985 <https://github.com/ros-planning/moveit/issues/1985>)
  * Contributors: Felix von Drigalski, Henning Kayser, Michael Görner, Jere Liukkonen, John Stechschulte, Patrick Beeson, Robert Haschke, Tyler Weaver, Wolfgang Merkt

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 07 Jul 2020 16:00:00 -0000

ros-humble-moveit-core (1.0.4-1bookworm) bookworm; urgency=high

  * Fix broken IKFast generator (ros-planning:moveit#2116 <https://github.com/ros-planning/moveit/issues/2116>)
  * Contributors: Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 29 May 2020 16:00:00 -0000

ros-humble-moveit-core (1.0.3-1bookworm) bookworm; urgency=high

  * [feature] Allow to filter for joint when creating a RobotTrajectory message (ros-planning:moveit#1927 <https://github.com/ros-planning/moveit/issues/1927>)
  * [fix]     Fix RobotState::copyFrom()
  * [fix]     Fix segfault in totg (ros-planning:moveit#1861 <https://github.com/ros-planning/moveit/issues/1861>)
  * [fix]     Handle incomplete group states
  * [fix]     Fix issue in totg giving invalid accelerations (ros-planning:moveit#1729 <https://github.com/ros-planning/moveit/issues/1729>)
  * [feature] New isValidVelocityMove() for checking time between two waypoints given velocity (ros-planning:moveit#684 <https://github.com/ros-planning/moveit/issues/684>)
  * [maint]   Apply clang-tidy fix to entire code base (ros-planning:moveit#1394 <https://github.com/ros-planning/moveit/issues/1394>)
  * [fix]     Fix Condition for adding current DistanceResultData to DistanceMap (ros-planning:moveit#1968 <https://github.com/ros-planning/moveit/issues/1968>)
  * [maint]   Fix various build issues on Windows (ros-planning:moveit#1880 <https://github.com/ros-planning/moveit/issues/1880>)
    * remove GCC extensions (ros-planning:moveit#1583 <https://github.com/ros-planning/moveit/issues/1583>)
    * Fix binary artifact install locations. (ros-planning:moveit#1575 <https://github.com/ros-planning/moveit/issues/1575>)
  * [maint]   Use CMAKE_CXX_STANDARD to enforce c++14 (ros-planning:moveit#1607 <https://github.com/ros-planning/moveit/issues/1607>)
  * [fix]     Delete attached body before adding a new one with same id (ros-planning:moveit#1821 <https://github.com/ros-planning/moveit/issues/1821>)
  * [maint]   Provide UniquePtr macros (ros-planning:moveit#1771 <https://github.com/ros-planning/moveit/issues/1771>)
  * [maint]   Updated deprecation method: MOVEIT_DEPRECATED -> [[deprecated]] (ros-planning:moveit#1748 <https://github.com/ros-planning/moveit/issues/1748>)
  * [feature] Add RobotTrajectory::getDuration() (ros-planning:moveit#1554 <https://github.com/ros-planning/moveit/issues/1554>)
  * Contributors: Ayush Garg, Dale Koenig, Dave Coleman, Felix von Drigalski, Jafar Abdi, Jeroen, Michael Görner, Mike Lautman, Niklas Fiedler, Robert Haschke, Sean Yen, Yu, Yan

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 25 Apr 2020 16:00:00 -0000

ros-humble-moveit-core (1.0.2-1bookworm) bookworm; urgency=high

  * [fix] Removed MessageFilter for /collision_object messages (ros-planning:moveit#1406 <https://github.com/ros-planning/moveit/issues/1406>)
  * [fix] Update robot state transforms when initializing a planning scene (ros-planning:moveit#1474 <https://github.com/ros-planning/moveit/issues/1474>)
  * [fix] Fix segfault when detaching attached collision object (ros-planning:moveit#1438 <https://github.com/ros-planning/moveit/issues/1438>)
  * [fix] Normalize quaternions when adding new or moving collision objects (ros-planning:moveit#1420 <https://github.com/ros-planning/moveit/issues/1420>)
  * [fix] Minor bug fixes in (collision) distance field (ros-planning:moveit#1392 <https://github.com/ros-planning/moveit/issues/1392>)
  * [fix] Remove obsolete moveit_resources/config.h ()
  * [fix] Fix test utilities in moveit_core (ros-planning:moveit#1391 <https://github.com/ros-planning/moveit/issues/1391>, ros-planning:moveit#1409 <https://github.com/ros-planning/moveit/issues/1409>, ros-planning:moveit#1412 <https://github.com/ros-planning/moveit/issues/1412>)
  * Contributors: Bryce Willey, Henning Kayser, Mike Lautman, Robert Haschke, tsijs

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 27 Jun 2019 16:00:00 -0000

ros-humble-moveit-core (1.0.1-1bookworm) bookworm; urgency=high

  * [capability] Graphically print current robot joint states with joint limits (ros-planning:moveit#1358 <https://github.com/ros-planning/moveit/issues/1358>)
  * [improve] Apply clang tidy fix to entire code base (Part 1) (ros-planning:moveit#1366 <https://github.com/ros-planning/moveit/issues/1366>)
  * Contributors: Dave Coleman, Robert Haschke, Yu, Yan

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 07 Mar 2019 16:00:00 -0000

ros-humble-moveit-core (1.0.0-1bookworm) bookworm; urgency=high

  * [fix] catkin_lint issues (ros-planning:moveit#1341 <https://github.com/ros-planning/moveit/issues/1341>)
  * [fix] invert waypoint velocities on reverse (ros-planning:moveit#1335 <https://github.com/ros-planning/moveit/issues/1335>)
  * [fix] Added missing robot state update to iterative spline parameterization to prevent warnings. (ros-planning:moveit#1298 <https://github.com/ros-planning/moveit/issues/1298>)
  * [fix] robot_model_test_utils depends on message generation (ros-planning:moveit#1286 <https://github.com/ros-planning/moveit/issues/1286>)
  * [improve] cleanup LMA kinematics solver ros-planning:moveit#1318 <https://github.com/ros-planning/moveit/issues/1318>
  * [improve] Remove (redundant) random seeding and ros-planning:moveit#attempts from RobotState::setFromIK() as the IK solver perform random seeding themselves. ros-planning:moveit#1288 <https://github.com/ros-planning/moveit/issues/1288>
  * [improve] Make FCL shape cache thread-local (ros-planning:moveit#1316 <https://github.com/ros-planning/moveit/issues/1316>)
  * [improve] Kinematics tests, kdl cleanup ros-planning:moveit#1272 <https://github.com/ros-planning/moveit/issues/1272>, ros-planning:moveit#1294 <https://github.com/ros-planning/moveit/issues/1294>
  * [maintenance] Add coverage analysis for moveit_core (ros-planning:moveit#1133 <https://github.com/ros-planning/moveit/issues/1133>)
  * [improve] computeCartesianPath: limit joint-space jumps with IK consistency limits (ros-planning:moveit#1293 <https://github.com/ros-planning/moveit/issues/1293>)
  * Contributors: Alexander Gutenkunst, Dave Coleman, Jonathan Binney, Martin Oehler, Michael Görner, Mike Lautman, Robert Haschke, Simon Schmeisser

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 23 Feb 2019 16:00:00 -0000

ros-humble-moveit-core (0.10.8-1bookworm) bookworm; urgency=high

  * [enhancement] Tool to generate constraint approximation databases (ros-planning:moveit#1253 <https://github.com/ros-planning/moveit/issues/1253>)
  * [fix] Fixed uninitialized RobotState transforms (ros-planning:moveit#1271 <https://github.com/ros-planning/moveit/issues/1271>)
  * Contributors: Michael Görner, Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 23 Dec 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.7-1bookworm) bookworm; urgency=high



 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 12 Dec 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.6-1bookworm) bookworm; urgency=high

  * [fix] Fixed various memory leaks (ros-planning:moveit#1104 <https://github.com/ros-planning/moveit/issues/1104>)
  * [fix] Fixed computation of Jacobian for prismatic joints (ros-planning:moveit#1192 <https://github.com/ros-planning/moveit/issues/1192>)
  * [enhancement] Add support for FCL 0.6 (ros-planning:moveit#1156 <https://github.com/ros-planning/moveit/issues/1156>)
  * [enhancement] Pass RobotModel to IK, avoiding multiple loading (ros-planning:moveit#1166 <https://github.com/ros-planning/moveit/issues/1166>)
  * [enhancement] RobotTrajectory: Allow appending part of other trajectory (ros-planning:moveit#1213 <https://github.com/ros-planning/moveit/issues/1213>)
  * [maintenance] Rearranged CHOMP-related modules within moveit_planners/chomp (ros-planning:moveit#1251 <https://github.com/ros-planning/moveit/issues/1251>)
  * [maintenance] Replaced Eigen::Affine3d -> Eigen::Isometry3d (ros-planning:moveit#1096 <https://github.com/ros-planning/moveit/issues/1096>)
  * [maintenance] Use C++14 (ros-planning:moveit#1146 <https://github.com/ros-planning/moveit/issues/1146>)
  * [maintenance] Code Cleanup
    * ros-planning:moveit#1179 <https://github.com/ros-planning/moveit/issues/1179>
    * ros-planning:moveit#1180 <https://github.com/ros-planning/moveit/issues/1180>
    * ros-planning:moveit#1185 <https://github.com/ros-planning/moveit/issues/1185>
    * ros-planning:moveit#1193 <https://github.com/ros-planning/moveit/issues/1193>
    * ros-planning:moveit#1194 <https://github.com/ros-planning/moveit/issues/1194>
    * ros-planning:moveit#1196 <https://github.com/ros-planning/moveit/issues/1196>
  * [maintenance] RobotModelBuilder to facilitate testing (ros-planning:moveit#1176 <https://github.com/ros-planning/moveit/issues/1176>)
  * Contributors: Robert Haschke, 2scholz, Alex Moriarty, Bryce Willey, Dave Coleman, Immanuel Martini, Michael Görner, Milutin Nikolic

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 08 Dec 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.5-1bookworm) bookworm; urgency=high



 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 31 Oct 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.4-1bookworm) bookworm; urgency=high



 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 28 Oct 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.3-1bookworm) bookworm; urgency=high

  * [fix] compiler warnings (ros-planning:moveit#1089 <https://github.com/ros-planning/moveit/issues/1089>)
  * [code] cleanup (ros-planning:moveit#1107 <https://github.com/ros-planning/moveit/issues/1107>, ros-planning:moveit#1099 <https://github.com/ros-planning/moveit/issues/1099>, ros-planning:moveit#1108 <https://github.com/ros-planning/moveit/issues/1108>)
  * Contributors: Robert Haschke, Simon Schmeisser

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 28 Oct 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.2-1bookworm) bookworm; urgency=high

  * [fix] TFs in subgroups of rigidly-connected links (ros-planning:moveit#912 <https://github.com/ros-planning/moveit/issues/912>)
  * [fix] Chomp package handling issue ros-planning:moveit#1086 <https://github.com/ros-planning/moveit/issues/1086> that was introduced in ubi-agni/hotfix-ros-planning:moveit#1012 <https://github.com/ubi-agni/hotfix-/issues/1012>
  * [fix] CurrentStateMonitor update callback for floating joints to handle non-identity joint origins ros-planning:moveit#984 <https://github.com/ros-planning/moveit/issues/984>
  * [fix] Eigen alignment issuses due to missing aligned allocation (ros-planning:moveit#1039 <https://github.com/ros-planning/moveit/issues/1039>)
  * [fix] illegal pointer access (ros-planning:moveit#989 <https://github.com/ros-planning/moveit/issues/989>)
  * [fix] reset moveit_msgs::RobotState.is_diff to false (ros-planning:moveit#968 <https://github.com/ros-planning/moveit/issues/968>) This fixes a regression introduced in ros-planning:moveit#939 <https://github.com/ros-planning/moveit/issues/939>.
  * [fix] continous joint limits are always satisfied (ros-planning:moveit#729 <https://github.com/ros-planning/moveit/issues/729>)
  * [maintenance] using LOGNAME variable rather than strings (ros-planning:moveit#1079 <https://github.com/ros-planning/moveit/issues/1079>)
  * [capability][chomp] Addition of CHOMP planning adapter for optimizing result of other planners (ros-planning:moveit#1012 <https://github.com/ros-planning/moveit/issues/1012>)
  * [enhancement] Add missing distance check functions to allValid collision checker (ros-planning:moveit#986 <https://github.com/ros-planning/moveit/issues/986>)
  * [enhancement] Allow chains to have only one active joint (ros-planning:moveit#983 <https://github.com/ros-planning/moveit/issues/983>)
  * [enhancement] collision_detection convenience (ros-planning:moveit#957 <https://github.com/ros-planning/moveit/issues/957>)
  * [doc] Document why to use only one IK attempt in computeCartesianPath (ros-planning:moveit#1076 <https://github.com/ros-planning/moveit/issues/1076>)
  * Contributors: Adrian Zwiener, Andrey Troitskiy, Dave Coleman, Jonathan Binney, Michael Görner, Mike Lautman, Mohmmad Ayman, Raghavender Sahdev, Robert Haschke, Simon Schmeisser, dcconner, mike lautman

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 23 Oct 2018 16:00:00 -0000

ros-humble-moveit-core (0.10.1-1bookworm) bookworm; urgency=high

  * Clang tidy moveit_core (ros-planning:moveit#880 <https://github.com/ros-planning/moveit/issues/880>) (ros-planning:moveit#911 <https://github.com/ros-planning/moveit/issues/911>)
  * Allow to retrieve Jacobian of a child link of a move group. (ros-planning:moveit#877 <https://github.com/ros-planning/moveit/issues/877>)
  * migration from tf to tf2 API (ros-planning:moveit#830 <https://github.com/ros-planning/moveit/issues/830>)
  * Switch to ROS_LOGGER from CONSOLE_BRIDGE (ros-planning:moveit#874 <https://github.com/ros-planning/moveit/issues/874>)
  * Add ability to request detailed distance information from fcl (ros-planning:moveit#662 <https://github.com/ros-planning/moveit/issues/662>)
  * allow checking for absolute joint-space jumps in Cartesian path (ros-planning:moveit#843 <https://github.com/ros-planning/moveit/issues/843>)
  * Simplify adding colored CollisionObjects (ros-planning:moveit#810 <https://github.com/ros-planning/moveit/issues/810>)
  * updateMimicJoint(group->getMimicJointModels()) -> updateMimicJoints(group)
  * improve RobotState::updateStateWithLinkAt() (ros-planning:moveit#765 <https://github.com/ros-planning/moveit/issues/765>)
  * fix computation of shape_extents_ of links w/o shapes (ros-planning:moveit#766 <https://github.com/ros-planning/moveit/issues/766>)
  * Fix computation of axis-aligned bounding box (ros-planning:moveit#703 <https://github.com/ros-planning/moveit/issues/703>)
  * RobotModel::getRigidlyConnectedParentLinkModel()
    ... to compute earliest parent link that is rigidly connected to a given link
  * Iterative cubic spline interpolation (ros-planning:moveit#441 <https://github.com/ros-planning/moveit/issues/441>)
  * Contributors: Bryce Willey, Ian McMahon, Ken Anderson, Levi Armstrong, Maarten de Vries, Martin Pecka, Michael Görner, Mike Lautman, Patrick Holthaus, Robert Haschke, Victor Lamoine, Xiaojian Ma

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 24 May 2018 16:00:00 -0000

ros-humble-moveit-core (0.9.11-1bookworm) bookworm; urgency=high

  * [fix] ros-planning:moveit#723; attached bodies are not shown in trajectory visualization anymore ros-planning:moveit#724 <https://github.com/ros-planning/moveit/issues/724>
  * [fix] Shortcomings in kinematics plugins ros-planning:moveit#714 <https://github.com/ros-planning/moveit/issues/714>
  * Contributors: Henning Kayser, Michael Görner, Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 24 Dec 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.10-1bookworm) bookworm; urgency=high

  * [fix] Add missing logWarn argument (ros-planning:moveit#707 <https://github.com/ros-planning/moveit/issues/707>)
  * [fix] IKConstraintSampler: Fixed transform from end-effector to ik chain tip. ros-planning:moveit#582 <https://github.com/ros-planning/moveit/issues/582>
  * [fix] robotStateMsgToRobotState: is_diff==true => not empty ros-planning:moveit#589 <https://github.com/ros-planning/moveit/issues/589>
  * [capability] Multi DOF Trajectory only providing translation not velocity (ros-planning:moveit#555 <https://github.com/ros-planning/moveit/issues/555>)
  * [capability] Adds parameter lookup function for kinematics plugins (ros-planning:moveit#701 <https://github.com/ros-planning/moveit/issues/701>)
  * [improve] Make operator bool() explicit ros-planning:moveit#696 <https://github.com/ros-planning/moveit/pull/696>
  * [improve] Get msgs from Planning Scene ros-planning:moveit#663 <https://github.com/ros-planning/moveit/issues/663>
  * [improve] moveit_core: export DEPENDS on LIBFCL ros-planning:moveit#632 <https://github.com/ros-planning/moveit/pull/632>
  * [improve] RobotState: Changed multi-waypoint version of computeCartesianPath to test joint space jumps after all waypoints are generated. (ros-planning:moveit#576 <https://github.com/ros-planning/moveit/issues/576>)
  * [improve] Better debug output for IK tip frames (ros-planning:moveit#603 <https://github.com/ros-planning/moveit/issues/603>)
  * [improve] New debug console colors YELLOW PURPLE (ros-planning:moveit#604 <https://github.com/ros-planning/moveit/issues/604>)
  * Contributors: Dave Coleman, Dennis Hartmann, Henning Kayser, Isaac I.Y. Saito, Jorge Nicho, Michael Görner, Phil, Sarah Elliott, Simon Schmeisser, TroyCordie, v4hn

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 08 Dec 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.9-1bookworm) bookworm; urgency=high

  * [fix][moveit_core] segfault due to missing string format parameter. (ros-planning:moveit#547 <https://github.com/ros-planning/moveit/issues/547>)
  * [fix][moveit_core] doc-comment for robot_state::computeAABB (ros-planning:moveit#516 <https://github.com/ros-planning/moveit/issues/516>)
  * Contributors: Martin Pecka, henhenhen

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 05 Aug 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.8-1bookworm) bookworm; urgency=high



 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 20 Jun 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.7-1bookworm) bookworm; urgency=high

  * [fix] checks for empty name arrays messages before parsing the robot state message data (ros-planning:moveit#499 <https://github.com/ros-planning/moveit/issues/499>)
  * Contributors: Jorge Nicho, Michael Goerner

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 04 Jun 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.6-1bookworm) bookworm; urgency=high

  * [fix] PlanarJointModel::getVariableRandomPositionsNearBy (ros-planning:moveit#464 <https://github.com/ros-planning/moveit/issues/464>)
  * Contributors: Tamaki Nishino

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 11 Apr 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.5-1bookworm) bookworm; urgency=high

  * [fix][moveit_ros_warehouse] gcc6 build error ros-planning:moveit#423 <https://github.com/ros-planning/moveit/pull/423>
  * [enhancement] Remove "catch (...)" instances, catch std::exception instead of std::runtime_error (ros-planning:moveit#445 <https://github.com/ros-planning/moveit/issues/445>)
  * Contributors: Bence Magyar, Dave Coleman

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 07 Mar 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.4-1bookworm) bookworm; urgency=high

  * [fix] PlanningScene: Don't reset color information of existing objects when new entries are added (ros-planning:moveit#410 <https://github.com/ros-planning/moveit/issues/410>)
  * [fix] update link transforms in UnionConstraintSampler::project (ros-planning:moveit#384 <https://github.com/ros-planning/moveit/issues/384>)
  * [capability Addition of Set Joint Model Group Velocities and Accelerations Functions (ros-planning:moveit#402 <https://github.com/ros-planning/moveit/issues/402>)
  * [capability] time parameterization: use constants (ros-planning:moveit#380 <https://github.com/ros-planning/moveit/issues/380>)
  * [enhancement] multiple shapes in an attached collision object ros-planning:moveit#421 <https://github.com/ros-planning/moveit/pull/421>
  * [maintenance] Use static_cast to cast to const. (ros-planning:moveit#433 <https://github.com/ros-planning/moveit/issues/433>)
  * [maintenance] ompl_interface: uniform & simplified handling of the default planner (ros-planning:moveit#371 <https://github.com/ros-planning/moveit/issues/371>)
  * Contributors: Dave Coleman, Maarten de Vries, Michael Goerner, Mike Lautman, Ruben

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 05 Feb 2017 16:00:00 -0000

ros-humble-moveit-core (0.9.3-1bookworm) bookworm; urgency=high

  * [fix] Replace unused service dependency with msg dep (ros-planning:moveit#361 <https://github.com/ros-planning/moveit/issues/361>)
  * [fix] cleanup urdfdom compatibility (ros-planning:moveit#319 <https://github.com/ros-planning/moveit/issues/319>)
  * [fix] Fix missing compatibility header for Wily ros-planning:moveit#364 <https://github.com/ros-planning/moveit/issues/364>)
  * [enhancement] Improved RobotState feedback for setFromIK() (ros-planning:moveit#342 <https://github.com/ros-planning/moveit/issues/342>)
  * [maintenance] Updated package.xml maintainers and author emails ros-planning:moveit#330 <https://github.com/ros-planning/moveit/issues/330>
  * Contributors: Dave Coleman, Ian McMahon, Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 15 Nov 2016 16:00:00 -0000

ros-humble-moveit-core (0.9.2-1bookworm) bookworm; urgency=high

  * [Fix] CHANGELOG encoding for 0.9.1 (Fix ros-planning:moveit#318 <https://github.com/ros-planning/moveit/issues/318>). (ros-planning:moveit#327 <https://github.com/ros-planning/moveit/issues/327>)
  * [Capability] compatibility to urdfdom < 0.4 (ros-planning:moveit#317 <https://github.com/ros-planning/moveit/issues/317>)
  * [Capability] New isValidVelocityMove() for checking maximum velocity between two robot states given time delta
  * [Maintenance] Travis check code formatting (ros-planning:moveit#309 <https://github.com/ros-planning/moveit/issues/309>)
  * [Maintenance] Auto format codebase using clang-format (ros-planning:moveit#284 <https://github.com/ros-planning/moveit/issues/284>)
  * Contributors: Dave Coleman, Isaac I. Y. Saito, Robert Haschke

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 04 Nov 2016 16:00:00 -0000

ros-humble-moveit-core (0.8.2-1bookworm) bookworm; urgency=high

  * [feat] planning_scene updates: expose success state to caller. This is required to get the information back for the ApplyPlanningSceneService. ros-planning:moveit_core#296 <https://github.com/ros-planning/moveit_core/issues/297>
  * [sys] replaced cmake_modules dependency with eigen
  * Contributors: Michael Ferguson, Robert Haschke, Michael Goerner, Isaac I. Y. Saito

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 16 Jun 2016 16:00:00 -0000

ros-humble-moveit-core (0.8.1-1bookworm) bookworm; urgency=high

  * Corrected check in getStateAtDurationFromStart (cherry-picking ros-planning:moveit_core#291 <https://github.com/ros-planning/moveit_core/issues/291> from indigo-devel)
  * Contributors: Hamal Marino

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 18 May 2016 16:00:00 -0000

ros-humble-moveit-core (0.8.0-1bookworm) bookworm; urgency=high

  * [feat] Added file and trajectory_msg to RobotState conversion functions ros-planning:moveit_core#267 <https://github.com/ros-planning/moveit_core/issues/267>
  * [feat] Added setJointVelocity and setJointEffort functions ros-planning:moveit_core#261 <https://github.com/ros-planning/moveit_core/issues/261>
  * [feat] KinematicsBase changes ros-planning:moveit_core#248 <https://github.com/ros-planning/moveit_core/issues/248>
  * [feat] added an ik_seed_state argument to the new getPositionIK(...) method
  * [feat] added new interface method for computing multiple ik solutions for a single pose
  * [fix] RevoluteJointModel::computeVariablePositions ros-planning:moveit_core#282 <https://github.com/ros-planning/moveit_core/issues/282>
  * [fix] getStateAtDurationFromStart would never execute as the check for number of waypoints was inverted ros-planning:moveit_core#289 <https://github.com/ros-planning/moveit_core/issues/289>
  * [fix] Revert "Use libfcl-dev rosdep key in kinetic" ros-planning:moveit_core#287 <https://github.com/ros-planning/moveit_core/issues/287>
  * [fix] memory leak in RobotState::attachBody ros-planning:moveit_core#276 <https://github.com/ros-planning/moveit_core/issues/276>. Fixing ros-planning:moveit_core#275 <https://github.com/ros-planning/moveit_core/issues/275>
  * [fix] New getOnlyOneEndEffectorTip() function ros-planning:moveit_core#262 <https://github.com/ros-planning/moveit_core/issues/262>
  * [fix] issue ros-planning:moveit_core#258 <https://github.com/ros-planning/moveit_core/issues/258> in jade-devel ros-planning:moveit_core#266 <https://github.com/ros-planning/moveit_core/issues/266>
  * [fix] Segfault in parenthesis operator ros-planning:moveit_core#254 <https://github.com/ros-planning/moveit_core/issues/254>
  * [fix] API Change of shape_tools ros-planning:moveit_core#242 <https://github.com/ros-planning/moveit_core/issues/242>
  * [fix] Fixed bug in KinematicConstraintSet::decide that makes it evaluate only joint_constraints. ros-planning:moveit_core#250 <https://github.com/ros-planning/moveit_core/issues/250>
  * [fix] Prevent divide by zero ros-planning:moveit_core#246 <https://github.com/ros-planning/moveit_core/issues/246>
  * [fix] removed the 'f' float specifiers and corrected misspelled method name
  * [fix] typo MULTIPLE_TIPS_NO_SUPPORTED -> MULTIPLE_TIPS_NOT_SUPPORTED
  * [sys] Upgrade to Eigen3 as required in Jade ros-planning:moveit_core#293 <https://github.com/ros-planning/moveit_core/issues/293>
  * [sys] [cmake] Tell the compiler about FCL include dirs ros-planning:moveit_core#263 <https://github.com/ros-planning/moveit_core/issues/263>
  * [sys] Install static libs ros-planning:moveit_core#251 <https://github.com/ros-planning/moveit_core/issues/251>
  * [enhance] Allow a RobotTrajectory to be initialized with a pointer joint model group ros-planning:moveit_core#245 <https://github.com/ros-planning/moveit_core/issues/245>
  * [doc] Better documentation and formatting ros-planning:moveit_core#244 <https://github.com/ros-planning/moveit_core/issues/244>
  * Contributors: Alexis Ballier, Bastian Gaspers, Christian Dornhege, Dave Coleman, Gary Servin, Ioan A Sucan, Isaac I.Y. Saito, Jim Mainprice, Levi Armstrong, Michael Ferguson, Mihai Pomarlan, Robert Haschke, Sachin Chitta, Sam Pfeiffer, Steven Peters, Severin Lemaignan, jrgnicho, ros-devel, simonschmeisser

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 17 May 2016 16:00:00 -0000

ros-humble-moveit-core (0.6.15-1bookworm) bookworm; urgency=high

  * add ptr/const ptr types for distance field
  * update maintainers
  * Contributors: Ioan A Sucan, Michael Ferguson

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 19 Jan 2015 16:00:00 -0000

ros-humble-moveit-core (0.6.14-1bookworm) bookworm; urgency=high

  * Add time factor to iterative_time_parametrization
  * Contributors: Dave Coleman, Michael Ferguson, kohlbrecher

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 14 Jan 2015 16:00:00 -0000

ros-humble-moveit-core (0.6.13-1bookworm) bookworm; urgency=high

  * add getShapePoints() to distance field
  * update distance_field API to no longer use geometry_msgs
  * Added ability to remove all collision objects directly through API (without using ROS msgs)
  * Planning Scene: Ability to offset geometry loaded from stream
  * Namespaced pr2_arm_kinematics_plugin tests to allow DEBUG output to be suppressed during testing
  * Contributors: Dave Coleman, Ioan A Sucan, Michael Ferguson

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 19 Dec 2014 16:00:00 -0000

ros-humble-moveit-core (0.6.12-1bookworm) bookworm; urgency=high

  * Merge pull request ros-planning:moveit_core#214 <https://github.com/ros-planning/moveit_core/issues/214> from mikeferguson/collision_plugin
    moveit_core components of collision plugins
  * Merge pull request ros-planning:moveit_core#210 <https://github.com/ros-planning/moveit_core/issues/210> from davetcoleman/debug_model
    Fix truncated debug message
  * Fixed a number of tests, all are now passing on buildfarm
  * Merge pull request ros-planning:moveit_core#208 <https://github.com/ros-planning/moveit_core/issues/208> from mikeferguson/update_fcl_api
    update to use non-deprecated call
  * Contributors: Dave Coleman, Ioan A Sucan, Michael Ferguson

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 02 Dec 2014 16:00:00 -0000

ros-humble-moveit-core (0.6.11-1bookworm) bookworm; urgency=high

  * Merge pull request ros-planning:moveit_core#204 <https://github.com/ros-planning/moveit_core/issues/204> from mikeferguson/indigo-devel
  * forward port ros-planning:moveit_core#198 <https://github.com/ros-planning/moveit_core/issues/198> to indigo
  * Contributors: Ioan A Sucan, Michael Ferguson

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 02 Nov 2014 16:00:00 -0000

ros-humble-moveit-core (0.6.10-1bookworm) bookworm; urgency=high

  * Made setVerbose virtual in constraint_sampler so that child classes can override
  * Manipulability Index Error for few DOF
    When the group has fewer than 6 DOF, the Jacobian is of the form 6xM and when multiplied by its transpose, forms a 6x6 matrix that is singular and its determinant is always 0 (or NAN if the solver cannot calculate it).
    Since calculating the SVD of a Jacobian is a costly operation, I propose to retain the calculation of the Manipulability Index through the determinant for 6 or more DOF (where it produces the correct result), but use the product of the singular values of the Jacobian for fewer DOF.
  * Fixed missing test depends for tf_conversions
  * Allow setFromIK() with multiple poses to single IK solver
  * Improved debug output
  * Removed duplicate functionality poseToMsg function
  * New setToRandomPositions function with custom rand num generator
  * Moved find_package angles to within CATKIN_ENABLE_TESTING
  * Getter for all tips (links) of every end effector in a joint model group
  * New robot state to (file) stream conversion functions
  * Added default values for iostream in print statements
  * Change PlanningScene constructor to RobotModelConstPtr
  * Documentation and made printTransform() public
  * Reduced unnecessary joint position copying
  * Added getSubgroups() helper function to joint model groups
  * Maintain ordering of poses in order that IK solver expects
  * Added new setToRandomPositions function that allows custom random number generator to be specified
  * Split setToIKSolverFrame() into two functions
  * Add check for correct solver type
  * Allowed setFromIK to do whole body IK solving with multiple tips
  * Contributors: Acorn, Dave Coleman, Ioan A Sucan, Jonathan Weisz, Konstantinos Chatzilygeroudis, Sachin Chitta, hersh

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 26 Oct 2014 16:00:00 -0000

ros-humble-moveit-core (0.5.10-1bookworm) bookworm; urgency=high

  * making Saucy and Trusty version of includes to be compatible with upstream packaging. re: https://github.com/ros/rosdistro/issues/4633
  * Contributors: Tully Foote

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 29 Jun 2014 16:00:00 -0000

ros-humble-moveit-core (0.5.9-1bookworm) bookworm; urgency=high

  * Fixed bug in RevoluteJointModel::distance() giving large negative numbers.
  * kinematics_base: added an optional RobotState for context.
  * fix pick/place approach/retreat on indigo/14.04
  * Fixed bug in RevoluteJointModel::distance() giving large negative numbers.
  * IterativeParabolicTimeParameterization now ignores virtual joints.
  * kinematics_base: added an optional RobotState for context.
  * Removed check for multi-dof joints in iterative_time_parameterization.cpp.
  * fix pick/place approach/retreat on indigo/14.04
  * IterativeParabolicTimeParameterization now ignores virtual joints.
    When checking if all joints are single-DOF, it accepts multi-DOF joints only if they are
    also virtual.
  * Fix compiler warnings
  * Address [cppcheck: unreadVariable] warning.
  * Address [cppcheck: postfixOperator] warning.
  * Address [cppcheck: stlSize] warning.
  * Address [-Wunused-value] warning.
  * Address [-Wunused-variable] warning.
  * Address [-Wreturn-type] warning.
  * Address [-Wsign-compare] warning.
  * Address [-Wreorder] warning.
  * Allow joint model group to have use IK solvers with multiple tip frames
  * KinematicsBase support for multiple tip frames and IK requests with multiple poses
  * dynamics_solver: fix crashbug
    Ignore joint that does not exist (including the virtual joint if it is part of
    the group).
  * Changed KinematicsBase::supportsGroup() to use a more standard call signature.
  * Merged with hydro-devel
  * Removed unnecessary error output
  * Removed todo
  * Added support for legacy IK calls without solution_callback
  * Merge branch 'hydro-devel' into kinematic_base
  * Changed KinematicsBase::supportsGroup() to use a more standard call signature.
  * Added empty check.
  * computeCartesianPath waypoints double-up fix
    computeCartesianPath appends full trajectories between waypoints when given a vector of waypoints. As trajectories include their endpoints, this leads to the combined trajectory being generated with duplicate points at waypoints, which can lead to pauses or stuttering.
    This change skips the first point in trajectories generated between waypoints.
  * avoid unnecessary calculations
  * Created supportsGroup() test for IK solvers
  * from ros-planning/more-travis-tests
    More Travis test fixes.
  * Commented out failing test.
    run_tests_moveit_ros_perception requires glut library, and thus a video card or X server, but I haven't had any luck making such things work on Travis.
  * avoid unnecessary calculations
    If we are not going to use the missing vector then we should not create it
    (avoid an expensive operation).
  * Code cleanup
  * Allow joint model group to have use IK solvers with multiple tip frames
  * Authorship
  * Fixed missing removeSlash to setValues()
  * Feedback and cleaned up comment lengths
  * Cleaned up commit
  * KinematicsBase support for multiple tip frames and IK requests with multiple poses
  * More Travis test fixes.
    Switched test_constraint_samplers.cpp from build-time to run-time reference to moveit_resources.
    Added passing run_tests_moveit_core_gtest_test_robot_state_complex test to .travis.yml.
    Added 'make tests' to .travis.yml to make all tests, even failing ones.
  * Contributors: Acorn Pooley, Adolfo Rodriguez Tsouroukdissian, Dave Coleman, Dave Hershberger, Martin Szarski, Michael Ferguson, Sachin Chitta, hersh, sachinc

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 22 Jun 2014 16:00:00 -0000

ros-humble-moveit-core (0.5.8-1bookworm) bookworm; urgency=high

  * Dix bad includes after upstream catkin fix
  * update how we find eigen: this is needed for indigo
  * Contributors: Ioan A Sucan, Dirk Thomas, Vincent Rabaud

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 02 Mar 2014 16:00:00 -0000

ros-humble-moveit-core (0.5.7-1bookworm) bookworm; urgency=high

  * Constraint samplers bug fix and improvements
  * fix for reverting PR ros-planning:moveit_core#148
  * Fix joint variable location segfault
  * Better enforce is_valid as a flag that indicated proper configuration has been completed, added comments and warning
  * Fix fcl dependency in CMakeLists.txt
  * Fixed asymmetry between planning scene read and write.
  * Improved error output for state conversion
  * Added doxygen for RobotState::attachBody() warning of danger.
  * Improved error output for state converstion
  * Debug and documentation
  * Added new virtual getName() function to constraint samplers
  * Made getName() const with static variable
  * KinematicsMetrics crashes when called with non-chain groups.
  * Added prefixes to debug messages
  * Documentation / comments
  * Fixed asymmetry between planning scene read and write.
  * Added new virtual getName function to constraint samplers for easier debugging and plugin management
  * KinematicsMetrics no longer crashes when called with non-chain groups.
  * Added doxygen for RobotState::attachBody() warning of danger.
  * resolve full path of fcl library
    Because it seems to be common practice to ignore ${catkin_LIBRARY_DIRS}
    it's more easy to resolve the full library path here instead.
  * Fix fcl dependency in CMakeLists.txt
    See http://answers.ros.org/question/80936 for details
    Interestingly collision_detection_fcl already uses the correct
    variable ${LIBFCL_LIBRARIES} although it wasn't even set before
  * Contributors: Dave Coleman, Dave Hershberger, Ioan A Sucan, Sachin Chitta, sachinc, v4hn

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 26 Feb 2014 16:00:00 -0000

ros-humble-moveit-core (0.5.6-1bookworm) bookworm; urgency=high

  * fix mix-up comments, use getCollisionRobotUnpadded() since this function is checkCollisionUnpadded.
  * Updated tests to new run-time usage of moveit_resources.
  * robot_state: comment meaning of default
  * Trying again to fix broken tests.
  * document RobotState methods
  * transforms: clarify comment
  * Fixed build of test which depends on moveit_resources.
  * Removed debug-write in CMakeLists.txt.
  * Added running of currently passing tests to .travis.yml.
  * Add kinematic options when planning for CartesianPath
  * -Fix kinematic options not getting forwarded, which can lead to undesired behavior in some cases
  * Added clarifying doxygen to collision_detection::World::Object.

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 05 Feb 2014 16:00:00 -0000

ros-humble-moveit-core (0.5.5-1bookworm) bookworm; urgency=high

  * Fix for computing jacobian when the root_joint is not an active joint.
  * RobotState: added doxygen comments clarifying action of attachBody().
  * Always check for dirty links.
  * Update email addresses.
  * Robot_state: fix copy size bug.
  * Corrected maintainer email.
  * Fixed duration in robottrajectory.swap.
  * Fixing distance field bugs.
  * Compute associated transforms bug fixed.
  * Fixing broken tests for changes in robot_state.
  * Fixed doxygen function-grouping.
  * Fix ros-planning:moveit_core#95 <https://github.com/ros-planning/moveit_core/issues/95>.
  * More docs for RobotState.

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 02 Dec 2013 16:00:00 -0000

ros-humble-moveit-core (0.5.4-1bookworm) bookworm; urgency=high

  * Add functionality for enforcing velocity limits; update API to better naming to cleanly support the new additions
  * Adding Travis Continuous Integration to MoveIt
  * remember if a group could be a parent of an eef, even if it is not the default one

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 10 Oct 2013 16:00:00 -0000

ros-humble-moveit-core (0.5.3-1bookworm) bookworm; urgency=high

  * remove use of flat_map

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 24 Sep 2013 16:00:00 -0000

ros-humble-moveit-core (0.5.2-1bookworm) bookworm; urgency=high

  * Rewrite RobotState and significantly update RobotModel; lots of optimizations
  * add support for diffs in RobotState
  * fix ros-planning:moveit_core#87 <https://github.com/ros-planning/moveit_core/issues/87>
  * add non-const variants for getRobotMarkers
  * use trajectory_msgs::JointTrajectory for object attach information instead of sensor_msgs::JointState
  * add effort to robot state
  * do not include mimic joints or fixed joints in the set of joints in a robot trajectory
  * voxel_grid: finish adding Eigen accessors
  * voxel_grid: add Eigen accessors
  * eliminate determineCollisionPoints() and distance_field_common.h
  * propagation_distance_field: make getNearestCell() work with max_dist cells
  * distance_field: fix bug in adding shapes
  * propagation_distance_field: add getNearestCell()

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 22 Sep 2013 16:00:00 -0000

ros-humble-moveit-core (0.5.1-1bookworm) bookworm; urgency=high

  * remove CollisionMap message, allow no link name in for AttachedCollisionObject REMOVE operations
  * make headers and author definitions aligned the same way; white space fixes
  * move background_processing lib to core
  * enable RTTI for CollisionRequest
  * added ability to find attached objects for a group
  * add function for getting contact pairs

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 12 Aug 2013 16:00:00 -0000

ros-humble-moveit-core (0.5.0-1bookworm) bookworm; urgency=high

  * move msgs to common_msgs

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 14 Jul 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.7-1bookworm) bookworm; urgency=high

  * doc updates
  * white space fixes (tabs are now spaces)
  * update root joint if needed, after doing backward fk
  * adding options struct to kinematics base
  * expose a planning context in the planning_interface base library

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 11 Jul 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.6-1bookworm) bookworm; urgency=high

  * Added ability to change planner configurations in the interface
  * add docs for controller manager
  * fix computeTransformBackward()

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 02 Jul 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.5-1bookworm) bookworm; urgency=high

  * add computeBackwardTransform()
  * bugfixes for voxel_grid, distance_field
  * slight improvements to profiler
  * Fixes compile failures on OS X with clang
  * minor speedup in construction of RobotState
  * fix time parametrization crash due to joints that have ros-planning:moveit_core#variables!=1
  * remove re-parenting of URDF models feature (we can do it cleaner in a different way)

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 25 Jun 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.4-1bookworm) bookworm; urgency=high

  * fixes for hydro
  * be careful about when to add a / in front of the frame name

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 02 Jun 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.3-1bookworm) bookworm; urgency=high

  * remove distinction of loaded and active controllers

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 30 May 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.2-1bookworm) bookworm; urgency=high

  * generate header with version information

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 28 May 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.1-1bookworm) bookworm; urgency=high

  * fix ros-planning:moveit_core#66 <https://github.com/ros-planning/moveit_core/issues/66>
  * rename getTransforms() to copyTransforms()
  * refactor how we deal with frames; add a separate library
  * remove direction from CollisionResult

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 26 May 2013 16:00:00 -0000

ros-humble-moveit-core (0.4.0-1bookworm) bookworm; urgency=high

  * attempt to fix ros-planning:moveit_core#241 <https://github.com/ros-planning/moveit_core/issues/241> from moveit_ros
  * update paths so that files are found in the globally installed moveit_resources package
  * remove magical 0.2 and use of velocity_map
  * Work on issue ros-planning:moveit_core#35 <https://github.com/ros-planning/moveit_core/issues/35>.

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 22 May 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.19-1bookworm) bookworm; urgency=high

  * rename getAttachPosture to getDetachPosture
  * add support for attachment postures and implement MOVE operation for CollisionObject
  * add ability to fill in planning scene messages by component
  * when projection from start state fails for IK samplers, try random states
  * bugfixes

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 01 May 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.18-1bookworm) bookworm; urgency=high

  * allow non-const access to kinematic solver
  * bugfix: always update variable transform

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 16 Apr 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.17-1bookworm) bookworm; urgency=high

  * bugfixes
  * add console colors
  * add class fwd macro
  * cleanup API of trajectory lookup
  * Added method to get joint type as string
  * fixing the way mimic joints are updated
  * fixed tests

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 15 Apr 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.16-1bookworm) bookworm; urgency=high

  * bugfixes
  * robot_state::getFrameTransform now returns a ref instead of a pointer; fixed a bug in transforming Vector3 with robot_state::Transforms, add planning_scene::getFrameTransform
  * add profiler tool (from ompl)

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 14 Mar 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.15-1bookworm) bookworm; urgency=high

  * Remove configure from PlanningScene
  * return shared_ptr from getObject() (was ref to shared_ptr)
  * use NonConst suffix on PlanningScene non-const get functions.
  * make setActiveCollisionDetector(string) return bool status
  * use CollisionDetectorAllocator in PlanningScene
  * add World class
  * bodies attached to the same link should not collide
  * include velocities in conversions
  * Added more general computeCartesianPath, takes vector of waypoints
  * efficiency improvements

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 07 Mar 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.14-1bookworm) bookworm; urgency=high

  * initialize controller state by default
  * fix ros-planning:moveit_core#157 <https://github.com/ros-planning/moveit_core/issues/157> in moveit_ros
  * fix moveit_ros/ros-planning:moveit_core#152 <https://github.com/ros-planning/moveit_core/issues/152>

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 04 Feb 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.13-1bookworm) bookworm; urgency=high

  * add a means to get the names of the known states (as saved in SRDF)
  * removed kinematics planner

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 04 Feb 2013 15:25:00 -0000

ros-humble-moveit-core (0.3.12-1bookworm) bookworm; urgency=high

  * Adding comments to voxel grid
  * Adding in octree constructor and some additional fields and tests
  * Getting rid of obstacle_voxel set as it just slows things down
  * Removing pf_distance stuff, adding some more performance, getting rid of addCollisionMapToField function
  * Fixing some bugs for signed distance field and improving tests
  * Merging signed functionality into PropagateDistanceField, adding remove capabilities, and adding a few comments and extra tests

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 04 Feb 2013 05:16:00 -0000

ros-humble-moveit-core (0.3.11-1bookworm) bookworm; urgency=high

  * rename KinematicState to RobotState, KinematicTrajectory to RobotTrajectory
  * remove warnings about deprecated functions, use a deque instead of vector to represent kinematic trajectories

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 01 Feb 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.10-1bookworm) bookworm; urgency=high

  * fix ros-planning:moveit_core#28 <https://github.com/ros-planning/moveit_core/issues/28>
  * improves implementation of metaball normal refinement for octomap
  * add heuristic to detect jumps in joint-space distance
  * make it such that when an end effector is looked up by group name OR end effector name, things work as expected
  * removed urdf and srdf from configure function since kinematic model is also passed in
  * make sure decoupling of scenes from parents that are themselves diffs to other scenes actually works
  * Fix KinematicState::printStateInfo to actually print to the ostream given.
  * add option to specify whether the reference frame should be global or not when computing Cartesian paths
  * update API for trajectory smoother
  * add interpolation function that takes joint velocities into account, generalize setDiffFromIK
  * add option to reverse trajectories
  * add computeCartesianPath()
  * add ability to load & save scene geometry as text
  * compute jacobian with kdl
  * fix ros-planning:moveit_core#15 <https://github.com/ros-planning/moveit_core/issues/15>

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 27 Jan 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.9-1bookworm) bookworm; urgency=high

  * adding logError when kinematics solver not instantiated, also changing @class
  * move some functions to a anonymous namespace
  * add doc for kinematic_state ns

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 04 Jan 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.8-1bookworm) bookworm; urgency=high

  * add one more CATKIN dep

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 02 Jan 2013 16:00:00 -0000

ros-humble-moveit-core (0.3.7-1bookworm) bookworm; urgency=high

  * add capabilities related to reasoning about end-effectors

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 30 Dec 2012 16:00:00 -0000

ros-humble-moveit-core (0.3.6-1bookworm) bookworm; urgency=high

  * add ability to specify external sampling constraints for constraint samplers

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 19 Dec 2012 16:00:00 -0000

ros-humble-moveit-core (0.3.5-1bookworm) bookworm; urgency=high

  * fix build system

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 18 Dec 2012 17:40:00 -0000

ros-humble-moveit-core (0.3.4-1bookworm) bookworm; urgency=high

  * add notion of default number of IK attempts
  * added ability to use IK constraints in sampling with IK samplers
  * fixing service request to take proper group name, check for collisions
  * make setFromIK() more robust

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 18 Dec 2012 17:32:00 -0000

ros-humble-moveit-core (0.3.3-1bookworm) bookworm; urgency=high

  * adding capability for constraint aware kinematics + consistency limits to joint state group
  * changing the way consistency limits are specified
  * speed up implementation of infinityNormDistance()
  * adding distance functions and more functions to sample near by
  * remove the notion of PlannerCapabilities

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 08 Dec 2012 16:00:00 -0000

ros-humble-moveit-core (0.3.2-1bookworm) bookworm; urgency=high

  * robustness checks + re-enabe support for octomaps
  * adding a bunch of functions to sample near by

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 03 Dec 2012 16:00:00 -0000

ros-humble-moveit-core (0.3.1-1bookworm) bookworm; urgency=high

  * update debug messages for dealing with attached bodies, rely on the conversion functions more
  * changing manipulability calculations
  * adding docs
  * log error if joint model group not found
  * cleaning up code, adding direct access api for better efficiency

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 02 Dec 2012 16:00:00 -0000

ros-humble-moveit-core (0.3.0-1bookworm) bookworm; urgency=high

  * added a helper function

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 29 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.12-1bookworm) bookworm; urgency=high

  * fixing payload computations
  * Changing pr2_arm_kinematics test plugin for new kinematics_base changes
  * Finished updating docs, adding tests, and making some small changes to the function of UnionConstraintSampler and ConstraintSamplerManager
  * Some extra logic for making sure that a set of joint constraints has coverage for all joints, and some extra tests and docs for constraint sampler manager
  * adding ik constraint sampler tests back in, and modifying dependencies such that everything builds
  * Changing the behavior of default_constraint_sampler JointConstraintSampler to support detecting conflicting constraints or one constraint that narrows another value, and adding a new struct for holding data.  Also making kinematic_constraint ok with values that are within 2*epsilon of the limits

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 28 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.11-1bookworm) bookworm; urgency=high

  * update kinematics::KinematicBase API and add the option to pass constraints to setFromIK() in KinematicState

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 27 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.10-1bookworm) bookworm; urgency=high

  * minor reorganization of code
  * fix ros-planning:moveit_core#10 <https://github.com/ros-planning/moveit_core/issues/10>

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 24 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.9-1bookworm) bookworm; urgency=high

  * minor bugfix

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 22 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.8-1bookworm) bookworm; urgency=high

  * removing deprecated functions

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 20 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.7-1bookworm) bookworm; urgency=high

  * moving sensor_manager and controller_manager from moveit_ros

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 18 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.6-1bookworm) bookworm; urgency=high

  * reorder includes
  * add group name option to collision checking via planning scene functions

 -- Henning Kayser <henningkayser@picknik.ai>  Fri, 16 Nov 2012 06:19:00 -0000

ros-humble-moveit-core (0.2.5-1bookworm) bookworm; urgency=high

  * update DEPENDS
  * robustness checks

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 13 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.4-1bookworm) bookworm; urgency=high

  * add setVariableBounds()
  * read information about passive joints from srdf

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 11 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.3-1bookworm) bookworm; urgency=high

  * using srdf info for ros-planning:moveit_core#6 <https://github.com/ros-planning/moveit_core/issues/6>
  * fix ros-planning:moveit_core#6 <https://github.com/ros-planning/moveit_core/issues/6>

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 07 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.2-1bookworm) bookworm; urgency=high

  * add processPlanningSceneWorldMsg()
  * Adding and fixing tests
  * Adding docs
  * moves refineNormals to new file in collision_detection
  * Fixed bugs in PositionConstraint, documented Position and Orientation constraint, extended tests for Position and OrientationConstraint and started working on tests for VisibilityConstraint
  * more robust checking of joint names in joint constraints
  * adds smoothing to octomap normals; needs better testing

 -- Henning Kayser <henningkayser@picknik.ai>  Tue, 06 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.1-1bookworm) bookworm; urgency=high

  * revert some of the install location changes

 -- Henning Kayser <henningkayser@picknik.ai>  Mon, 05 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.2.0-1bookworm) bookworm; urgency=high

  * update install target locations

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 04 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.1.19-1bookworm) bookworm; urgency=high

  * add dep on kdl_parser

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 01 Nov 2012 16:00:00 -0000

ros-humble-moveit-core (0.1.18-1bookworm) bookworm; urgency=high

  * add kinematics_metrics & dynamics_solver to build process

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 31 Oct 2012 16:00:00 -0000

ros-humble-moveit-core (0.1.17-1bookworm) bookworm; urgency=high

  * fix DEPENDS libs

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 27 Oct 2012 10:48:00 -0000

ros-humble-moveit-core (0.1.16-1bookworm) bookworm; urgency=high

  * more robust checking of joint names in joint constraints
  * KinematicModel and KinematicState are independent; need to deal with transforms and conversions next

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 27 Oct 2012 08:14:00 -0000

ros-humble-moveit-core (0.1.15-1bookworm) bookworm; urgency=high

  * moving all headers under include/moveit/ and using console_bridge instead of rosconsole

 -- Henning Kayser <henningkayser@picknik.ai>  Sun, 21 Oct 2012 16:00:00 -0000

ros-humble-moveit-core (0.1.14-1bookworm) bookworm; urgency=high

  * fix typo

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 20 Oct 2012 03:20:00 -0000

ros-humble-moveit-core (0.1.13-1bookworm) bookworm; urgency=high

  * removing no longer needed deps
  * add ``moveit_`` prefix for all generated libs

 -- Henning Kayser <henningkayser@picknik.ai>  Sat, 20 Oct 2012 02:51:00 -0000

ros-humble-moveit-core (0.1.12-1bookworm) bookworm; urgency=high

  * porting to new build system
  * moved some libraries to moveit_planners
  * add access to URDF and SRDF in planning_models
  * Adding in path constraints for validating states, needs more testing

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 17 Oct 2012 16:00:00 -0000

ros-humble-moveit-core (0.1.11-1bookworm) bookworm; urgency=high

  * update conversion functions for kinematic states to support attached bodies

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 20 Sep 2012 04:55:00 -0000

ros-humble-moveit-core (0.1.10-1bookworm) bookworm; urgency=high

  * making JointConstraints + their samplers work with local variables for multi_dof joints
  * Remove fast time parameterization and zero out waypoint times
  * setting correct error codes
  * bugfixes
  * changing the way subgroups are interpreted

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 20 Sep 2012 02:34:00 -0000

ros-humble-moveit-core (0.1.9-1bookworm) bookworm; urgency=high

  * bugfixes

 -- Henning Kayser <henningkayser@picknik.ai>  Thu, 13 Sep 2012 16:00:00 -0000

ros-humble-moveit-core (0.1.8-1bookworm) bookworm; urgency=high

  * bugfixes

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 12 Sep 2012 12:56:00 -0000

ros-humble-moveit-core (0.1.7-1bookworm) bookworm; urgency=high

  * bugfixes

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 12 Sep 2012 10:56:00 -0000

ros-humble-moveit-core (0.1.6-1bookworm) bookworm; urgency=high

  * add install targets, fix some warnings and errors

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 12 Sep 2012 10:39:00 -0000

ros-humble-moveit-core (0.1.5-1bookworm) bookworm; urgency=high

  * first release

 -- Henning Kayser <henningkayser@picknik.ai>  Wed, 12 Sep 2012 09:25:00 -0000


