Skip to content

Commit

Permalink
List of Plugins Affected by Naming Standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxuefei committed Mar 30, 2024
1 parent 08d699a commit 6003e03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion migration/Iron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,11 @@ New graceful cancellation API for Controllers

Standardization of Plugin Naming with Double Colons (::)
********************************************************
`PR #4220 <https://github.com/ros-planning/navigation2/pull/4220>`_ standardizes plugin naming to use double colons (::), replacing the previous mixed use of slashes (/) and double colons.

`PR #4220`_ standardizes plugin naming across the Navigation2 package to use double colons (::), replacing the previous mixed use of slashes (/) and double colons. Below is a summary of the changes:

- **Behavior Server**: ``nav2_behaviors::Spin``, ``nav2_behaviors::BackUp``, ``nav2_behaviors::DriveOnHeading``, ``nav2_behaviors::Wait``, ``nav2_behaviors::AssistedTeleop``
- **Planner Server**: ``nav2_navfn_planner::NavfnPlanner``, ``nav2_smac_planner::SmacPlanner2D``, ``nav2_smac_planner::SmacPlannerHybrid``, ``nav2_theta_star_planner::ThetaStarPlanner``
- **Controller Server**: ``nav2_regulated_pure_pursuit_controller::RegulatedPurePursuitController``, ``nav2_dwb_controller::DWBLocalPlanner``
- **BT Navigator**: ``nav2_bt_navigator::NavigateToPoseNavigator``, ``nav2_bt_navigator::NavigateThroughPosesNavigator``

0 comments on commit 6003e03

Please sign in to comment.