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

Action and states Pythiong bindings + extra improvements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/action-pybinds into cpp_devel Jun 28, 2019
  • Overview 1
  • Commits 23
  • Pipelines 0
  • Changes 94

The main purpose of this PR is to integrate Python bindings of the action and state classes. Additionally there are other important modifications:

  • solving slightly difference with the Python API.
  • renaming the variables to follow Gepetto standard (as @ostasse pointed out early).
  • adding Python bindings unit-test.
  • formatting the c++ code and Python to follow Gepetto standard.
  • changing the installation folder of Python legacy code.
  • reorganizing Python bindings code.
  • fixing errors with the unit-test.

Important remark

We cannot write internal values of Eigen objects in the Python bindings. I have reported this issue in eigenpy (see https://github.com/stack-of-tasks/eigenpy/issues/65).

I propose to fix it after dealing with the needed changes in eigenpy. I have reported this issue here #179 (closed).

Edited Jun 28, 2019 by Carlos Mastalli
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/action-pybinds