We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761dffd + f3b2bf5 commit 0f9ed48Copy full SHA for 0f9ed48
examples/04_lro_od/main.rs
@@ -86,7 +86,7 @@ fn main() -> Result<(), Box<dyn Error>> {
86
.orbit(Orbit::zero(MOON_J2000)) // Setting a zero orbit here because it's just a template
87
.build();
88
// Now we can build the trajectory from the BSP file.
89
- // We'll arbitrarily set the tracking arc to 48 hours with a one minute time step.
+ // We'll arbitrarily set the tracking arc to 24 hours with a five second time step.
90
let traj_as_flown = Traj::from_bsp(
91
lro_frame,
92
MOON_J2000,
0 commit comments