From 2771f3dfe4ce24bb663214481c03f7b9ca96349d Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Fri, 8 Feb 2019 19:27:08 +0100 Subject: [PATCH] setup CI & add badges to README --- .gitlab-ci.yml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c104a06 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1 @@ +include: http://rainboard.laas.fr/project/hpp-centroidal-dynamics/.gitlab-ci.yml diff --git a/README.md b/README.md index 162613d..4532d59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # CentroidalDynamicsLib + +[](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-centroidal-dynamics/commits/master) +[](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/hpp-centroidal-dynamics/master/coverage/) + Utility classes to check the (robust) equilibrium of a system in contact with the environment. Comes with python bindings. The main class that collects all the equilibrium-related algorithms is ```Equilibrium```. All the algorithms take as input: -- GitLab