Skip to content

Commit

Permalink
Add migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Aug 24, 2021
1 parent e2b2fea commit f87215f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ API changes in MoveIt releases
- The joint states of `passive` joints must be published in ROS and the CurrentStateMonitor will now wait for them as well. Their semantics dictate that they cannot be actively controlled, but they must be known to use the full robot state in collision checks. (https://github.com/ros-planning/moveit/pull/2663)
- Removed deprecated header `moveit/macros/deprecation.h`. Use `[[deprecated]]` instead.
- All uses of `MOVEIT_CLASS_FORWARD` et. al. must now be followed by a semicolon for consistency (and to get -pedantic builds to pass for the codebase).
- `collision_detection::CollisionPluginLoader` was renamed to `collision_detection::ROSCollisionPluginLoader`
A new class `collision_detection::CollisionPluginLoader` provides the core functionality, while the former class just adds the method `setupScene`.

## ROS Melodic

Expand Down

0 comments on commit f87215f

Please sign in to comment.