Obtaining MIMO kinematic model (+ controller) using data-driven approaches
5 次查看(过去 30 天)
显示 更早的评论
Hello, as part of a project that I am developing. I would like to ask some questions about a rather "complex" problem.
1- Problem:
- Let's assume I have the kinematic inputs and outputs of a vehicle w.r.t time. The vehicle operates in one of two modes 1) Manual mode without controller. 2) Path following mode. Unfortunately the kinematics of the model is unaccessible, but from the behaviour and preimplemented software, I can deduct that it either behaves like a differential drive or ackermann or a combination of both systems. The dimensions of the model are given as well.
2- So my questions would be:
- Which method would be optimal for obtaining the open loop model from the data (during manual mode)? i.e which path/technique should I follow, machine learning or system identification or sth. else?
- Can I get a function that represents the model + the controller from the data of the path following mode?
3- End Goal:
- To clarify my intentions, I am just interested in the overall behavior of the vehicle not necassary how the actuators are being controlled, so that I can change the general inputs (position, velocity, acceleration) and check how the vehicle would behave w.r.t the new inputs in a simulation.
0 个评论
回答(1 个)
Sam Chak
2023-4-25
Hi @mgf_04
This sounds like a system identification problem. If you have the System Identification Toolbox™ installed, then try using it.
Else, since the vehicle behaves like either the Differential drive or the Ackermann steering, you can try identifying the values of the parameters in one of these models using the least-squares method.
Check out these two examples:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!