Skip to content

Commit

Permalink
Update ros-noetic-moveit-ros-planning.win.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Feb 7, 2024
1 parent af1d451 commit 578d602
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/ros-noetic-moveit-ros-planning.win.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f73370cbd..5f2620eb0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ find_package(catkin REQUIRED COMPONENTS
tf2_ros
)
moveit_build_options()
-
+set(CMAKE_CXX_STANDARD 17)
find_package(Eigen3 REQUIRED)

generate_dynamic_reconfigure_options(
diff --git a/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h b/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h
index e7514f670..530b3929a 100644
--- a/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h
Expand Down

0 comments on commit 578d602

Please sign in to comment.