From cea848bd22da53718eef1cd0920f89143842daec Mon Sep 17 00:00:00 2001 From: BartlomiejKulecki Date: Mon, 20 Apr 2026 10:41:28 +0200 Subject: [PATCH] ompl 1.7 --- CMakeLists.txt | 2 +- include/ompl_example_2d/ompl_example_2d.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46d9309..6fe5be4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ find_package(Eigen3 REQUIRED) include_directories( include /opt/ros/humble/include - /opt/ros/humble/include/ompl-1.6 + /opt/ros/humble/include/ompl-1.7 ${EIGEN3_INCLUDE_DIRS} ${colcon_INCLUDE_DIRS} ) diff --git a/include/ompl_example_2d/ompl_example_2d.hpp b/include/ompl_example_2d/ompl_example_2d.hpp index 18d8fe5..ffe7d52 100644 --- a/include/ompl_example_2d/ompl_example_2d.hpp +++ b/include/ompl_example_2d/ompl_example_2d.hpp @@ -15,8 +15,8 @@ #include // #include -#include -#include +#include +#include // Boost #include