Skip to content

Commit

Permalink
Added topocentric frame function
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Jan 20, 2025
1 parent 470559a commit 47056e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/tudat/astro/ground_stations/groundStationState.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ class GroundStationState: public std::enable_shared_from_this<GroundStationState
return Eigen::Matrix3d( getRotationFromBodyFixedToTopocentricFrame( time ) );
}

Eigen::Matrix3d getConstantRotationMatrixFromBodyFixedToTopocentricFrame( )
{
return Eigen::Matrix3d( getRotationFromBodyFixedToTopocentricFrame( 0.0 ) );
}


//! Function to (re)set the nominal state of the station
/*!
Expand Down

0 comments on commit 47056e5

Please sign in to comment.