-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
19 lines (19 loc) · 1.01 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package>
<name>dynamixel_sdk</name>
<version>3.5.1</version>
<description>This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.</description>
<license>BSD</license>
<author email="[email protected]">Zerom</author>
<author email="[email protected]">Leon</author>
<maintainer email="[email protected]">Pyo</maintainer>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/DynamixelSDK/issues</url>
<url type="repository">https://github.com/ROBOTIS-GIT/DynamixelSDK</url>
<url type="website">http://wiki.ros.org/dynamixel_sdk</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>message_runtime</run_depend>
<export></export>
</package>