Skip to content

Commit

Permalink
Aligned comment with trajectory arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjesl committed Jan 2, 2025
1 parent 761dffd commit f3b2bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_lro_od/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fn main() -> Result<(), Box<dyn Error>> {
.orbit(Orbit::zero(MOON_J2000)) // Setting a zero orbit here because it's just a template
.build();
// Now we can build the trajectory from the BSP file.
// 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.
let traj_as_flown = Traj::from_bsp(
lro_frame,
MOON_J2000,
Expand Down

0 comments on commit f3b2bf5

Please sign in to comment.