Skip to content

Commit

Permalink
Updated MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobuj-Paul committed Feb 23, 2024
1 parent 00f1483 commit 5a7a7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
API changes in MoveIt releases

## ROS Rolling
- [2/2024] `StompPlanningContext::solve(planning_interface::MotionPlanDetailedResponse&)` has been implemented which gives a detailed response with multiple trajectories and their corresponding planning times.
- [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

0 comments on commit 5a7a7fe

Please sign in to comment.