Skip to content

Commit

Permalink
fix exported plugin xml for collision_distance_field
Browse files Browse the repository at this point in the history
Otherwise the xml can not be found on an installed workspace
  • Loading branch information
v4hn committed Oct 11, 2016
1 parent 3ccd745 commit 7d69b72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_experimental/package.xml
Expand Up @@ -76,7 +76,7 @@
<test_depend>tf_conversions</test_depend>

<export>
<moveit_core plugin="${prefix}/collision_distance_field/collision_detector_hybrid_description.xml" />
<moveit_core plugin="${prefix}/collision_detector_hybrid_description.xml" />
</export>

</package>

0 comments on commit 7d69b72

Please sign in to comment.