That's a very understandable tutorial, but i think the V_1~V_12 in page 26 should be some kinds of Lyapunov function instead of the input of the motor (Voltage)
@ENGMY3 жыл бұрын
Please notice that Equation (22) in the paper defines the Layapunov functions not the motor voltages. Also c_theta= cos(theta), and c_phi= cos(phi). That is, they are not constants,
@cset3 жыл бұрын
Noted :)
@souravde61162 жыл бұрын
Sir, can you inform a bit about what Backstepping control is and how they differ from SMC? How it is designed and why is it used?
@cset2 жыл бұрын
Here is most of the answer to your question kzbin.info/www/bejne/nZjEpZyHpdOEi9k SMC is used where there are bounded uncertainties in the model Backstepping is for systems having a special structure in the state dynamics (we exploit the structure to breakdown the process of control design into smaller "steps")
@chumgi8060 Жыл бұрын
Professor, thank you for the great video. For V1, it is the Lyapunov function. I want to put this into the original voltage. How can I design the equation?
@cset Жыл бұрын
Please read the research paper discussed in the video for equations.
@Nguyen_Manh17083 жыл бұрын
could you simulate adaptive motion/force control for coordinated multiple robots please
@xa913 жыл бұрын
could you please simulate a fractional observer paper
@meditationmusic79272 жыл бұрын
Dear sir, have you made any video for simulation of this paper on simulink! if so please share the link.
@cset2 жыл бұрын
Sorry I don't use SIMULINK
@tellikhaled3 жыл бұрын
Very good work , but you misunderstood the meaning of Cp and Ct , is the cos of angle psi and the cos of angle teta Cos(teta) not constant
@tellikhaled3 жыл бұрын
Where C and S indicate the trigonometrically functions cos and sin respectively
@nguyenquangthien63759 ай бұрын
Dear sir, Can I ask for your comment, because I have questions? Here I do not see the use of "Nonholonomic Constraints" i.e. formula (14) in your code. I only see ux and uy (fomular 20), I assume it is inputs of formula 14, is it right? According to what I understand, the x y position cannot be controlled directly but must be through the influence of angles phid and thed. In addition, I see a confusion in lines 45->48 in the video using Lyapunov's V function (formula 21) instead of the engine's V function (formula 16), as I see in the paper. The motor model is presented in the paper, but it seems that this part is omitted in the code, right?
@Lifee_3602 жыл бұрын
thanks for sharing this video, it was really helpful. I have a doubt.....if i have to plot the control functions given by U1, U2, U3, U4....what shall I do? Plz reply
@cset2 жыл бұрын
Thanks for the kind words. You can plot the control signals by replicating some of the code from the function file into the execution file. Please see an example here kzbin.info/www/bejne/r6WVq6Oceseqlck
@Lifee_3602 жыл бұрын
@@cset thanks for replying...can we connect through email if you dont mind ??...would like to discuss a bit more if you are fine with it...people like you who are sharing your knowledge in your field are making life easy for students like us :) love from India
@cset2 жыл бұрын
@@Lifee_360 I am humbled by your kindness. Unfortunately, I have not been able to find time in recent months. My email is (techibro@umich.edu), but please understand if I cannot engage much.
@Lifee_3602 жыл бұрын
@@cset Gm Professor, I have one more doubt, plz dont mind.....while defining the dynamics in matlab code we are using Ux and Uy for \dot (x8) and \dot(x10) respectively......which are already given by equation (20)......but again we are deriving Ux and Uy in order to control the x and y position......so whats the use of equation (20) since are not using that equation in code ??
@cset2 жыл бұрын
@@Lifee_360 If I remember correctly, the control in (20) is an older one rewritten in the paper and the control in (24) is the new one proposed by the authors of the paper. You can try both controls separately and compare the performance if you want.
@TrungHieuLuong-gi2uqАй бұрын
how to choose parameters alpha
@taslekar073 жыл бұрын
Hello Mr. ALi, Could you Simulate SMC for stabilizing the attitude of the quadrotor? Thanks
@anvlogs10884 ай бұрын
do u make it yet? can u share for me, please ,
@abeershply10729 ай бұрын
السلام عليكم . هل ممكن ان تفوم بعمل فيديوا لي الطائرة الرباعية لي المتحكم النزلاقي فقط
@LongNguyenHoang-fc4dj Жыл бұрын
I have got some error in ode45 and not enoufh input arguments in line 3 of QRBS: ob= x(13)-x(14)+x(15)-x(16). Please help me!!!
@MDSAIF-q6c8 ай бұрын
i got also same error in both...
@MDSAIF-q6c8 ай бұрын
did your problem solve?
@jamalhussainarman22498 ай бұрын
Same here
@roseAlsa7 ай бұрын
can you solve the problem ? i want to know why?😭😭😭😭😭
@roseAlsa7 ай бұрын
@@MDSAIF-q6c did your problem solve?😭😭😭😭
@ibrahimmohammad76573 жыл бұрын
could you please simulate a paper for Vehicle Stability Enhancement Using Sliding Mode Based Active Front Steering and Direct Yaw Moment Control
@MDSAIF-q6c8 ай бұрын
can you share your code ?
@lifesgood56659 ай бұрын
Sir plz. Bring new videos
@farehebahrami3 жыл бұрын
Hello sir Can I have Your email? I have got some errors in ode45
@cset3 жыл бұрын
My email is techibro@umich.edu I hope that you can resolve the error on your own. Just read the error statement carefully it will tell you which line of the code has the error. Then you can compare that line with the code in the video. Sometimes it also happens that the students try to run the function file itself. You are supposed to run the script file and not the function file.
@farehebahrami3 жыл бұрын
If it's possible please check your email🙏 Yeah I tried of course
@irfanchaudhry33382 жыл бұрын
Hello, were you able to fix the error, I have the same problem!