-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the CHANGELOG and version to release binary packages
- Loading branch information
1 parent
1452436
commit d4d2a78
Showing
4 changed files
with
27 additions
and
8 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
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
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
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,18 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_msgs</name> | ||
<version>0.1.5</version> | ||
<version>1.0.0</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> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url> | ||
<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> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url> <buildtool_depend>catkin</buildtool_depend> | ||
<depend>std_msgs</depend> | ||
<build_depend>message_generation</build_depend> | ||
<build_export_depend>message_runtime</build_export_depend> | ||
|