Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Satellite Control Operations #111

Open
7 tasks
git-union bot opened this issue May 18, 2024 · 0 comments
Open
7 tasks

Satellite Control Operations #111

git-union bot opened this issue May 18, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented May 18, 2024

Satellite Control Operations

As a mission operator, I want to easily control and manage satellite operations so that I can ensure effective and efficient mission objectives.

Acceptance Criteria

  • Operator can command satellite to change orbit.
  • Operator receives confirmation when satellite has achieved new orbit.
  • Operator can monitor satellite health and status in real-time.
  • Operator can send commands to satellite to perform system checks.
  • Operator can schedule automated maneuvers for satellite.
  • Operator is alerted when satellite deviates from expected parameters.
  • Operator can access historical data for all satellite operations.
sequenceDiagram
  participant Operator as Mission Operator
  participant SatelliteControl as Satellite Control
  participant Satellite as Satellite
  Operator->>SatelliteControl: Send maneuver command
  SatelliteControl->>Satellite: Relay maneuver command
  Satellite-->>SatelliteControl: Maneuver confirmation
  SatelliteControl-->>Operator: Display confirmation
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants