Skip to content

Commit

Permalink
Progress on custom state setting
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Feb 7, 2025
1 parent 6b0f7d1 commit 84a03d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ numpy.ndarray[numpy.float64[6, 1]]
py::arg( "end_times" ),
py::arg( "ramp_rates" ),
py::arg( "start_frequency" ) );

py::class_< tgs::PointingAnglesCalculator, std::shared_ptr< tgs::PointingAnglesCalculator > >( m, "PointingAnglesCalculator" )
.def( "calculate_elevation_angle",
py::overload_cast< const Eigen::Vector3d &, const double >(
Expand Down

0 comments on commit 84a03d6

Please sign in to comment.