Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro-0110 committed Jun 4, 2024
1 parent 6cdd713 commit 85ae71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/real/mission/telescope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void Telescope::CalculateTargetGroundPosition() {
pow(direction_ymin_ecef_m.CalcNorm(), 2) *
(pow(current_spacecraft_position_ecef_m.CalcNorm(), 2) - pow(environment::earth_equatorial_radius_m, 2)))) /
pow(direction_ymin_ecef_m.CalcNorm(), 2);

target_ground_position_center_ecef_m_ = current_spacecraft_position_ecef_m + k_center * direction_center_ecef_m;
target_ground_position_ymax_ecef_m_ = current_spacecraft_position_ecef_m + k_ymax * direction_ymax_ecef_m;
target_ground_position_ymin_ecef_m_ = current_spacecraft_position_ecef_m + k_ymin * direction_ymin_ecef_m;
Expand Down

0 comments on commit 85ae71b

Please sign in to comment.