|
1 | 1 | <?xml version="1.0"?>
|
2 |
| -<package format="2"> |
| 2 | +<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> |
| 3 | +<package format="3"> |
3 | 4 | <name>chatter_listener</name>
|
4 | 5 | <version>0.0.0</version>
|
5 |
| - <description>The chatter_listener package</description> |
| 6 | + <description>TODO: Package description</description> |
| 7 | + <maintainer email="arn1952004@gmail.com">atharva</maintainer> |
| 8 | + <license>TODO: License declaration</license> |
6 | 9 |
|
7 |
| - <!-- One maintainer tag required, multiple allowed, one person per tag --> |
8 |
| - <!-- Example: --> |
9 |
| - <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> --> |
10 |
| - <maintainer email="swapnil@todo.todo">swapnil</maintainer> |
| 10 | + <buildtool_depend>ament_cmake</buildtool_depend> |
| 11 | + <buildtool_depend>rclpy</buildtool_depend> |
| 12 | + <buildtool_depend>std_msgs</buildtool_depend> |
11 | 13 |
|
| 14 | + <test_depend>ament_lint_auto</test_depend> |
| 15 | + <test_depend>ament_lint_common</test_depend> |
12 | 16 |
|
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 --> |
16 |
| - <license>TODO</license> |
17 |
| - |
18 |
| - |
19 |
| - <!-- Url tags are optional, but multiple 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/chatter_listener</url> --> |
23 |
| - |
24 |
| - |
25 |
| - <!-- Author tags are optional, multiple are allowed, one per tag --> |
26 |
| - <!-- Authors do not have to be maintainers, 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 depend as a shortcut for packages that are both build and exec dependencies --> |
35 |
| - <!-- <depend>roscpp</depend> --> |
36 |
| - <!-- Note that this is equivalent to the following: --> |
37 |
| - <!-- <build_depend>roscpp</build_depend> --> |
38 |
| - <!-- <exec_depend>roscpp</exec_depend> --> |
39 |
| - <!-- Use build_depend for packages you need at compile time: --> |
40 |
| - <!-- <build_depend>message_generation</build_depend> --> |
41 |
| - <!-- Use build_export_depend for packages you need in order to build against this package: --> |
42 |
| - <!-- <build_export_depend>message_generation</build_export_depend> --> |
43 |
| - <!-- Use buildtool_depend for build tool packages: --> |
44 |
| - <!-- <buildtool_depend>catkin</buildtool_depend> --> |
45 |
| - <!-- Use exec_depend for packages you need at runtime: --> |
46 |
| - <!-- <exec_depend>message_runtime</exec_depend> --> |
47 |
| - <!-- Use test_depend for packages you need only for testing: --> |
48 |
| - <!-- <test_depend>gtest</test_depend> --> |
49 |
| - <!-- Use doc_depend for packages you need only for building documentation: --> |
50 |
| - <!-- <doc_depend>doxygen</doc_depend> --> |
51 |
| - <buildtool_depend>catkin</buildtool_depend> |
52 |
| - <build_depend>roscpp</build_depend> |
53 |
| - <build_depend>rospy</build_depend> |
54 |
| - <build_depend>std_msgs</build_depend> |
55 |
| - <build_depend>urdf</build_depend> |
56 |
| - <build_depend>controller_manager</build_depend> |
57 |
| - <build_depend>joint_state_controller</build_depend> |
58 |
| - <build_depend>robot_state_publisher</build_depend> |
59 |
| - <build_export_depend>roscpp</build_export_depend> |
60 |
| - <build_export_depend>rospy</build_export_depend> |
61 |
| - <build_export_depend>std_msgs</build_export_depend> |
62 |
| - <build_export_depend>urdf</build_export_depend> |
63 |
| - <build_export_depend>controller_manager</build_export_depend> |
64 |
| - <build_export_depend>joint_state_controller</build_export_depend> |
65 |
| - <build_export_depend>robot_state_publisher</build_export_depend> |
66 |
| - <exec_depend>roscpp</exec_depend> |
67 |
| - <exec_depend>rospy</exec_depend> |
68 |
| - <exec_depend>std_msgs</exec_depend> |
69 |
| - <exec_depend>urdf</exec_depend> |
70 |
| - <exec_depend>controller_manager</exec_depend> |
71 |
| - <exec_depend>joint_state_controller</exec_depend> |
72 |
| - <exec_depend>robot_state_publisher</exec_depend> |
73 |
| - |
74 |
| - |
75 |
| - <!-- The export tag contains other, unspecified, tags --> |
76 | 17 | <export>
|
77 |
| - <!-- Other tools can request additional information be placed here --> |
78 |
| - |
| 18 | + <build_type>ament_cmake</build_type> |
79 | 19 | </export>
|
80 | 20 | </package>
|
0 commit comments