ut-issl / s2e-core

Spacecraft Simulation Environment Core codes
MIT License
46 stars 18 forks source link

Add orbit interpolation method as an Orbit calculation feature #692

Closed fukudakazuya closed 2 weeks ago

fukudakazuya commented 3 weeks ago

Related issues

#664

Description

Test results

Provide the test results and a link to the detailed results log. interpolate interpolate_v (9/27追加) pos vel

Impact

Describe the scope of influence of the changes, e.g., The behavior of feature ** changes.

Supplementary information

Provide any supplementary information.

200km commented 3 weeks ago

@fukudakazuya CIが正しく回るようにするため、最新のdevelopとマージして修正を取り込んでもらえると嬉しいです。

fukudakazuya commented 3 weeks ago

@200km 修正終わったのでレビューよろしくお願いします.

fukudakazuya commented 3 weeks ago

@200km 修正しました. 全てでwarningが出なくなることを確認というのはどこを見れば良いのでしょうか.github上でどこでwarningが出ているのかわかりませんでした. 自分のPCでは [build] ld: warning: ignoring duplicate libraries: 'src/disturbances/libDISTURBANCE.a', 'src/dynamics/libDYNAMICS.a', 'src/environment/global/libGLOBAL_ENVIRONMENT.a', 'src/environment/local/libLOCAL_ENVIRONMENT.a', 'src/simulation/libSIMULATION.a' とwarningが出ていて,どのように直せば良いかご存知でしたら教えていただきたいです.

200km commented 2 weeks ago

warningが出なくなることを確認

GitHub Actionsの中のBuild/hogeという項目のDetailsを選ぶと詳細画面にいきます。

image

その中からbuild 32bitbuildの項目を選び全表示した上で、warningなどで検索をかけるとwarningに引っかかっているかどうかわかります。

fukudakazuya commented 2 weeks ago

@200km 修正しました.s2eビルド関連のwarningは全て消えました.