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

Add orbit observer #595

Merged
merged 17 commits into from
Mar 7, 2024
Merged

Add orbit observer #595

merged 17 commits into from
Mar 7, 2024

Conversation

200km
Copy link
Member

@200km 200km commented Feb 6, 2024

Related issues

NA

Description

I added a basic position observing component.

Test results

  • default setting

image

  • RTN error frame

image

Impact

NA

Supplementary information

NA

@200km 200km added priority::medium priority medium component component emulation minor update add functionality in a backwards compatible manner labels Feb 6, 2024
@200km 200km added this to the Major Update v8.0.0 milestone Feb 6, 2024
@200km 200km self-assigned this Feb 6, 2024
@200km 200km requested review from sksat and a team as code owners February 6, 2024 15:12
@200km 200km requested review from suzuki-toshihir0, t-hosonuma and conjikidow and removed request for a team February 6, 2024 15:12
@200km 200km mentioned this pull request Feb 7, 2024
@200km 200km force-pushed the feature/add-position-observer branch from c8fde09 to b8019e5 Compare February 7, 2024 14:22
@200km 200km requested a review from seki-hiro February 8, 2024 14:47
@200km 200km changed the title [WIP] Add position observer Add position observer Feb 9, 2024
@200km 200km changed the title Add position observer Add orbit observer Mar 6, 2024

// CompoBase
int prescaler = ini_file.ReadInt("COMPONENT_BASE", "prescaler");
if (prescaler <= 1) prescaler = 1;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

設定値をオーバーライドするのであれば warning を出した方がよいのではないでしょうか

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このコンポ以外も全て同様になっているので、別issueで切り出して一気に対応したいと思います。

Copy link
Member Author

@200km 200km Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@200km 200km merged commit c211efc into develop Mar 7, 2024
12 checks passed
@200km 200km deleted the feature/add-position-observer branch March 7, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component component emulation minor update add functionality in a backwards compatible manner priority::medium priority medium
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants