-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (23 loc) · 1022 Bytes
/
package.xml
File metadata and controls
32 lines (23 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package format="2">
<name>alterego_msgs</name>
<version>0.10.1</version>
<description>alterego_msgs provides messages specific to Alterego research robots</description>
<url type="website">https://www.naturalmachinemotioninitiative.com/ego</url>
<url type="repository">https://github.com/IIT-SoftBots/alterego_msgs.git</url>
<author>NMMI</author>
<author>Istituto Italiano di Tecnologia, Soft Robotics for Human Cooperation and Rehabilitation Lab</author>
<author>Centro di Ricerca E. Piaggio</author>
<maintainer email="mattia.poggiani@iit.it">Mattia Poggiani</maintainer>
<license>BSD 3-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>actionlib_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<build_export_depend>message_runtime</build_export_depend>
<export>
<architecture_independent/>
</export>
</package>