2017-06-01 14:09:16 +09:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package>
|
|
|
|
<name>op3_demo</name>
|
|
|
|
<version>0.1.0</version>
|
|
|
|
<description>
|
|
|
|
op3 default demo
|
|
|
|
It includes three demontrations(soccer demo, vision demo, action script demo)
|
|
|
|
</description>
|
|
|
|
<license>BSD</license>
|
|
|
|
<author email="kmjung@robotis.com">kayman</author>
|
2017-06-08 09:19:28 +09:00
|
|
|
<maintainer email="pyo@robotis.com">Pyo</maintainer>
|
2017-06-01 14:09:16 +09:00
|
|
|
|
2017-06-08 09:19:28 +09:00
|
|
|
<buildtool_depend>catkin</buildtool_depend>
|
2017-06-01 14:09:16 +09:00
|
|
|
<build_depend>roscpp</build_depend>
|
|
|
|
<build_depend>roslib</build_depend>
|
|
|
|
<build_depend>sensor_msgs</build_depend>
|
|
|
|
<build_depend>ball_detector</build_depend>
|
2017-10-11 17:09:11 +09:00
|
|
|
<build_depend>robotis_controller_msgs</build_depend>
|
2017-06-01 14:09:16 +09:00
|
|
|
<build_depend>op3_walking_module_msgs</build_depend>
|
2017-10-11 17:09:11 +09:00
|
|
|
<build_depend>op3_action_module_msgs</build_depend>
|
2017-06-01 14:09:16 +09:00
|
|
|
<build_depend>cmake_modules</build_depend>
|
2017-06-08 09:19:28 +09:00
|
|
|
<build_depend>robotis_math</build_depend>
|
2017-06-01 14:09:16 +09:00
|
|
|
<run_depend>roscpp</run_depend>
|
|
|
|
<run_depend>roslib</run_depend>
|
|
|
|
<run_depend>sensor_msgs</run_depend>
|
|
|
|
<run_depend>ball_detector</run_depend>
|
2017-10-11 17:09:11 +09:00
|
|
|
<run_depend>robotis_controller_msgs</run_depend>
|
2017-06-01 14:09:16 +09:00
|
|
|
<run_depend>op3_walking_module_msgs</run_depend>
|
2017-10-11 17:09:11 +09:00
|
|
|
<run_depend>op3_action_module_msgs</run_depend>
|
2017-06-01 14:09:16 +09:00
|
|
|
<run_depend>cmake_modules</run_depend>
|
|
|
|
<run_depend>robotis_math</run_depend>
|
|
|
|
</package>
|