8000 Comparing v0.3.3...v0.3.4 · acados/acados · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: acados/acados
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: acados/acados
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 14 commits
  • 67 files changed
  • 3 contributors

Commits on Jul 5, 2024

  1. Python cleanup (#1146)

    - deprecate `get_default_simulink_opts`, use `get_simulink_default_opts`
    instead
    - return `x0` if set
    FreyJo authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    999a9c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b1ee24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d48988 View commit details
    Browse the repository at this point in the history
  3. Documentation update (#1141)

    This PR addresses some of the points listed in #1140 (and others) and
    updates the documentation in several places.
    
    ---------
    
    Co-authored-by: Jonathan Frey <jonathanpaulfrey@gmail.com>
    Co-authored-by: sandmaennchen <katrin.baumgaertner@posteo.de>
    3 people authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ea10cdb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Remove t slacks from ocp_nlp_out (#1148)

    The slacks `t` that were used to slack the inequality constraint values
    are actually not needed in an NLP solver and are thus removed in this
    PR.
    Instead of using `t`, we now directly evaluate inequality residual using
    the function evaluations.
    This results in consistent inequality residuals and will help future
    work on globalization.
    Related interface functionality such as getters and setters for `t` and
    `initialize_t_slacks` have been removed.
    FreyJo authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    23bedb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Remove main mex template (#1149)

    These files are outdated, there were used to test the template based
    solver in Maltab without really interacting with it, before the MEX
    interface was completely ported to the template backend in
    bb9f1b2
    
    These files seem to be broken from what is reported in
    https://discourse.acados.org/t/building-issue-configurationdesk-2022-a/1677
    FreyJo authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cead3dc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update problem formulation description (#1150)

    Co-authored-by: Jonathan Frey <jonathanpaulfrey@gmail.com>
    sandmaennchen and FreyJo authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7aeb552 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    b7f7587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d148c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ece8c View commit details
    Browse the repository at this point in the history
  4. Fix QP status issue (#1155)

    This PR addresses an issue which caused the SQP solver to always return
    status 4, if it was returned once.
    This was introduced in #1057
    Added a test to check that the OCP solver can recover from such a
    situation.
    FreyJo authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0d03b85 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Cmake for multi-phase OCP solver (#1157)

    This PR adds the cmake build systems for the multi-phase OCP (MOCP)
    solver in preparation for MOCP solvers in MATLAB.
    sandmaennchen authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f8df769 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Simulink interface: add initialization functionalities and tests (#1158)

    - add input `pi_init` to initialize multipliers of equality constraints
    - add output `pi_all`
    - add input `ignore_inits` to ignore initialization inputs and switch to
    internal warm start
    - Test all initializations and combinations with `ignore_inits` and
    `reset_solver` in Simulink
    on Github actions
    FreyJo authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2001da0 View commit details
    Browse the repository at this point in the history
  2. Python interface: default for sim_method_num_stages (#1159)

    BREAKING: change default for `sim_method_num_stages` to 4 in `AcadosSim`
    to be consistent with the default in `AcadosOcp`
    sandmaennchen authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bf3574e View commit details
    Browse the repository at this point in the history
Loading
0