Skip to content

Commit 735ac3e

Browse files
authored
Update hybrid_planning_tutorial.rst (#494)
1 parent 7edafa1 commit 735ac3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/examples/hybrid_planning/hybrid_planning_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To include the Hybrid Planning Architecture into you project you need to add a *
5555
composable_node_descriptions=[
5656
ComposableNode(
5757
package="moveit_hybrid_planning",
58-
plugin="moveit_hybrid_planning::GlobalPlannerComponent",
58+
plugin="moveit::hybrid_planning::GlobalPlannerComponent",
5959
name="global_planner",
6060
parameters=[
6161
global_planner_param,
@@ -67,7 +67,7 @@ To include the Hybrid Planning Architecture into you project you need to add a *
6767
),
6868
ComposableNode(
6969
package="moveit_hybrid_planning",
70-
plugin="moveit_hybrid_planning::LocalPlannerComponent",
70+
plugin="moveit::hybrid_planning::LocalPlannerComponent",
7171
name="local_planner",
7272
parameters=[
7373
local_planner_param,
@@ -78,7 +78,7 @@ To include the Hybrid Planning Architecture into you project you need to add a *
7878
),
7979
ComposableNode(
8080
package="moveit_hybrid_planning",
81-
plugin="moveit_hybrid_planning::HybridPlanningManager",
81+
plugin="moveit::hybrid_planning::HybridPlanningManager",
8282
name="hybrid_planning_manager",
8383
parameters=[hybrid_planning_manager_param],
8484
),

0 commit comments

Comments
 (0)