Skip to content

Commit ad2093f

Browse files
committed
update changelog and installation.dox
1 parent 57ac939 commit ad2093f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ct_doc/doc/changelog.dox

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
For a complete list of changes, we encourage you to check out our git repository at https://github.com/ethz-adrl/control-toolbox
77

88
\section cl_v302 Version 3.0.2
9-
- upgraded HPIPM to version 0.1.1, which simplified the interface for getting Riccati-matrices from the solver
9+
- upgraded HPIPM to a version close to master, which simplified the interface for getting Riccati-matrices from the solver
1010
- resolved ordering-bug for box-constraints
1111
- switched back to differential formulation of LQ problems to maintain comparability with other solutions
1212
- simplified user-interface to the 7 different iLQR-style solver variants
1313
- removed copied code from external repos (CppAD and CppADCodeGen) and provided install script instead
1414

15-
\section cl_v301 Version 3.0.2
15+
\section cl_v301 Version 3.0.1
1616
- enabled compatibility with pure cmake (no catkin or ROS required anymore)
1717
- fixed bug in explicit template prespecification
1818
- fixed bug in exporting dependencies on external solvers

ct_doc/doc/installation.dox

+3-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ The following dependencies and bindings are optional but can help to enhance the
136136
(for ct::optcon::SnoptSolver and ct::optcon::IpoptSolver as used by ct::optcon::DMS)
137137

138138
- <a href="https://github.com/giaf/blasfeo">blasfeo</a> linear algebra and <a href="https://github.com/giaf/hpipm">HPIPM solver</a> as
139-
alternative high-performance (constrained) linear-quadratic optimal control solver. The CT currently supports hpipm version 0.1.2.
140-
Detailed reference about blasefeo can be found <a href="https://arxiv.org/abs/1704.02457">here</a>.
139+
alternative high-performance (constrained) linear-quadratic optimal control solver. The CT currently supports a hpipm version close to master.
140+
Please use the script install_hpipm.sh in control-toolbox/ct in order to retrieve a version of hpipm which is guaranteed to be tested
141+
in combination with CT. Detailed reference about blasefeo can be found <a href="https://arxiv.org/abs/1704.02457">here</a>.
141142
Both packages were developed by <a href="https://www.syscop.de/people/dr-gianluca-frison">Gianluca Frison</a>, <a href="https://www.syscop.de/">University of Freiburg</a>.
142143
Warning note : When installing blasfeo, a configuration step may be necessary. See https://blasfeo.syscop.de/docs/install/#configuration for how to set the build target to your architecture.
143144
We advice to run the tests provided by blasfeo to check the correct installation. If not configured properly, blasfeo may be installed succesfully, the CT may be built succesfully with hpipm dependencies, but a "illegal operation (core dumped)" is raised when calling hpipm.

0 commit comments

Comments
 (0)