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

Added the action model for impulse forward dynamics + various improvements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Carlos Mastalli requested to merge cmastall/crocoddyl:topic/action-impulse into devel Sep 19, 2019
  • Overview 0
  • Commits 46
  • Pipelines 0
  • Changes 66

This PR tackles issue #242 (closed). However, it improved the library in many terms, e.g.

  • Refactored the way of sharing memory with cost sum. Now it can be used for both differential action and action models.
  • Removed qcur and vcur in differential action models. These variables are not needed by using properly Eigen.
  • Introduced the concept of autonomous systems (nu = 0), note that impulse dynamics are autonomous systems.
  • Changed notation of variables in contact and impulse models. It's compatible with impulses and easier to understand.
  • Added function to update forces, accelerations (or next velocity) and their derivatives for using later in cost functions. This is ongoing work.

These functions is a partial works that handles #96 (closed).

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