forked from pal-robotics/pal_navigation_sm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (25 loc) · 1.16 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
<?xml version="1.0"?>
<package>
<name>pal_navigation_sm</name>
<version>0.1.7</version>
<description>
Dummy public version of PAL Navigation State Machine. It allows saving a map and loading that map for navigation purposes.
The complete version allows changing form localization to
mapping (and viceversa), provides the pose saver and the map manager
service to save and change the current map.
</description>
<maintainer email="[email protected]">TIAGo support team</maintainer>
<author email="[email protected]">Jeremie Deray</author>
<author email="[email protected]">Enrique Fernandez</author>
<author email="[email protected]">Siegfried-A. Gevatter Pujals</author>
<author email="[email protected]">Ricardo Tellez</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>rospy</run_depend>
<run_depend>rosnode</run_depend>
<run_depend>rosparam</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>map_server</run_depend>
<run_depend>pal_navigation_msgs</run_depend>
<run_depend>pal_python</run_depend>
</package>