- The
LocalEnvironment
class integrates all local environments.
src/environment/local/local_environment.cpp, .hpp
- All local environment classes are initialized and updated here as a member variable.
- When users make a new local environment class, users need to add the class as a member variable.
- The environment calculations that depend on the spacecraft attitude are called when the spacecraft attitude is updated.
- The environment calculations that depend on the spacecraft position are called when the spacecraft position is updated.
- NA
- NA