-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add distance sensor #15
Conversation
@suzuki-toshihir0 WIPつけていますが、方向性の確認だけしてもらえると嬉しいです。 |
方向性は問題ないと思います! |
はい。ノイズをつけるならSensorBaseを使うと思います。もともとのissueが「真値を取得できる」ということだったので、どうしようか迷っている感じです。 |
今考えると、真値にこだわる必要は無いように思いますね。。。ノイズ機能をこのでつけない理由は無いのかなと思っています。 |
次のどっちがほしいかですよね。
S2Eに慣れている僕たちは後者で良いと思う気がするのですが、それすら面倒だと感じる人がいるから前者がいるということなんですかね? |
なるほどです。 |
あとは、s2e_ffは複数機のシミュレーションをやるという意味で、ある種発展的な使い方をしていると捉えています。s2e_ffのユーザーは、s2e_coreなどを使って単数のシミュレーションをして、多少使い方を学んだ人を想定してもよいだろうとも考えています。 |
わかりました。では、ノイズもつけておきます。 |
ありがとうございます。 |
@suzuki-toshihir0 ノイズ機能つけたのでレビューお願いします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました.(ReadSensorBaseInformation
の置き場所だけ決められればapproveできそうです)
s2e-ff/src/Components/AOCS/InitializeRelativeDistanceSensor.cpp
Outdated
Show resolved
Hide resolved
s2e-ff/src/Components/AOCS/InitializeRelativeDistanceSensor.hpp
Outdated
Show resolved
Hide resolved
I fixed the codes reflecting reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正点すべて確認しました!approveします.
概要
Add distance sensor
Issue
詳細
相対距離センサの雛形を追加。この方針で問題なければ相対位置センサや相対姿勢センサも加えていく。
このクラスにノイズ機能をつけておくか要相談。 -> ノイズ機能も付けることにした
検証結果
影響範囲
NA
補足
NA
注意
NA