Skip to content

P is not upper triangular matrix #13455

@lilintong22222

Description

@lilintong22222

In https://github.com/ApolloAuto/apollo/blob/v6.0.0/modules/planning/math/piecewise_jerk/piecewise_jerk_path_problem.cc#L84
image

I find P is not upper triangular matrix,and osqp 0.5.0 will trans P to upper triangular matrix by drop some elements:
https://github.com/oxfordcontrol/osqp/blob/v0.5.0/src/osqp.c#L114
image

https://github.com/oxfordcontrol/osqp/blob/v0.5.0/src/cs.c#L288
image

This makes the constraint( -2 * w_dddx / delta_s^2 * x(i)'' * x(i + 1)'' ) doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions