-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.xml
40 lines (30 loc) · 1.52 KB
/
package.xml
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
33
34
35
36
37
38
<?xml version="1.0"?>
<!--
This file is part of the ros_webconsole package (https://github.com/rbonghi/ros_webconsole or http://rnext.it).
Copyright (c) 2019 Raffaello Bonghi.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
-->
<package format="2">
<name>ros_webconsole</name>
<version>1.0.0</version>
<description>ros_webconsole A ROS WEB console to control remotely your robot. Based with robotwebtools.</description>
<maintainer email="[email protected]">Raffaello Bonghi</maintainer>
<license>AGPL-3.0</license>
<url type="website">https://rnext.it</url>
<url type="repository">http://ros.org/wiki/ros_webconsole</url>
<author email="[email protected]">Raffaello Bonghi</author>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>roswww</exec_depend>
<exec_depend>rosbridge_server</exec_depend>
<exec_depend>tf2_web_republisher</exec_depend>
<exec_depend>interactive_marker_proxy</exec_depend>
</package>