Skip to content

Commit

Permalink
One more link!
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 24, 2024
1 parent e2274ea commit 1122d32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dynamics/drag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ impl ForceModel for Drag {
/ ref_alt_m)
.exp();

//TODO(ANISE): Looks like there is a frame issue here abnd we're transforming into the original frame!
// TODO: Drag modeling will be improved in https://github.com/nyx-space/nyx/issues/317
// The frame will be double checked in this PR as well.
// let velocity_integr_frame = self.cosm.frame_chg(&osc, integration_frame).velocity();
let velocity_integr_frame = almanac
.transform_to(osc_drag_frame, integration_frame, None)
Expand Down

0 comments on commit 1122d32

Please sign in to comment.