Skip to content

Commit

Permalink
Updated package.xml.
Browse files Browse the repository at this point in the history
  • 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.
5 changes: 4 additions & 1 deletion package.xml
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 -->
Expand All @@ -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 -->
Expand All @@ -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>
Expand Down

0 comments on commit e849c2a

Please sign in to comment.