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

空気摩擦係数の3次元対応 #250

Open
tmori opened this issue Jul 5, 2024 · 6 comments
Open

空気摩擦係数の3次元対応 #250

tmori opened this issue Jul 5, 2024 · 6 comments

Comments

@tmori
Copy link
Contributor

tmori commented Jul 5, 2024

起点となる修正

#249

7726c9b

@tmori
Copy link
Contributor Author

tmori commented Jul 5, 2024

修正対応方針

  1. すでに1次元でのコンフィグ&処理実装がされているので、既存のものはそのまま動かせるようにする
  2. 3次元用のインタフェースを用意することで対応する

@tmori
Copy link
Contributor Author

tmori commented Jul 5, 2024

修正範囲

  1. コンフィグ周り
  1. コンフィグ設定まわり
  1. 物理ダイナミクスのインタフェース
  1. 物理ダイナミクスの処理呼び出し
  • 3次元の場合は、そちらを優先する
  1. matlab/if 周り

@kenjihiranabe
Copy link
Collaborator

matlab i/f も影響あるので、そちらは後回しにしています。

@tmori
Copy link
Contributor Author

tmori commented Jul 5, 2024

内部処理実装方針

  • 内部データとしては、3次元を前提としたデータで管理する。
  • 1次元の設定の場合は、すべて同じ値を設定することで対応する。
  • このようにすることで、内部処理での分岐がなくなる。

@kenjihiranabe
Copy link
Collaborator

いいと思います!

@tmori
Copy link
Contributor Author

tmori commented Aug 6, 2024

あー、これ忘れてました。
PID制御問題の対応時に合わせて修正しようと思います。

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