Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C crocoddyl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • loco-3d
  • crocoddyl
  • Merge requests
  • !180

Cost and activation abstractions + quadratic activation (c++ and Python bindings)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/cpp-cost-pinocchio into cpp_devel Jul 24, 2019
  • Overview 0
  • Commits 25
  • Pipelines 0
  • Changes 45

In this PR I have written the c++ code, and its Python bindings, for the main classes:

  • CostModelAbstract (old called CostModelPinocchio)
  • ActivationModelAbstract
  • ActivationModelQuad

I have improved the legacy API, unfortunately it's not good for activation and costs. The main changes is to include the activation inside the construction of a cost. I am also created a common data for activation model. The rest remains the same!

Additionally, I have to renamed the states and actions files.

This PR solves #201 (closed), #202 (closed) and #192 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/cpp-cost-pinocchio