Skip to content

Commit 189fd39

Browse files
author
Alexander Winkler
committed
1.4.0
1 parent 82b9fd0 commit 189fd39

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

towr/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package towr
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.4.0 (2018-07-30)
6+
------------------
77
* Simplify extension / adding own formulation (`#38 <https://github.com/ethz-adrl/towr/issues/38>`_)
88
* Facilitate towr_ros user extension (`#34 <https://github.com/ethz-adrl/towr/issues/34>`_)
99
* Greatly simplify phase node formulations (`#33 <https://github.com/ethz-adrl/towr/issues/33>`_)

towr/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>towr</name>
4-
<version>1.3.2</version>
4+
<version>1.4.0</version>
55
<description>
66
A light-weight, Eigen-based
77
C++ library for trajectory optimization for legged robots.

towr_ros/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package towr_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.4.0 (2018-07-30)
6+
------------------
77
* Facilitate towr_ros user extension (`#34 <https://github.com/ethz-adrl/towr/issues/34>`_)
88
* Add easy plotting of trajectories with rqt_bag
99
* add option to visualize variable initialization

towr_ros/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>towr_ros</name>
4-
<version>1.3.2</version>
4+
<version>1.4.0</version>
55
<description>
66
A ROS dependent wrapper for
77
<a href="http://wiki.ros.org/towr">towr</a>.

0 commit comments

Comments
 (0)