crocoddyl icon indicating copy to clipboard operation
crocoddyl copied to clipboard

Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is based on various efficient Differential Dynamic Programming (DDP)-like algorithms

Results 35 crocoddyl issues
Sort by recently updated
recently updated
newest added

Comment transferred from #932

I am trying to produce a code generated DDP object with the Talos model in contact and a very simple cost function composed of a state regularization and control regularization....

bug

Since moving to header-only in #695, the memory usage during compilation sky-rocketed: ![image](https://user-images.githubusercontent.com/1664508/76414617-98029280-638f-11ea-8b88-8cea70d5c786.png) Is there any way to use precompiled headers or something to make it more manageable?

It is important to allow users to define various reference for contact force / impulse cost functions as well. This will require tricky conversion of forces --and their derivatives-- from...

Hello, can crocoddyl be pickled yet? I rember that @cmastalli said that there were issues with eigen for that, but maybe I'm mistaken and that is not the case anymore...

feature proposal

This task refers to writing the c++ class of: https://github.com/loco-3d/crocoddyl/blob/devel/unittest/python/crocoddyl/cost.py#L313 And it also includes the Python bindings + unittest code.

ci/cd
design library
python

In GitLab by @cmastalli on Nov 8, 2019, 11:47 @mfocchi - @gfadini is handling this task. It will start from this work !230

feature proposal
on-going
python

In GitLab by @wxmerkt on Oct 10, 2019, 14:57 I've added `1e-12` damping to every action model as follows (in `quadruped.py`): ```python dmodel = crocoddyl.DifferentialActionModelContactFwdDynamics(self.state, self.actuation, contactModel, costModel) dmodel.JMinvJt_damping =...

In GitLab by @cmastalli on Sep 24, 2019, 15:25 The contact dynamics is solved using Cholesky decomposition as explained in the following [PDF](https://cmastalli.github.io/publications/crocoddyl20unpub.pdf), and details of the code can be...

question

In GitLab by @cmastalli on Jun 28, 2019, 15:55 First we need to finish #167. @ MaximilienNaveau would you like to work on it?

ci/cd
python