ece6554:project_ballbeam
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece6554:project_ballbeam [2019/04/20 20:14] – [Step 1: Baseline Adaptive Systems] pvela | ece6554:project_ballbeam [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 90: | Line 90: | ||
===== Step 2: Full Linear System (An Almost Backstepping Approach) ===== | ===== Step 2: Full Linear System (An Almost Backstepping Approach) ===== | ||
- | === Motor Control: Linear === | + | ==== Motor Control: Linear |
Add in the motor dynamics and have them be linearized around the steady-state. Work out what steady-state should be for a given non-zero target ball position $(x^*, 0)$ (it should be reasonably located, as in not too far out). Have your trajectories also be relative to this position so that the linearization remains valid. | Add in the motor dynamics and have them be linearized around the steady-state. Work out what steady-state should be for a given non-zero target ball position $(x^*, 0)$ (it should be reasonably located, as in not too far out). Have your trajectories also be relative to this position so that the linearization remains valid. | ||
Line 96: | Line 96: | ||
This linear system is looking a lot like a backstepping control process, but where backstepping is usually not applied because the system should be controllable in the linearization. Since it is controllable in the linearization, | This linear system is looking a lot like a backstepping control process, but where backstepping is usually not applied because the system should be controllable in the linearization. Since it is controllable in the linearization, | ||
- | === Linear Adaptive Control === | + | ==== Linear Adaptive Control |
Incorporate adaptive control to correct for the unmatched uncertainty. Randomly perturb by about 15% the parameters. | Incorporate adaptive control to correct for the unmatched uncertainty. Randomly perturb by about 15% the parameters. | ||
+ | |||
+ | === Tips: De-Coupled then Re-Coupled Adaptive Systems === | ||
//Tip:// Designing a fifth-order backstepping method is going to be pretty nasty, especially because of the dependency structure of things. | //Tip:// Designing a fifth-order backstepping method is going to be pretty nasty, especially because of the dependency structure of things. | ||
+ | |||
+ | //Tip:// When designing the back-stepping type adaptive controller for the three new states, you should identify some candidate $x_1$ dynamics for the ball-beam part to be used in the motor controller. With $x_1$ specified in closed-form, | ||
--------------------------------------- | --------------------------------------- | ||
- | ==== Step 3: Nonlinear Adaptive Backstepping ==== | + | ===== Step 3: Nonlinear Adaptive Backstepping |
**This Step should not be done for ECE6554 Spring 2019. Only complete Steps 1 + 2.** | **This Step should not be done for ECE6554 Spring 2019. Only complete Steps 1 + 2.** | ||
Line 109: | Line 113: | ||
Translate the linear adaptive backstepping strategy to the nonlinear system. Start with the vanilla nonlinear backstepping method, then make it adaptive. | Translate the linear adaptive backstepping strategy to the nonlinear system. Start with the vanilla nonlinear backstepping method, then make it adaptive. | ||
- | === Nonlinear Model Inversion with Backstepping === | + | ==== Nonlinear Model Inversion with Backstepping |
Consider the nonlinearities of the system and identify a backstepping approach to controlling the system. Get the baseline backstepping method working. | Consider the nonlinearities of the system and identify a backstepping approach to controlling the system. Get the baseline backstepping method working. | ||
- | === Nonlinear Model Inversion with Adaptive Backstepping == | + | ==== Nonlinear Model Inversion with Adaptive Backstepping |
Add in adaptation to the backstepping controller, using the same 15% perturbed model. | Add in adaptation to the backstepping controller, using the same 15% perturbed model. |
ece6554/project_ballbeam.1555805660.txt.gz · Last modified: 2024/08/20 21:38 (external edit)