File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/examples/hybrid_planning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ To include the Hybrid Planning Architecture into you project you need to add a *
55
55
composable_node_descriptions=[
56
56
ComposableNode(
57
57
package="moveit_hybrid_planning",
58
- plugin="moveit_hybrid_planning ::GlobalPlannerComponent",
58
+ plugin="moveit::hybrid_planning ::GlobalPlannerComponent",
59
59
name="global_planner",
60
60
parameters=[
61
61
global_planner_param,
@@ -67,7 +67,7 @@ To include the Hybrid Planning Architecture into you project you need to add a *
67
67
),
68
68
ComposableNode(
69
69
package="moveit_hybrid_planning",
70
- plugin="moveit_hybrid_planning ::LocalPlannerComponent",
70
+ plugin="moveit::hybrid_planning ::LocalPlannerComponent",
71
71
name="local_planner",
72
72
parameters=[
73
73
local_planner_param,
@@ -78,7 +78,7 @@ To include the Hybrid Planning Architecture into you project you need to add a *
78
78
),
79
79
ComposableNode(
80
80
package="moveit_hybrid_planning",
81
- plugin="moveit_hybrid_planning ::HybridPlanningManager",
81
+ plugin="moveit::hybrid_planning ::HybridPlanningManager",
82
82
name="hybrid_planning_manager",
83
83
parameters=[hybrid_planning_manager_param],
84
84
),
You can’t perform that action at this time.
0 commit comments