-
Notifications
You must be signed in to change notification settings - Fork 35
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
Rudolph Peter z003n7ht
committed
Feb 19, 2017
1 parent
5b267f4
commit e849c2a
Showing
1 changed file
with
4 additions
and
1 deletion.
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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>cozmo_driver</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description>The cozmo_driver package</description> | ||
|
||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
|
@@ -26,6 +26,7 @@ | |
<!-- Authors do not have to be maintianers, but could be --> | ||
<!-- Example: --> | ||
<author email="[email protected]">Takashi Ogura</author> | ||
<author email="[email protected]">Peter Rudolph</author> | ||
|
||
|
||
<!-- The *_depend tags are used to specify dependencies --> | ||
|
@@ -40,11 +41,13 @@ | |
<!-- Use test_depend for packages you need only for testing: --> | ||
<!-- <test_depend>gtest</test_depend> --> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>camera_info_manager_py</build_depend> | ||
<build_depend>geometry_msgs</build_depend> | ||
<build_depend>rospy</build_depend> | ||
<build_depend>std_msgs</build_depend> | ||
<build_depend>sensor_msgs</build_depend> | ||
<build_depend>tf2_msgs</build_depend> | ||
<run_depend>camera_info_manager_py</run_depend> | ||
<run_depend>geometry_msgs</run_depend> | ||
<run_depend>tf2_msgs</run_depend> | ||
<run_depend>rospy</run_depend> | ||
|