- The
GroundStation
class is the base class to define the following basic feature of ground stations.- Position of the ground station
- Minimum elevation angle
- Visible flag for each spacecraft
- Users can make user defined ground station by inheriting this class.
src/simulation/ground_station/ground_station.cpp, .hpp
- The
GroundStation
class is defined here.
- The
src/simulation/ground_station/sample_ground_station/sample_ground_station.cpp, .hpp
- An example to make user defined ground station with the
GroundStation
class.
- An example to make user defined ground station with the
NA
NA
NA