Skip to content

Commit

Permalink
added autonomous exploration meta package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayBhagiya committed Sep 13, 2022
1 parent ffdb025 commit 1595256
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoexpl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
project(autoexpl)
find_package(catkin REQUIRED)
catkin_metapackage()
23 changes: 23 additions & 0 deletions autoexpl/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package format="2">
<name>autoexpl</name>
<version>1.0.0</version>
<description>Ros package for the Autonomous Exploration (meta package).</description>

<maintainer email="[email protected]">Jay Bhagiya</maintainer>
<author email="[email protected]">Jay Bhagiya</author>

<license>BSD</license>

<url type="website">http://wiki.ros.org/</url>
<url type="repository">https://github.com/FocasLab/autonomous_exploration_pkgs</url>
<url type="bugtracker">https://github.com/FocasLab/autonomous_exploration_pkgs/issues</url>

<buildtool_depend>catkin</buildtool_depend>
<exec_depend>autoexpl_msgs</exec_depend>
<exec_depend>autoexpl_ros</exec_depend>
<exec_depend>autoexpl_simulations</exec_depend>
<export>
<metapackage/>
</export>
</package>

0 comments on commit 1595256

Please sign in to comment.