Skip to content

Commit

Permalink
migrate meta pkg to ROS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Jan 26, 2024
1 parent d634307 commit 41a7a69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mesh_navigation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.5)
project(mesh_navigation)
find_package(catkin REQUIRED)
catkin_metapackage()
find_package(ament_cmake REQUIRED)
ament_package()
Empty file removed mesh_navigation/COLCON_IGNORE
Empty file.
3 changes: 1 addition & 2 deletions mesh_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<license>BSD-3</license>
<author email="spuetz@uos.de">Sebastian Pütz</author>

<buildtool_depend>catkin</buildtool_depend>
<exec_depend>mbf_mesh_core</exec_depend>
<exec_depend>mbf_mesh_nav</exec_depend>
<exec_depend>mesh_client</exec_depend>
Expand All @@ -18,6 +17,6 @@
<exec_depend>dijkstra_mesh_planner</exec_depend>

<export>
<metapackage/>
<build_type>ament_cmake</build_type>
</export>
</package>

0 comments on commit 41a7a69

Please sign in to comment.