16 October 2023 Research Development Meeting #130
Replies: 1 comment
-
Model Predictive Control ClassI'm working on the MPC class for the collaborative paper with Vignesh: The objective function is: and we assume that Some initial problems: 1. Setpoint control is not feasible:Here is the output for a simple control problem with: The state does not converge even through the control input diminishes: The solver is technically working, but the control matrix is rank-deficient, so the mobile robot cannot move directly to a target point: We need to establish a cubic polynomial trajectory to gradually transition the state from the start to the end: 2. Interior Point Method Fails???Trying to drive straight in the x-direction returns 0 for some weird reason: The result is: But if I removes constraints on the control input: Then it works: This might be related to the need for a trajectory generator above. Instead of `direct shooting', it requires a smooth transition across time. |
Beta Was this translation helpful? Give feedback.
-
Chair:
Attendees:
Absent:
Agenda:
Note: Last week's items should become this week's agenda.
Additional Discussion Points:
Anything not captured in the agenda.
Next Meeting:
Note: These will become the agenda for the next meeting.
Beta Was this translation helpful? Give feedback.
All reactions