-
Notifications
You must be signed in to change notification settings - Fork 19
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 orbit observer #595
Add orbit observer #595
Conversation
c8fde09
to
b8019e5
Compare
|
||
// CompoBase | ||
int prescaler = ini_file.ReadInt("COMPONENT_BASE", "prescaler"); | ||
if (prescaler <= 1) prescaler = 1; |
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.
設定値をオーバーライドするのであれば warning を出した方がよいのではないでしょうか
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.
このコンポ以外も全て同様になっているので、別issueで切り出して一気に対応したいと思います。
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.
https://github.com/ut-issl/s2e-core/issues/624
でissueを作りました。
Related issues
NA
Description
I added a basic position observing component.
Test results
Impact
NA
Supplementary information
NA