forked from kobuki-base/kobuki_velocity_smoother
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
46 lines (41 loc) · 1.83 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
39
40
41
42
43
44
45
46
<package format="2">
<name>kobuki_velocity_smoother</name>
<version>0.14.0</version>
<description>
Bound incoming velocity messages according to robot velocity and acceleration limits.
</description>
<author>Jorge Santos Simon</author>
<maintainer email="[email protected]">Jihoon Lee</maintainer>
<license>BSD</license>
<url type="website">https://index.ros.org/p/kobuki_velocity_smoother/github-kobuki-base-velocity_smoother/</url>
<url type="repository">https://github.com/kobuki-base/kobuki_velocity_smoother</url>
<url type="bugtracker">https://github.com/kobuki-base/kobuki_velocity_smoother/issues</url>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>ecl_build</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>rcl_interfaces</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rclcpp_components</build_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>rcl_interfaces</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rclcpp_components</exec_depend>
<test_depend>ament_cmake_cppcheck</test_depend>
<test_depend>ament_cmake_cpplint</test_depend>
<test_depend>ament_cmake_flake8</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_pep257</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<test_depend>launch_testing_ros</test_depend>
<test_depend>python3-matplotlib</test_depend>
<test_depend>ros2test</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>