-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added autonomous exploration meta package.
- Loading branch information
jayBhagiya
committed
Sep 13, 2022
1 parent
ffdb025
commit 1595256
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |