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

In GitLab by @cmastalli on Apr 18, 2019, 10:18 There is a list of things that we should improve: 1. Changed background from blue to white. 2. Create a function...

feature proposal

In GitLab by @cmastalli on Apr 2, 2019, 09:49 For more details see https://gepgitlab.laas.fr/loco-3d/crocoddyl/merge_requests/153#note_4221

feature proposal

In GitLab by @proyan on Feb 15, 2019, 13:07 Currently we are only saving the data.cost inside the logger. I don't see why we can't save directly the shooting.datas after...

feature proposal

Hello, First of all, thank you for providing such a good optimal control library for locomotion. I am trying to implement a `DifferentialActionModel` accounting for contacts and actuation by following...

question

Hello, Thank you for developing and maintaining **crocoddyl**. I am facing the following problem: I have a catkin workspace and I want to build both **pinocchio** and **crocoddyl** from source...

bug

Hi, Would it be possible to include the steps required to build the doxygen-based documentation in the readme or somewhere else? Additionally, I noticed that the documentation served online is...

feature proposal

Thanks for all your work creating and open sourcing such a great trajopt library. I have gone through the tutorials and have been experimenting with it, and have been finding...

feature proposal

Hi, I was reading the documentation of [`DifferentialActionModelAbstractTpl`](https://gepettoweb.laas.fr/doc/loco-3d/crocoddyl/master/doxygen-html/classcrocoddyl_1_1DifferentialActionModelAbstractTpl.html#:~:text=template%3Ctypename%20_Scalar%3E%0Aclass%20crocoddyl%3A%3ADifferentialActionModelAbstractTpl%3C%20_Scalar%20%3E) and I think there might be an error within the documentation. When showing what the cost function for `DifferentialActionModelAbstractTpl` should describe, it...

bug

Crocoddyl parallelization seems to face issues. When measuring execution time while parallelizing the function ```calcdiff``` of the class ```IntegratedActionModelEuler``` on the robot Talos, we can observe a decrease in performance....

efficiency