-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
21 lines (20 loc) · 887 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<name>cmd_vel_filter</name>
<version>0.1.0</version>
<description>ROS node that, given an updated costmap and a `geometry_msgs/Twist` message, drops Twist messages that would result in a collision within a configurable time threshold.
</description>
<maintainer email="[email protected]">Rick Armstrong</maintainer>
<license>BSD-3-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>rospy_message_converter</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>rospy_message_converter</run_depend>
</package>