Skip to main content

Module cgmres_nmpc

Module cgmres_nmpc 

Source
Expand description

Nonlinear MPC simulation with CGMRES (Continuation GMRES)

author: Atsushi Sakai (@Atsushi_twi) Ryohei Sasaki (@rsasaki0109) - Rust port

Reference:

Note: This implementation may exhibit numerical instability in some scenarios. The C-GMRES algorithm is known to be sensitive to parameter tuning. For production use, consider adjusting zeta, ht, threshold, and other parameters.

Structs§

NMPCControllerCGMRES
NMPC Controller using C-GMRES (Continuation GMRES) algorithm
NMPCSimulatorSystem
NMPC Simulator System for state prediction and adjoint calculation
TwoWheeledSystem
Two-wheeled robot system state

Functions§

goal_distance
run_demo_simulation