-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98758e3
commit 002d124
Showing
1 changed file
with
3 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>kinects_human_tracking</name> | ||
<version>0.0.0</version> | ||
<description>The kinects_human_tracking package</description> | ||
<version>2.0.0</version> | ||
<description>The kinects_human_tracking package is meant to be used for tracking moving objects and/or humans around a robot</description> | ||
|
||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
<!-- Example: --> | ||
|
@@ -13,7 +13,7 @@ | |
<!-- One license tag required, multiple allowed, one license per tag --> | ||
<!-- Commonly used license strings: --> | ||
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 --> | ||
<license>TODO</license> | ||
<license>CeCILL</license> | ||
|
||
|
||
<!-- Url tags are optional, but mutiple are allowed, one per tag --> | ||
|
@@ -26,8 +26,6 @@ | |
<!-- Authors do not have to be maintianers, but could be --> | ||
<!-- Example: --> | ||
<author email="[email protected]">Jimmy Da Silva</author> | ||
<author email="[email protected]">Shray Bansal</author> | ||
|
||
|
||
<!-- The *_depend tags are used to specify dependencies --> | ||
<!-- Dependencies can be catkin packages or system dependencies --> | ||
|