You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
in that the time to get to the pericenter is not being taken into account for the maneuver, and therefore perhaps doing an apply on the initial orbit won't have the intended effect.
💡 Possible solutions
Note I didn't check whether this is an actual bug or not yet
Do not hardcode the initial maneuver to 0 * u.s and use the time to get to the pericenter.
📋 Steps to solve the problem
Comment below about what you've started working on.
Add, commit, push your changes
Submit a pull request and add this in comments - Addresses #<put issue number here>
Ask for a review in comments section of pull request
🐞 Problem
I think there is a potential problem here:
poliastro/src/poliastro/maneuver.py
Lines 100 to 101 in bc4c008
poliastro/src/poliastro/maneuver.py
Line 144 in bc4c008
in that the time to get to the pericenter is not being taken into account for the maneuver, and therefore perhaps doing an
applyon the initial orbit won't have the intended effect.💡 Possible solutions
Note I didn't check whether this is an actual bug or not yet
Do not hardcode the initial maneuver to
0 * u.sand use the time to get to the pericenter.📋 Steps to solve the problem
Addresses #<put issue number here>