Research Article

Design of a Model Predictive Trajectory Tracking Controller for Mobile Robot Based on the Event-Triggering Mechanism

Algorithm 1

Threshold curve/band-based event-triggered MPC approach.
Input: Prediction horizon Np; triggering level σ; weighting matrices Q and R
   initial state ; indices k = 0, i = 0.
1Calculate by solving the problem in (14)
2Apply control input
3while the triggering condition is not satisfied do
4  Apply control input
5  
6end while
7, i = 0
8Calculate by solving the problem in (14)
9return 3