Crates.io | celestial-nav |
lib.rs | celestial-nav |
version | 0.0.1 |
source | src |
created_at | 2024-12-05 17:22:24.946081 |
updated_at | 2024-12-05 17:22:24.946081 |
description | Celestial navigation library |
homepage | https://github.com/rtk-rs/celestial-nav |
repository | https://github.com/rtk-rs/celestial-nav |
max_upload_size | |
id | 1473415 |
size | 67,833 |
Celestial-NAV
is a pure rust library that aims at providing celestial navigation by means
of stars image analysis. It is intended for work in close relationship with a navigation framework,
an IMU sensor and a camera sensor.
The library works without std
. The idea is to augment a navigation framework
on an embedded platform.
Celestial-NAV
works from two inputs:
Celestial-NAV
extracts the star (x, y)
coordinates in the camera frame
and project them into 3D.
Celestial-nav
depends on the following key elements:
geo
for 2D coordinatesnalgebra
: solverhifitime
: timing