Presentations

Project

  • Minimalist observatory with only two components
    • Simplistic Mount
    • Query service
  • Mount
    • observe: Receives a position to be observed
      • Moves gradually to the position
    • getCurrentPos: Returns the current position
  • QueryService:
  • Client
    • Interacts with either (or both) components to move the telescope and to confirm the reached position is the expected one

Practical Guidelines

  • No labels