-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
23 lines (21 loc) · 915 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>mpc_pendulum</name>
<version>3.7.60</version>
<description>Demo program for controlling pendulum using model predictive control</description>
<license>Apache 2.0</license>
<maintainer email="contact@proxima-ai-tech.com">proxima</maintainer>
<url type="website">https://proxima-ai-tech.com</url>
<url type="repository">https://github.com/proxima-technology/todo.git</url>
<url type="bugtracker">https://github.com/proxima-technology/todo.git/issue</url>
<author email="contact@proxima-ai-tech.com">proxima</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>dynamixel_sdk</depend>
<depend>dynamixel_sdk_custom_interfaces</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>