-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from ROBOTIS-GIT/develop
revise package.xml
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 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,16 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_msgs</name> | ||
<version>1.0.0</version> | ||
<version>1.0.1</version> | ||
<description> | ||
Message and service types: custom messages and services for TurtleBot3 packages | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Gilbert</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<maintainer email="[email protected]">Gilbert</maintainer> | ||
<maintainer email="[email protected]">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/turtlebot3_msgs</url> | ||
<url type="emanual">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_msgs</url> | ||
|
@@ -20,4 +19,4 @@ | |
<build_depend>message_generation</build_depend> | ||
<build_export_depend>message_runtime</build_export_depend> | ||
<exec_depend>message_runtime</exec_depend> | ||
</package> | ||
</package> |