-
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.
updated the CHANGELOG and version to release binary packages
- Loading branch information
1 parent
5d94802
commit d5cdccd
Showing
2 changed files
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>turtlebot3_msgs</name> | ||
<version>0.1.3</version> | ||
<version>0.1.4</version> | ||
<description> | ||
Message and service types: custom messages and services for TurtleBot3 packages | ||
</description> | ||
<license>Apache License 2.0</license> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_msgs</url> | ||
<url type="website">http://wiki.ros.org/turtlebot3_msgs</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>std_msgs</build_depend> | ||
|