Commit Graph

10 Commits (7e7ff06029c4931b2eff1f8fc6f1d135b01d68b9)

Author SHA1 Message Date
matssteinweg 7e7ff06029 velocity as mpc input 2019-12-06 21:32:36 +01:00
matssteinweg d8d596bb14 Accumulate time in prediction horizon 2019-12-06 10:45:20 +01:00
matssteinweg 3c305e46d4 modify safety margin in update bounds 2019-12-04 23:28:57 +01:00
matssteinweg 447bdf9f41 MPC updates current waypoint and transforms temporal state into spatial
state before computing current control signal
2019-12-02 00:12:22 +01:00
matssteinweg 73d968c2f2 Remove MPC controller based on cvxpy 2019-12-01 21:38:12 +01:00
matssteinweg bf90a57adc Update MPC controller to use previously predicted control signal in
case of infeasibility. If all predicted control signal exhausted and
problem infeasible, stop execution
2019-12-01 16:40:04 +01:00
matssteinweg 296d1db030 Add dynamic constraints on e_y via update_bounds method.
Add show_prediction function to display prediction.
2019-12-01 16:05:25 +01:00
matssteinweg 76df3ce814 initial commit LTV_MPC 2019-11-29 09:36:30 +01:00
matssteinweg d0479e511c Update MPC.py
Reformulate optimization problem. Problem is now a member variable and instantiated in the constructor. Problem can then be solved with different parameters in get_control
2019-11-25 09:07:02 +01:00
matssteinweg 4dc24ef368 Create MPC.py
MPC Controller
2019-11-23 16:46:14 +01:00