ece6554:project_ductedfan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece6554:project_ductedfan [2019/03/20 12:19] – pvela | ece6554:project_ductedfan [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
\begin{split} | \begin{split} | ||
m \ddot q & = -d \dot q + R(\theta) f - m \vec g \\ | m \ddot q & = -d \dot q + R(\theta) f - m \vec g \\ | ||
- | J \ddot \theta & = r\, \pi_1(f) | + | J \ddot \theta & = r\, \pi_2(f) |
\end{split} | \end{split} | ||
\end{equation} | \end{equation} | ||
Line 27: | Line 27: | ||
\begin{split} | \begin{split} | ||
m \ddot q & = -d \dot q + R(\theta) R(-\psi) \begin{bmatrix} 0 \\ \tau \end{bmatrix} - m \vec g \\ | m \ddot q & = -d \dot q + R(\theta) R(-\psi) \begin{bmatrix} 0 \\ \tau \end{bmatrix} - m \vec g \\ | ||
- | J \ddot \theta & = r\, \pi_1 ( e_1(-\psi) \tau ) | + | J \ddot \theta & = r\, \pi_2 ( e_1(-\psi) \tau ) |
\end{split} | \end{split} | ||
\end{equation} | \end{equation} | ||
Line 40: | Line 40: | ||
This system is underactuated in that there are three state coordinates and only two control coordinates. Usually this system, and other aerial systems with similar properties, are reduced to output tracking systems where the angular coordinate is not perfectly tracked. | This system is underactuated in that there are three state coordinates and only two control coordinates. Usually this system, and other aerial systems with similar properties, are reduced to output tracking systems where the angular coordinate is not perfectly tracked. | ||
- | ==== Parameters ==== | + | ==== Parameters |
- | ;#; | + | ^ Parameter ^ Value ^ |
- | ^ Parameter ^ Value | + | |
| $m$ | 4.25 kg | | | $m$ | 4.25 kg | | ||
| $d$ | 0.1 kg/sec | | | $d$ | 0.1 kg/sec | | ||
| $g$ | 9.8 m/sec | | | $g$ | 9.8 m/sec | | ||
| $r$ | 0.26 m | | | $r$ | 0.26 m | | ||
- | ;#; | + | | $J$ | 0.0475 kg m$^2$ | |
+ | The thrust vector angle range should be $\psi \in [-\pi/3, \pi/3]$. Make sure to implement these limits in the simulation. | ||
+ | |||
+ | ===== Implementation ===== | ||
+ | |||
+ | Functional code stubs for the implementation are provided in the {{ ECE6554: | ||
====== Activities ======= | ====== Activities ======= | ||
----------------------- | ----------------------- | ||
Line 67: | Line 71: | ||
Here, you should consider two cases. | Here, you should consider two cases. | ||
+ | |||
+ | **Considerations: | ||
+ | |||
+ | Likewise, for better tracking some feedforward term can be added that looks a lot like a reference signal. The feedforward term to add is the acceleration needed to track the desired height of the ducted fan. It is recovered from the second derivative of the desired height (the $y$ coordinate). Adding this term will remove some of the gain/phase differences between the desired trajectory and the model reference trajectory, which means that the ducted fan will better track the desired trajectory. | ||
===== Step 2: Nonlinear Controller ===== | ===== Step 2: Nonlinear Controller ===== | ||
- | Rearrange the equations to see if they can be put into a form that looks more like a linear system plus a non-linear defect. Design a controller with nonlinear cancelling terms. | + | Rearrange the equations to see if they can be put into a form that looks more like a linear system plus a non-linear defect. Design a controller with nonlinear cancelling terms. |
+ | Compare this controller with the purely linear approach and quantify performance differences if any. Do not consider parameter mismatch, just solve this as a standard control problem. | ||
+ | |||
+ | //Tip:// The ducted fan is similar to the bi-rotor but has the added challenge of being non-minimum phase. The same transformation of state described in the bi-rotor project should apply to the ducted fan. You can use it as one approach to creating an adaptive controller for the nonlinear system. | ||
+ | |||
+ | ===== Step 3: Nonlinear Controller with Adaptation ===== | ||
+ | |||
+ | Now consider parameter mismatch and augment the nonlinear controller to be an adaptive one. | ||
+ | |||
+ | //Note:// One thing to be careful about is the initial transient experienced by the adaptive controllers. | ||
+ | |||
+ | |||
+ | ====== Report Considerations ======= | ||
+ | ------------------------ | ||
+ | |||
+ | Because there are more control signals relative to the typical homework assignments, | ||
- | ===== Step 3: Not Sure Yet ===== | + | The report should include the appropriate controlled equations of motion for the different realizations (linear, nonlinear, transformed nonlinear if done, etc). It should cover the controller design and control synthesis for static and adaptive cases. If using adaptive controllers covered in class, then only their setup and final adaptive laws should be covered. This should be the case if following the Steps. If attempting an adaptive structures slightly different from what was covered in the lectures, then its derivation should be included; this most likely won't be the case unless you do not follow the Steps. |
- | ==== Nonlinear Control Lyapunov Approach, the PWMN Controller ==== | + | Just like in homeworks, attention should be paid to highlighting how the static controller fails to perform under incorrect parameters estimates. Otherwise, the Final Deliverable assignment item should cover what's needed. |
- | ==== Performance Reference Adaptive Control ===== | + | When possible, try to stick to canonical control forms. |
- | ===== References ====== | + | ====== References |
------------------------ | ------------------------ | ||
There are some references below whose equations might differ from the ones above. | There are some references below whose equations might differ from the ones above. |
ece6554/project_ductedfan.1553098765.txt.gz · Last modified: 2024/08/20 21:38 (external edit)