Closed heli-sudoo closed 3 years ago
The code that you are using is old and deprecated (more than 1.5 year). You should use our examples and notebooks. Concretely, I suggest you to see this file: https://github.com/loco-3d/crocoddyl/blob/master/examples/notebooks/cartpole_swing_up.py
I will close this issue, but feel free to open / ask questions.
Hello, I was trying to build an action model for a simple planar floating base following the unicycle example, i.e., unicycle.py. Part of the code is shown blow.
I got the following error when I was trying to define an ActionModelMonoped object:
Looks like costResiduals is not a member of ActionDataAbstract. (The costResiduals is used in the unicycle.py example.) Is the definition of ActionDataAbstract in crocoddyl not the same as here?