forked from amor-ros-pkg/rosaria
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
52 lines (45 loc) · 2.03 KB
/
package.xml
File metadata and controls
52 lines (45 loc) · 2.03 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<package>
<name>rosaria</name>
<version>0.9.0</version>
<description>
<tt>ROSARIA</tt> provides a ROS interface for most Adept MobileRobots,
MobileRobots Inc., and ActivMedia mobile robot bases including
Pioneer 2, Pioneer 3, AmigoBot, PeopleBot, PowerBot, PatrolBot, Seekur, Seekur Jr.,
and any other past, current or future robot base supported by Adept MobileRobot's
open source ARIA library.
Information from the robot base, and velocity and acceleration control, is implemented
via a <tt>RosAria</tt> node, which publishes topics providing data recieved from
the robot's embedded controller by ARIA, and sets desired velocity, acceleration and
other commands in ARIA when new commands are received from command topics.
</description>
<maintainer email="srecko.juric-kavelj@fer.hr">Srećko Jurić-Kavelj</maintainer>
<maintainer email="ivan.markovic@fer.hr">Ivan Marković</maintainer>
<license>GPLv2</license>
<url type="website">http://www.ros.org/wiki/ROSARIA</url>
<url type="bugtracker">https://code.google.com/p/amor-ros-pkg/issues/list</url>
<author>Srećko Jurić-Kavelj</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>libaria</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<run_depend>libaria</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<!-- <test_depend>Aria</test_depend>
<test_depend>roscpp</test_depend>
<test_depend>nav_msgs</test_depend>
<test_depend>geometry_msgs</test_depend>
<test_depend>sensor_msgs</test_depend>
<test_depend>tf</test_depend> -->
<export>
</export>
</package>