Skip to content

Commit 1d930d8

Browse files
committed
update changelog
1 parent d30c4a0 commit 1d930d8

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

towr/CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package towr
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request (`#56 <https://github.com/ethz-adrl/towr/issues/56>`_) from ethz-adrl/expose-params
8+
* add explanation for assert in phase_durations
9+
* Merge branch 'sweetie-bot-project-feat/access-optimization-parameteres' into expose-params
10+
* Optimize GetPhaseDurations(). Remove unnecessary GetNormalizedPhaseDurations().
11+
* Make GaitGenerator::SetGaits() method public.
12+
* Move default parameter values to header.
13+
* Use pair<double,double> instead of array<double,2> to store bounds.
14+
* Expose contstraints and costs field to user. Remove unnecessary private functions.
15+
* Add missing underscore postfix for bounds_final variables.
16+
* Take into account weights of the costs. (`#51 <https://github.com/ethz-adrl/towr/issues/51>`_)
17+
* Contributors: Alexander Winkler, Mathieu Geisert, awinkler, disRecord
18+
519
1.4.0 (2018-07-30)
620
------------------
721
* Simplify extension / adding own formulation (`#38 <https://github.com/ethz-adrl/towr/issues/38>`_)

towr_ros/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package towr_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request (`#56 <https://github.com/ethz-adrl/towr/issues/56>`_) from ethz-adrl/expose-params
8+
* Contributors: Alexander Winkler, awinkler
9+
510
1.4.0 (2018-07-30)
611
------------------
712
* Facilitate towr_ros user extension (`#34 <https://github.com/ethz-adrl/towr/issues/34>`_)

0 commit comments

Comments
 (0)