Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Winkler committed Jan 3, 2018
1 parent 76007be commit c99c68d
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 26 deletions.
14 changes: 12 additions & 2 deletions robots/xpp_hyq/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
Changelog for package xpp_vis_hyq
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
Forthcoming
-----------
* Merge pull request #3 from leggedrobotics/devel
Fix xacro bug and remove terrain and optimization specific classes.
* xpp_hyq: add --inorder when processing xacro files
see http://wiki.ros.org/xacro#Processing_Order
* cleaned up formatting of xacro files
* removed unused xacro origin tag causing run failure
* Contributors: Alexander W Winkler

1.0.3 (2017-11-03)
------------------
Expand All @@ -12,6 +19,9 @@ Changelog for package xpp_vis_hyq
* update changelog
* Contributors: Alexander Winkler

1.0.2 (2017-10-28)
------------------

1.0.1 (2017-10-27)
------------------

Expand Down
7 changes: 5 additions & 2 deletions robots/xpp_quadrotor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
Changelog for package quadrotor_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
Forthcoming
-----------

1.0.3 (2017-11-03)
------------------
* 1.0.2
* update changelog
* Contributors: Alexander Winkler

1.0.2 (2017-10-28)
------------------

1.0.1 (2017-10-27)
------------------

Expand Down
7 changes: 5 additions & 2 deletions xpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package xpp
^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
Forthcoming
-----------

1.0.3 (2017-11-03)
------------------
Expand All @@ -12,6 +12,9 @@ Changelog for package xpp
* update changelog
* Contributors: Alexander Winkler

1.0.2 (2017-10-28)
------------------

1.0.1 (2017-10-27)
------------------
* xpp_vis: add visualization_msg dependency
Expand Down
11 changes: 9 additions & 2 deletions xpp_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
Changelog for package xpp_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
Forthcoming
-----------
* Merge pull request #3 from leggedrobotics/devel
Fix xacro bug and remove terrain and optimization specific classes.
* renamed some launch files
* Contributors: Alexander W Winkler

1.0.3 (2017-11-03)
------------------
Expand All @@ -14,6 +18,9 @@ Changelog for package xpp_examples
* update changelog
* Contributors: Alexander Winkler

1.0.2 (2017-10-28)
------------------

1.0.1 (2017-10-27)
------------------

Expand Down
14 changes: 12 additions & 2 deletions xpp_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
Changelog for package xpp_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
Forthcoming
-----------
* Merge pull request #3 from leggedrobotics/devel
Fix xacro bug and remove terrain and optimization specific classes.
* removed optimization related topic names
* rename OptParameters.msg to more concise RobotParameters.msg
* removed UserCommand msg and terrain_builder class
* renamed some launch files
* Contributors: Alexander W Winkler

1.0.3 (2017-11-03)
------------------
* 1.0.2
* update changelog
* Contributors: Alexander Winkler

1.0.2 (2017-10-28)
------------------

1.0.1 (2017-10-27)
------------------

Expand Down
17 changes: 10 additions & 7 deletions xpp_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
Changelog for package xpp_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
* Merge pull request `#1 <https://github.com/leggedrobotics/xpp/issues/1>`_ from mikaelarguedas/missing_includes
add missing std includes
* add missing std includes
* Contributors: Alexander W Winkler, Mikael Arguedas
Forthcoming
-----------

1.0.3 (2017-11-03)
------------------
Expand All @@ -17,7 +13,14 @@ Changelog for package xpp_states
* Merge pull request #1 from mikaelarguedas/missing_includes
add missing std includes
* add missing std includes
* Contributors: Alexander W Winkler, Alexander Winkler, Mikael Arguedas
* Contributors: Alexander W Winkler, Mikael Arguedas

1.0.2 (2017-10-28)
------------------
* Merge pull request `#1 <https://github.com/leggedrobotics/xpp/issues/1>`_ from mikaelarguedas/missing_includes
add missing std includes
* add missing std includes
* Contributors: Alexander W Winkler, Mikael Arguedas

1.0.1 (2017-10-27)
------------------
Expand Down
29 changes: 20 additions & 9 deletions xpp_vis/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
Changelog for package xpp_vis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2017-10-28)
------------------
* Merge pull request `#1 <https://github.com/leggedrobotics/xpp/issues/1>`_ from mikaelarguedas/missing_includes
add missing std includes
* add missing std includes
* Contributors: Alexander W Winkler, Mikael Arguedas
Forthcoming
-----------
* Merge pull request #3 from leggedrobotics/devel
Fix xacro bug and remove terrain and optimization specific classes.
* removed optimization related topic names
* rename OptParameters.msg to more concise RobotParameters.msg
* removed UserCommand msg and terrain_builder class
* use =default for empty c'tor/d'tor.
* [smell] removed quiet return function that gives no warning.
* Contributors: Alexander W Winkler

1.0.3 (2017-11-03)
------------------
Expand All @@ -18,12 +22,19 @@ Changelog for package xpp_vis
* Merge pull request #1 from mikaelarguedas/missing_includes
add missing std includes
* add missing std includes
* Contributors: Alexander W Winkler, Alexander Winkler, Mikael Arguedas
* Contributors: Alexander W Winkler, Mikael Arguedas

1.0.2 (2017-10-28)
------------------
* Merge pull request `#1 <https://github.com/leggedrobotics/xpp/issues/1>`_ from mikaelarguedas/missing_includes
add missing std includes
* add missing std includes
* Contributors: Alexander W Winkler, Mikael Arguedas

1.0.1 (2017-10-27)
------------------
* xpp_vis: add visualization_msg dependency
* Contributors: Alexander Winkler
* Contributors: Alexander W Winkler

1.0.0 (2017-10-26)
------------------
Expand All @@ -44,4 +55,4 @@ Changelog for package xpp_vis
* removed biped and quadruped joint identifier
* moved includes into subfolder xpp_vis
* added xpp_vis
* Contributors: Alexander Winkler
* Contributors: Alexander W Winkler

0 comments on commit c99c68d

Please sign in to comment.