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

c++ implementation and bindings of sympletic Euler integrator

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/cpp-integrated-action into cpp_devel Jul 18, 2019
  • Overview 4
  • Commits 14
  • Pipelines 0
  • Changes 30

The main contribution of this PR is to implement in c++ the sympletic Euler integrator with its Python bindings. Additionally I have included plenty of extra tasks:

  1. Removed inconvinient wrapper classes (for actions and state vector). Otherwise we cannot retrieve the pointers of such classes (such as in the method differential of Euler integrator). For this, I have to add Eigen::VectorXd/MatrixXd-based functions inside abstract classes.
  2. Fixed a bug in the differential LQR.
  3. Added the unit-test of the differential LQR.
  4. Moved the numdiff files into a specific folder. @mnaveau I have decided a tiny modification in the organization. I will handle these stuffs.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/cpp-integrated-action