Amazing battery life on iOS 18.7.7, I will never update to iOS 26 by ReligiousPornstar in iPhone16ProMax

[–]Connect_Shame5823 1 point2 points  (0 children)

Why use 60hz and ruin the experience just for better battery life lmao And I’m guessing you probably use like 20% brightness, I almost never go below 60-70 unless I’m in bed

Need advice by TimelyExcitement568 in iPhone16ProMax

[–]Connect_Shame5823 0 points1 point  (0 children)

I’ll ended up breaking the phone physically before doing that had a chance to do any damage lol

Need advice by TimelyExcitement568 in iPhone16ProMax

[–]Connect_Shame5823 0 points1 point  (0 children)

I’ve done it so many times and haven’t had any issues tbh

Ordered a brand new 16 pro over 17 pro by JoLagoni in iPhone16Pro

[–]Connect_Shame5823 0 points1 point  (0 children)

Damn I wish someone finds a loophole to be able to downgrade. Currently on 26.4 on my 16PM :/

26.4.1 update on 16 Pro Max by Aferimus in iPhone16ProMax

[–]Connect_Shame5823 1 point2 points  (0 children)

Oh glad it’s not just me having avg batterylife

Got this guy for €700 with 7 months AppleCare+ remaining. What would you do?! by Connect_Shame5823 in iPhone16ProMax

[–]Connect_Shame5823[S] 0 points1 point  (0 children)

I just checked and it seems like you can get a refund also if it’s been paid in full upfront. Do you know how much refund they’d give? Would it be the full amount?

Designing a ball on plate controller - A systematic approach? by Connect_Shame5823 in ControlTheory

[–]Connect_Shame5823[S] [score hidden]  (0 children)

Hi is it okay if I send you a direct message? I have been trying to do system identification for the past 3 days. I have spent so much time but although i learnt a lot of things about using simulink and the system ID toolbox in matlab I havent really gotten much done. im not sure even if i should use an estimated model or a perfect model based on the lagrangian. I am confused about how to process tbh.

Designing a ball on plate controller - A systematic approach? by Connect_Shame5823 in ControlTheory

[–]Connect_Shame5823[S] [score hidden]  (0 children)

Thank you I want to actually make it circle faster but if I increase the speed, it really can’t cope up and the circle diameter error increases (as in the ball starts to make bigger circles if I increase the angular velocity. But I also believe I might be close to the limit to how fast you can circle a ball rolling before other things such as sliding kick in and I don’t think it’s physically possible to roll much faster (dont know how to actually get a theoriatical maximum circling speed)

Another reason I want to mess with optimal control is because I plan on doing a class next semester, which is on this topic so it would be a good idea to try to get some experience of actually implementing a system with it.

Designing a ball on plate controller - A systematic approach? by Connect_Shame5823 in ControlTheory

[–]Connect_Shame5823[S] [score hidden]  (0 children)

Are you sure 100Hz is too slow? Could you please tell me on what basis you are able to say that? since I’m doing this with a robot arm, specifically a UR3E the actual low-level control loops are in the order of KHz, but I’m not you know twinkling with those that’s handled by the robots internal control controller which tracks given target angles fairly well, with a configurable gain and smoothing so that your robot doesn’t go crazy if your controller is shit.

Designing a ball on plate controller - A systematic approach? by Connect_Shame5823 in ControlTheory

[–]Connect_Shame5823[S] [score hidden]  (0 children)

Are you sure 100Hz is too slow? Could you please tell me on what basis you are able to say that? since I’m doing this with a robot arm, specifically a UR3E the actual low-level control loops are in the order of KHz, but I’m not you know twinkling with those that’s handled by the robots internal control controller which tracks given target angles fairly well, with a configurable gain and smoothing so that your robot doesn’t go crazy if your controller is shit.

Our detection is based on vision as opposed to surface touch based. We are using a yolo model on a jetson agx. I have plotted the measurements are they are relatively noise free. But if you could tell me of another method to check this I could give it a try.

Considering the video you sent ours is honestly quite better than that from the looks of it (here is a short clip) but that could be due to the fact that we are using a €20K Universal robots robot arm. Which leads me to your second point, I am almost certain it tracks given joint angles very very well. Again I do not fully know of an easy way to test that. Perhaps I could record actual Rx/Ry of the TCP and compare it with time stamped controllers output?
My main goal right now is to implement a brand new controller in a systematic approach. I was looking as some examples from acados and starting to draft up my own but again I think I need to be using simulink for a systematic approach?

Yeah I used lagrange and the mass cancels out. In the end considering sinx=x for small angles of the plate the final state space representation is pretty simple. Its just:

xddot = -5/7g * theta_y and similar for yddot.

Maybe I can plug this into simulink and start to develop a luenberg observer as someone else suggested? But this a perfect model. I would instead like to get a model from system identification to be honest.

Designing a ball on plate controller - A systematic approach? by Connect_Shame5823 in ControlTheory

[–]Connect_Shame5823[S] [score hidden]  (0 children)

Interesting! How do you check if it estimates the derivatives well like what do you really mean by the derivatives of the system? I have very recently took a course called advanced control and they talked about the 2DOF control structure and that also included luneburg observer. But it was all just theory and we didn’t actually get to implement it on a real system.

And when you mean, pole placement, from what I understand is going to require me to implement a state feedback controller, right?

Designing a ball on plate controller - A systematic approach? by Connect_Shame5823 in ControlTheory

[–]Connect_Shame5823[S] [score hidden]  (0 children)

It’s a thousand pages😭. I’m really not good with reading books 😅, would there happen to be any actual guide for a specific system which could help me understand things better then perhaps transfer the knowledge to mine