Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • 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
  • !176

c++ implementation of differential action model abstract and LQR + Python bindings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/cpp-diff-action into cpp_devel Jul 16, 2019
  • Overview 0
  • Commits 19
  • Pipelines 0
  • Changes 21

In this PR, I have written the following c++ classes and their Python bindings:

  • DifferentialActionModelAbstract and DifferentialActionDataAbstract
  • DifferentialActionModelLQR and DifferentialActionDataLQR

Additionally, I have included Python scripts for bindings benchmarking. This benchmarking includes the unicycle and LQR systems. Other further changes are:

  1. Added the LQRDerived python class
  2. Renamed the binding header files lqr.hpp and unicycle.hpp to action-lqr.hpp and action-unicycle.hpp. This resembles the same organization inside the c++ library.
  3. Added ncost (default argument) in the differential action model abstraction. This resembles the action model one.
  4. Formatted the Python code for unit-testing

All the changes have been successfully tested in my PC. Unfortunately the CI isn't working properly.

This PR solves the issues: #176 (closed) and #177 (closed)

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