Skip to content

initial guess with collocation #521

Description

@thasaarah

Initial guesses using LINEAR or EACH_FRAME interpolation with COLLOCATION aren't generated correctly.

With the number of iterations of the OCP fixed at 0, the state values of the solution don't correspond to the expected values.

UPDATE 08-2023:
initial guess with:

  • InterpolationType.LINEAR works [RTM] collocations for SOCP #744
  • InterpolationType.EACH_FRAME works with the same initial guess for each intermediate state in intervals.
  • InterpolationType.EACH_FRAME used to be linearly interpolated [RTM] collocation initial guess #504 but this feature has been destroyed in a refactor, #tofind.
  • InterpolationType.ALL_POINT works only for collocation, allow to specify the value for every collocation point.
  • InterpolationType.CONSTANT and CONSTANT_FIRST_AND_LAST works
  • InterpolationType.SPLINE doesn't work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions