-
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
Spacecraft_quaternion_i2b の値が怪しい #86
Comments
@200km |
姿勢の初期化モードはどのような設定ですか? |
relative_attitude_controllerを使ったりはしていないですか? |
(明記していないですが、s2e-coreでは[HOTFIX]というのはPRの時に使っていて、issueではあまり使っていないのでタイトル変更しました。) |
現在,以下のようにしています.
|
ff_components.cppに const std::string relative_attitude_controller_file = sat_file.ReadString(section_name.c_str(), "relative_attitude_controller_file");
relative_attitude_controller_ = new RelativeAttitudeController(InitializeRelativeAttitudeController(
clock_gen, relative_attitude_controller_file, *rel_info_, local_env_->GetCelestialInformation(), *dynamics_, sat_id)); があると勝手に制御されてしまう感じでしょうか? |
main_modeに s2e-ff/s2e-ff/src/components/ideal/relative_attitude_controller.cpp Lines 149 to 165 in 6fcfc5a
s2e-ff/s2e-ff/src/components/ideal/relative_attitude_controller.hpp Lines 17 to 24 in 6fcfc5a
|
relative_attitude_controllerはff_satellite.iniとかにある |
relative_attitude_controllerが悪さをしている気がします。
という感じです。望月くんの用途の場合、最終的に姿勢制御アルゴリズムも自分で作るのではないかなと思うので、relative_attitude_controllerは使わない(ff_components.cppでインスタンスかしない)方が良いと思います。 |
relative_attitude_controllerを除いたところ,問題なさそうでした.ありがとうございます. |
よかったです。relative_attitude_controllerの改修はおいおい必要ですね。 |
適切なissueを立てたのでこれはCLOSEします。 |
概要
spacecraft_quaternion_i2b の値が怪しい
詳細
詳細症状
propagate_mode
をRK4
する場合や、propagate_mode
をCONTROLLED (main_mode = INERTIAL_STABILIZE)
にしてinitial_quaternion_i2bを設定する場合などにおいて、2サイクル目(0.1秒後)の値が変な値になっている.CONTROLLED (main_mode = INERTIAL_STABILIZE)
の時でもquaternionの値が変動している.発生条件
propagate_mode = RK4
のときCONTROLLED (main_mode = INERTIAL_STABILIZE)
のときなぜか3軸固定されていない
追加資料
あればリンクなどを貼る
必要な作業
影響範囲
tool類が全部死ぬ... みたいな
補足
何かれば
注意
priority
ラベルを付けることThe text was updated successfully, but these errors were encountered: