Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • H hpp-spline
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Humanoid Path Planner
  • hpp-spline
  • Issues
  • #6

Closed
Open
Created Jul 24, 2018 by Guilhem Saurel@gsaurelOwner

Constraints for each waypoints

Created by: arntanguy

Hi,

I am looking into using this library to control the swing foot trajectory of a humanoid robot walk. Our MPC is continuously computing new desired footstep position as the robot is stepping, and thus the trajectory needs to be updated continuously by taking into account:

  1. The starting pose (position/orientation) of the swing foot trajectory: fixed with zero initial velocity
  2. The ending pose: always changing, desired to be reached with zero velocity
  3. A mid-point between the starting position and end position at a given height: also changing since the end point is changing

From looking at the API, it seems that it is only possible to enforce constraints on the starting and end-point of a trajectory, but not on its intermediary waypoints. In my case, I would need to recompute the whole trajectory as the robot is stepping by taking into account the new current foot position, and expected desired footstep (end-point for the trajectory).

Is it possible to achieve this behaviour?

Assignee
Assign to
Time tracking