Skip to content

Commit

Permalink
use ament_cmake_ros
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Jan 24, 2024
1 parent 79bd475 commit f3de363
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion dijkstra_mesh_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.8)
project(dijkstra_mesh_planner)

find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)
find_package(mbf_mesh_core REQUIRED)
find_package(mbf_msgs REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion mbf_mesh_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(mbf_mesh_core)


find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)
set(dependencies
mbf_abstract_core
mesh_map
Expand Down
2 changes: 1 addition & 1 deletion mbf_mesh_nav/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
endif()

find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)
set(dependencies
geometry_msgs
LVR2
Expand Down
2 changes: 1 addition & 1 deletion mesh_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
endif()

find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)
set(dependencies
rclcpp
LVR2
Expand Down
5 changes: 0 additions & 5 deletions mesh_map/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(mesh_map)

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
endif()

find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)
set(dependencies
geometry_msgs
Expand Down

0 comments on commit f3de363

Please sign in to comment.