Skip to content

Commit

Permalink
updated the CHANGELOG and version to release binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Aug 14, 2017
1 parent 091418f commit 90af3d2
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 6 deletions.
12 changes: 12 additions & 0 deletions turtlebot3/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package turtlebot3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.6 (2017-08-14)
-----------
* fixed typo
* fixed xacro.py deprecation
* modified file location
* updated nav param
* updated SLAM param
* updated model.launch
* updated IMU link
* updated gazebo config
* Contributors: Darby Lim, Hunter L. Allen

0.1.5 (2017-05-25)
-----------
* updated turtlebot3 waffle URDF
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>turtlebot3</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>
ROS packages for the Turtlebot3 (meta package)
</description>
Expand Down
8 changes: 8 additions & 0 deletions turtlebot3_bringup/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_bringup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.6 (2017-08-14)
-----------
* updated model.launch
* fixed typo
* fixed xacro.py deprecation
* modified file location
* Contributors: Darby Lim, Hunter L. Allen

0.1.5 (2017-05-25)
-----------
* changed the node name from hlds_laser_publisher to turtlebot3_lds
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>turtlebot3_bringup</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>
roslaunch scripts for starting the TurtleBot3
</description>
Expand Down
8 changes: 8 additions & 0 deletions turtlebot3_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.6 (2017-08-14)
-----------
* modified models
* fixed xacro.py deprecation
* updated IMU link
* updated gazebo config
* Contributors: Darby Lim, Hunter L. Allen

0.1.5 (2017-05-25)
-----------
* updated turtlebot3 waffle URDF
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>turtlebot3_description</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>
3D model of the TurtleBot3 for simulation and visualization
</description>
Expand Down
5 changes: 5 additions & 0 deletions turtlebot3_navigation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package turtlebot3_navigation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.6 (2017-08-14)
-----------
* updated nav param
* Contributors: Darby Lim

0.1.5 (2017-05-25)
-----------
* modified bag and map files
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_navigation/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>turtlebot3_navigation</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>The turtlebot3_navigation package</description>
<license>Apache License 2.0</license>
<author email="[email protected]">Pyo</author>
Expand Down
5 changes: 5 additions & 0 deletions turtlebot3_slam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package turtlebot3_slam
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.6 (2017-08-14)
-----------
* updated SLAM param
* Contributors: Darby Lim

0.1.5 (2017-05-25)
-----------
* modified bag and map files
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_slam/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>turtlebot3_slam</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>
The turtlebot3_slam package provides roslaunch scripts for starting the SLAM
</description>
Expand Down
4 changes: 4 additions & 0 deletions turtlebot3_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package turtlebot3_teleop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.6 (2017-08-14)
-----------
* none

0.1.5 (2017-05-25)
-----------
* none
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_teleop/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>turtlebot3_teleop</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>
Provides teleoperation using keyboard for TurtleBot3.
</description>
Expand Down

0 comments on commit 90af3d2

Please sign in to comment.