tracking

package
v0.0.0-...-0109317 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAzimuthMotor

func WithAzimuthMotor(az Angler) func(*Track)

func WithElevationMotor

func WithElevationMotor(el Angler) func(*Track)

Types

type Angler

type Angler interface {
	CommandAngle(angleDegrees float64)
}

type Track

type Track struct {
	// contains filtered or unexported fields
}

func NewTrackerWithPlan

func NewTrackerWithPlan(planJSON []byte) *Track

func (*Track) Track

func (t *Track) Track(ctx context.Context)

Track grab the current time, figure out where we should be looking at

type Tracker

type Tracker interface {
	Track(context.Context)
}

func NewTracker

func NewTracker(sat *satellite.Satellite, observer satellite.Coordinates) Tracker

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL