Replies: 1 comment 2 replies
-
We're refactoring deeply Crocoddyl. For instance, we'll deprecate differentiable action models in future releases. This constraint us to develop the requested example. However, I suggest you have a look at our inverse-dynamics differential action models. In a nutshell, the constraint manager works similarly to our cost sum, i.e., you need to share the memory: https://github.com/loco-3d/crocoddyl/blob/devel/include/crocoddyl/multibody/actions/free-invdyn.hpp#L401 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to create a custom differential action model that has constraints. I was wondering if there is any sample code showing how to do that, especially when taking in a constraint manager instance instead of manually specifying the partial derivatives and passing it to
data
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions