Skip to content

Commit 57f29c9

Browse files
Jayasinghe, Oshada (Data61, Pullenvale)Jayasinghe, Oshada (Data61, Pullenvale)
authored andcommitted
Merge pull request #18 in OSHC/syropod_highlevel_controller from feature/package_xml to master
* commit '69cd5b50f034d0e4cbd8f71b28b7b52744d23f1c': Removed guiding comments from package.xml
2 parents 5990ef5 + 69cd5b5 commit 57f29c9

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

package.xml

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,16 @@
11
<?xml version="1.0"?>
22
<package>
3+
34
<name>syropod_highlevel_controller</name>
45
<version>0.5.10</version>
56
<description>The syropod_highlevel_controller package</description>
67

7-
<!-- One maintainer tag required, multiple allowed, one person per tag -->
8-
<!-- Example: -->
9-
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
108
<maintainer email="fletcher.talbot@csiro.au">tal058</maintainer>
119

12-
13-
<!-- One license tag required, multiple allowed, one license per tag -->
14-
<!-- Commonly used license strings: -->
15-
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
1610
<license>TODO</license>
1711

18-
19-
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
20-
<!-- Optional attribute type can be: website, bugtracker, or repository -->
21-
<!-- Example: -->
22-
<!-- <url type="website">http://wiki.ros.org/syropod_highlevel_controller</url> -->
23-
24-
25-
<!-- Author tags are optional, mutiple are allowed, one per tag -->
26-
<!-- Authors do not have to be maintianers, but could be -->
27-
<!-- Example: -->
28-
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
29-
30-
31-
<!-- The *_depend tags are used to specify dependencies -->
32-
<!-- Dependencies can be catkin packages or system dependencies -->
33-
<!-- Examples: -->
34-
<!-- Use build_depend for packages you need at compile time: -->
35-
<!-- <build_depend>message_generation</build_depend> -->
36-
<!-- Use buildtool_depend for build tool packages: -->
37-
<!-- <buildtool_depend>catkin</buildtool_depend> -->
38-
<!-- Use run_depend for packages you need at runtime: -->
39-
<!-- <run_depend>message_runtime</run_depend> -->
40-
<!-- Use test_depend for packages you need only for testing: -->
41-
<!-- <test_depend>gtest</test_depend> -->
4212
<buildtool_depend>catkin</buildtool_depend>
13+
4314
<build_depend>roscpp</build_depend>
4415
<build_depend>rospy</build_depend>
4516
<build_depend>std_msgs</build_depend>
@@ -60,10 +31,4 @@
6031
<run_depend>message_runtime</run_depend>
6132
<run_depend>dynamic_reconfigure</run_depend>
6233

63-
64-
<!-- The export tag contains other, unspecified, tags -->
65-
<export>
66-
<!-- Other tools can request additional information be placed here -->
67-
68-
</export>
6934
</package>

0 commit comments

Comments
 (0)