4 Comments
- Log in to leave a comment
-
1,743 Luc3s
@ShadowXplem did you figure out overshoot or undershoot with if (impactposition)y > (targetposition)y? Because that would only really work if you are reentering from an orbit with the same inclination as the landing site?
-
330 ShadowXplem
@Luc3s by using overshot and undershot sing with the impact position, if undershot then decrease the pitch, if overshot then rise the pitch
-
1 Upvote
Log in in to upvote this post.
@Luc3s ye u should already do the deorbit maneuver and the impact should be directed to the target base, use the dot product and velocity for overshot and undershot sing, also there is a another method using the heading, this method I use recently and it very efficient in close distance, it start by taking ur current heading to the target and the target heading in the impact position by taking these two we can do abs((targetheading-impactpositionheadingtarget))<90 for the overshot and undershot indicator