CHANGELOG
Changelog for package moveit_common
2.11.0 (2024-09-16)
2.10.0 (2024-06-13)
Migrate ros-planning org to moveit (#2847) * Rename github.com/ros-planning -> github.com/moveit * Rename ros-planning.github.io -> moveit.github.io * Rename ros-planning organization in docker and CI workflow files - ghcr.io/ros-planning -> ghcr.io/moveit - github.repository == ‘moveit/*’’
CMake format and lint in pre-commit (#2683)
Contributors: Robert Haschke, Tyler Weaver
2.9.0 (2024-01-09)
Merge branch ‘main’ into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
Contributors: Sebastian Jahr
2.8.0 (2023-09-10)
2.7.4 (2023-05-18)
2.7.3 (2023-04-24)
2.7.2 (2023-04-18)
Switch from qos_event.hpp to event_handler.hpp (#2111) * Switch from qos_event.hpp to event_handler.hpp * moveit_common: Add a cmake interface library to keep humble support on main * Include qos_event.hpp or event_handler.hpp depending on the ROS 2 version * Fix ament_lint_cmake * Fix clang-tidy * PRIVATE linking in some cases * Update moveit_common/cmake/moveit_package.cmake Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com> * Fix servo and cleanup excessive CMake variable usage * Cleanup & make compiling * Small variable naming and const cleanup * Restore OpenCV linking * Public/private linking fixup * Revert “Restore OpenCV linking” This reverts commit 57a9efa806e59223e35a1f7e998d7b52f930c263. ——— Co-authored-by: JafarAbdi <jafar.uruc@gmail.com> Co-authored-by: Jafar <cafer.abdi@gmail.com> Co-authored-by: AndyZe <andyz@utexas.edu> Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com>
enabled -wformat (#2065) Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
Contributors: Heramb Modugula, Sebastian Jahr
2.7.1 (2023-03-23)
2.7.0 (2023-01-29)
2.6.0 (2022-11-10)
Improve CMake usage (#1550)
Contributors: Sebastian Jahr
2.5.3 (2022-07-28)
2.5.2 (2022-07-18)
2.5.1 (2022-05-31)
2.5.0 (2022-05-26)
2.4.0 (2022-01-20)
Merge https://github.com/ros-planning/moveit/commit/f3ac6070497da90da33551fc1dc3a68938340413
Contributors: Abishalini
2.3.2 (2021-12-29)
2.3.1 (2021-12-23)
2.3.0 (2021-10-08)
Upgrade to C++17
Contributors: Henning Kayser, Tyler Weaver
2.2.1 (2021-07-12)
Set project VERSION in moveit_common, fix sonames (#532)
Contributors: Henning Kayser
2.2.0 (2021-06-30)
2.1.4 (2021-05-31)
Fix ament_cmake ‘buildtool_depend’ in moveit_common (#480)
Contributors: Henning Kayser
2.1.3 (2021-05-22)
2.1.2 (2021-04-20)
Unify PickNik name in copyrights (#419)
Contributors: Tyler Weaver
2.1.1 (2021-04-12)
2.1.0 (2020-11-23)
[maint] Wrap common cmake code in ‘moveit_package()’ macro (#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
Contributors: Lior Lustgarten