summaryrefslogtreecommitdiff
path: root/moveit-hybrid-planning-remove-test.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-15 04:42:00 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-15 04:42:00 +0000
commitd1496bf03a8ade393c470ad822ff5bf38e12fc3a (patch)
tree66b0b73df811fe9ae745d1c83e144b743abe538c /moveit-hybrid-planning-remove-test.patch
parent4ad8c2f2744f70ea6d1216082cff945249d04260 (diff)
automatic import of moveit-hybrid-planningopeneuler24.03_LTS
Diffstat (limited to 'moveit-hybrid-planning-remove-test.patch')
-rw-r--r--moveit-hybrid-planning-remove-test.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/moveit-hybrid-planning-remove-test.patch b/moveit-hybrid-planning-remove-test.patch
new file mode 100644
index 0000000..cc484ba
--- /dev/null
+++ b/moveit-hybrid-planning-remove-test.patch
@@ -0,0 +1,36 @@
+diff -Naur a/moveit-hybrid-planning-2.5.9/CMakeLists.txt b/moveit-hybrid-planning-2.5.9/CMakeLists.txt
+--- a/moveit-hybrid-planning-2.5.9/CMakeLists.txt 2025-01-01 00:00:00.000000000 +0800
++++ b/moveit-hybrid-planning-2.5.9/CMakeLists.txt 2025-01-01 00:00:01.000000000 +0800
+@@ -62,7 +62,7 @@
+ add_subdirectory(hybrid_planning_manager)
+ add_subdirectory(global_planner)
+ add_subdirectory(local_planner)
+-add_subdirectory(test)
++#add_subdirectory(test)
+
+ rclcpp_components_register_nodes(moveit_hybrid_planning_manager "moveit::hybrid_planning::HybridPlanningManager")
+ rclcpp_components_register_nodes(moveit_global_planner_component "moveit::hybrid_planning::GlobalPlannerComponent")
+@@ -75,16 +75,16 @@
+ RUNTIME DESTINATION bin
+ INCLUDES DESTINATION include)
+
+-install(TARGETS cancel_action hybrid_planning_demo_node
+- ARCHIVE DESTINATION lib
+- LIBRARY DESTINATION lib
+- RUNTIME DESTINATION lib/${PROJECT_NAME}
+- INCLUDES DESTINATION include)
++#install(TARGETS cancel_action hybrid_planning_demo_node
++# ARCHIVE DESTINATION lib
++# LIBRARY DESTINATION lib
++# RUNTIME DESTINATION lib/${PROJECT_NAME}
++# INCLUDES DESTINATION include)
+
+ install(DIRECTORY ${THIS_PACKAGE_INCLUDE_DIRS} DESTINATION include)
+
+-install(DIRECTORY test/launch DESTINATION share/${PROJECT_NAME})
+-install(DIRECTORY test/config DESTINATION share/${PROJECT_NAME})
++#install(DIRECTORY test/launch DESTINATION share/${PROJECT_NAME})
++#install(DIRECTORY test/config DESTINATION share/${PROJECT_NAME})
+
+ pluginlib_export_plugin_description_file(moveit_hybrid_planning single_plan_execution_plugin.xml)
+ pluginlib_export_plugin_description_file(moveit_hybrid_planning moveit_planning_pipeline_plugin.xml)