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
  • !181

c++ implementation and Python bindings of state and control cost models

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/cpp-cost-state-ctrl into cpp_devel Jul 26, 2019
  • Overview 0
  • Commits 21
  • Pipelines 0
  • Changes 35

The main focuses of this PR is to develop the c++ code and its Python bindings for the state and control cost models. However there are other important contributions:

  1. Added unit-test code for the state cost
  2. createData is a nonpure virtual function for various abstractions.
  3. Renamed the cost empty files.
  4. Removed Eigen::Ref for all constructors, useless thing that added undesired extra code for bindings.
  5. Used the getter functions for retrieve information in Python.
  6. Increased the FDDP solver tolerance in the unit-test. This was not fully tested by me.

It tackles the issue #194 (closed).

Edited Jul 26, 2019 by Carlos Mastalli
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/cpp-cost-state-ctrl