Closed wxmerkt closed 4 years ago
In GitLab by @cmastalli on Jul 16, 2019, 16:35
enabled an automatic merge when the pipeline for 6afca306a722d41bf994b828df501d51e40fdbb0 succeeds
In GitLab by @cmastalli on Jul 16, 2019, 16:36
canceled the automatic merge
In GitLab by @cmastalli on Jul 16, 2019, 16:36
mentioned in commit f7cc20929a0b6b70f3883595eb079e45fde5c97f
In GitLab by @cmastalli on Jul 16, 2019, 16:36
merged
In GitLab by @cmastalli on Jul 16, 2019, 16:35
_Merges topic/cpp-diff-action -> cppdevel
In this PR, I have written the following c++ classes and their Python bindings:
DifferentialActionModelAbstract
andDifferentialActionDataAbstract
DifferentialActionModelLQR
andDifferentialActionDataLQR
Additionally, I have included Python scripts for bindings benchmarking. This benchmarking includes the unicycle and LQR systems. Other further changes are:
lqr.hpp
andunicycle.hpp
toaction-lqr.hpp
andaction-unicycle.hpp
. This resembles the same organization inside the c++ library.All the changes have been successfully tested in my PC. Unfortunately the CI isn't working properly.
This PR solves the issues: #176 and #177