aidotse / aidotse/PASEOS

Gravity disturbances in attitude model

未关闭
#196 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
61
派生
16
平均合并
32 分钟
30 天内合并 PR
8

描述

# Feature

Adding the gravity disturbance torque to the attitude model. Part 3.3 of #190

## Desired Behavior / Functionality
The modeled spacecraft should have a torque acting on it due to the gravity of the Earth. The model is taken from https://doi.org/10.1016/j.asr.2018.06.025, and will include up to and including the J2 effects. According to the paper, effects from J2 onward are many orders of magnitude smaller.

## What Needs to Be Done
A location is already determined in the attitude model where this implementation should go. Hence, the gravity model needs to be implemented as a function, and then the correct actor/simulation parameters should be implemented.

## How Can It Be Tested
By creating a pytest test. The strength of the gravity field in a particular orbit should be known, and this can be combined with the mass of the satellite. Hence the implementation of the gravity disturbance torque, as well as checking whether it is using the geometric model correctly can be checked. Whether the correct attitude is achieved after getting the torque is tested within the attitude model.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。