Skip to content

Commit

Permalink
Fix realtime example link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Salzmann committed Jul 4, 2024
1 parent ee4ee1b commit 2905a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l4casadi/realtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The necessary parameters to update the approximation can be inferenced in parall
This makes this approach efficient for large models where multiple approximations are used in parallel in an optimization (MPC with multiple shooting nodes).

## Real-time L4CasADi in Acados MPC
We provide a example of how to use Real-time L4CasADi in Acados MPC in this [example](../../../examples/realtime/mpc_mlp_example.py).
We provide a example of how to use Real-time L4CasADi in Acados MPC in this [example](../../examples/realtime/mpc_mlp_example.py).
Note that this is a dummy example of a single integrator with a learned residual dynamic set to zero. However, it
demonstrates the integration of RealTimeL4CasADi in Acados (RTI-)MPC.

Expand Down

0 comments on commit 2905a2c

Please sign in to comment.