-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified the package information for release
- Loading branch information
1 parent
e986a85
commit ded98b3
Showing
1 changed file
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>thormang3_walking_module</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description> | ||
The walking_module package | ||
This package is a motion module for thormang3 walking. | ||
This package is a motion module for thormang3 walking. | ||
This package provides a online walking pattern generator for the thormang3. | ||
</description> | ||
|
||
<maintainer email="[email protected]">ROBOTIS</maintainer> | ||
|
||
<license>BSD</license> | ||
|
||
<author email="[email protected]">ROBOTIS</author> | ||
|
||
<author email="[email protected]">Jay Song</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-MPC/issues</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-MPC</url> | ||
<url type="website">http://wiki.ros.org/thormang3_walking_module</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<build_depend>roscpp</build_depend> | ||
<build_depend>std_msgs</build_depend> | ||
<build_depend>sensor_msgs</build_depend> | ||
<build_depend>geometry_msgs</build_depend> | ||
<build_depend>sensor_msgs</build_depend> | ||
<build_depend>geometry_msgs</build_depend> | ||
<build_depend>cmake_modules</build_depend> | ||
<build_depend>eigen_conversions</build_depend> | ||
<build_depend>robotis_device</build_depend> | ||
|
@@ -28,13 +25,11 @@ | |
<build_depend>thormang3_walking_module_msgs</build_depend> | ||
<build_depend>thormang3_kinematics_dynamics</build_depend> | ||
<build_depend>thormang3_balance_control</build_depend> | ||
|
||
<run_depend>robotis_device</run_depend> | ||
<run_depend>roscpp</run_depend> | ||
<run_depend>std_msgs</run_depend> | ||
<run_depend>std_msgs</run_depend> | ||
<run_depend>sensor_msgs</run_depend> | ||
<run_depend>geometry_msgs</run_depend> | ||
<run_depend>geometry_msgs</run_depend> | ||
<run_depend>cmake_modules</run_depend> | ||
<run_depend>eigen_conversions</run_depend> | ||
|
||
</package> |