package
Version:
v0.27.0-rc0
Opens a new window with list of versions in this module.
Published: May 9, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dualgps implements a movement sensor that calculates compass heading
from two gps movement sensors
type Config struct {
Gps1 string `json:"first_gps"`
Gps2 string `json:"second_gps"`
Offset *float64 `json:"offset_degrees,omitempty"`
}
Config is used for converting the movementsensor attributes.
Validate validates the dual gps model's config to
make sure that it has two gps movement sensors.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.