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

Python bindings of ShootingProblem, SolverAbstract and SolverDDP

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/shooting-solvers-binds into cpp_devel Jul 14, 2019
  • Overview 1
  • Commits 58
  • Pipelines 0
  • Changes 30

In this PR, I have created the Python bindings code for these three important classes. Additionally, we have the following contributions:

  • Python code for testing inheritance (in Python world) of solvers.
  • Custom converter between Python list to std::vector, and vice-verse.
  • Added unit-test code for testing Python bindings of ShootingProblem and SolverAbstract.
  • Clean up the code format.
  • Few important overloading in SolverAbstract, ActionModels and SolverDDP.

This PR tackles the issues #174 (closed) and #173 (closed).

@mnaveau and @jcarpent feedback is more than welcome :)

Edited Jul 15, 2019 by Carlos Mastalli
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/shooting-solvers-binds