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

Z軸の値のシステム同定 #19

Open
tmori opened this issue Oct 9, 2024 · 4 comments
Open

Z軸の値のシステム同定 #19

tmori opened this issue Oct 9, 2024 · 4 comments
Assignees

Comments

@tmori
Copy link
Contributor

tmori commented Oct 9, 2024

プラント

  • ボード線図、位相線図(理論、シミュレーション)
  • ステップ応答(理論、シミュレーション)
@tmori
Copy link
Contributor Author

tmori commented Oct 9, 2024

PID制御

  • ボード線図、位相線図(理論、シミュレーション)
  • ステップ応答(理論、シミュレーション)

@kenjihiranabe
Copy link
Collaborator

まずは、プラントだけで、z速度とz高度の、線形近似理論値(Bode と step response を作りました。)
https://colab.research.google.com/drive/15e1ReQwaLIpS8Avl65JudQ-kr-RbY1vy?usp=sharing

だいぶリファクタリングして、読みやすくしたので、これと、実験値と重ねてください。

@kenjihiranabe
Copy link
Collaborator

PIDを入れたものも理論値作成済み。

@tmori tmori self-assigned this Oct 10, 2024
@tmori
Copy link
Contributor Author

tmori commented Oct 10, 2024

シミュレーション対応メモ

  • プラント
    • ボード線図/位相線図
      • eval-plant.py で対応可能
    • ステップ応答
      • 対応するツールは存在しない
      • eval-plant.pyを改造して、シグナルではない固定値を設定できるようにすれば良い。それほど難しくはない。
  • PID制御
    • ボード線図/位相線図
      • 対応するツールは存在しない
      • eval-ctrl.pyとeval-position.bashを改修して、eval-plant.pyと同じような処理でシグナルを設定できるようにする。ここは難易度高め。
    • ステップ応答
      • eval-position.bash で対応可能

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