Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

制御側:理論とシミュレーション結果が一致するかチェックする(ステップ応答) #29

Open
Tracked by #25
tmori opened this issue Oct 21, 2024 · 2 comments

Comments

@tmori
Copy link
Contributor

tmori commented Oct 21, 2024

ステップ信号の実現方法

ホバリング状態(目標速度=0)から、目標速度を1m/secに変化させることで対応する。

理論との比較方法

ステップ信号の与え方は理論ベースでの線形モデル化と一致しているため、伝達関数から求めたステップ応答のグラフとシミュレーション結果のグラフを比較することで行う。

@tmori
Copy link
Contributor Author

tmori commented Oct 21, 2024

実験結果

ぴたりと一致した。

OK c(Steady state value)  : 1.000   (Target: 1.0±0.010 m)
OK T_r(Rise time)         : 1.562 s (Target: ≤ 2.000 s)
OK T_d(Delay time)        : 0.567 s (Target: ≤ 1.010 s)
OK O_s(Maximum overshoot) : 0.021   (Target: ≤ 0.040 m)
OK T_s(5% settling time)  : 2.072 s (Target: ≤ 5.490 s)

Image

@kenjihiranabe
Copy link
Collaborator

なんか良さげ!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants