Skip to content

Commit

Permalink
Update MIGRATION guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Nov 18, 2024
1 parent ff52653 commit eab7a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
API changes in MoveIt releases

## ROS Rolling
- [11/2024] Added flags to control padding to CollisionRequest. This change deprecates PlanningScene::checkCollisionUnpadded(..) functions. Please use PlanningScene::checkCollision(..) with a req.pad_environment_collisions = false;

- [12/2023] `trajectory_processing::Path` and `trajectory_processing::Trajectory` APIs have been updated to prevent misuse.
The constructors have been replaced by builder methods so that errors can be communicated. Paths and trajectories now need to be created with `Path::Create()` and `Trajectory::Create()`. These methods now return an `std::optional` that needs to be checked for a valid value. `Trajectory` no longer has the `isValid()` method. If it's invalid, `Trajectory::Create()` will return `std::nullopt`. Finally, `Path` now takes the list of input waypoints as `std::vector`, instead of `std::list`.
- [12/2023] LMA kinematics plugin is removed to remove the maintenance work because better alternatives exist like KDL or TracIK
Expand Down
4 changes: 0 additions & 4 deletions moveit_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package moveit_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.12.0 (202X-XX-XX)
-------------------
* Add flags to control padding to CollisionRequest and deprecate PlanningScene::checkCollisionUnpadded(..) functions


2.11.0 (2024-09-16)
-------------------
Expand Down

0 comments on commit eab7a26

Please sign in to comment.