From 312d18b6ca3043d68cbda2a3e84f1e6ab9921101 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 13 Apr 2026 14:27:11 +0000 Subject: automatic import of moveit-resources-prbt-ikfast-manipulator-plugin --- ...-plugin-fix-generate-parameter-library-include-path.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 moveit-resources-prbt-ikfast-manipulator-plugin-fix-generate-parameter-library-include-path.patch (limited to 'moveit-resources-prbt-ikfast-manipulator-plugin-fix-generate-parameter-library-include-path.patch') diff --git a/moveit-resources-prbt-ikfast-manipulator-plugin-fix-generate-parameter-library-include-path.patch b/moveit-resources-prbt-ikfast-manipulator-plugin-fix-generate-parameter-library-include-path.patch new file mode 100644 index 0000000..fb2f0c1 --- /dev/null +++ b/moveit-resources-prbt-ikfast-manipulator-plugin-fix-generate-parameter-library-include-path.patch @@ -0,0 +1,12 @@ +diff --git a/src/prbt_manipulator_ikfast_moveit_plugin.cpp b/src/prbt_manipulator_ikfast_moveit_plugin.cpp +index 1234567..abcdefg 100644 +--- a/src/prbt_manipulator_ikfast_moveit_plugin.cpp ++++ b/src/prbt_manipulator_ikfast_moveit_plugin.cpp +@@ -52,7 +52,7 @@ + #include + #include + #include +-#include ++#include + + using namespace moveit::core; -- cgit v1.2.3