Skip to content

Commit

Permalink
Fixes custom planner ns bug
Browse files Browse the repository at this point in the history
This commit fixes a custom planner ns bug that was introduced by the
`setup_assistant` (see
moveit/moveit#2842).
  • Loading branch information
rickstaa committed Aug 27, 2021
1 parent 04cc766 commit af761ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/move_group.launch
Expand Up @@ -67,7 +67,7 @@
</include>

<!-- Support custom planning pipeline -->
<include if="$(eval arg('pipeline') not in ['ompl', 'chomp', 'pilz_industrial_motion_planner'])"
<include ns="$(arg pipeline)" if="$(eval arg('pipeline') not in ['ompl', 'chomp', 'pilz_industrial_motion_planner'])"
file="$(dirname)/planning_pipeline.launch.xml">
<arg name="pipeline" value="$(arg pipeline)" />
</include>
Expand Down

0 comments on commit af761ca

Please sign in to comment.