nyx
nyx copied to clipboard
Nyx is a high fidelity, fast, reliable and validated astrodynamics toolkit library written in Rust and available in Python
### Effects This is mostly a stylistic change, feel free to disregard. Helps unify similar code across two branches ### If this is a new feature or a bug fix...
## Maintenance task description I just disabled WASM to update a bunch of dependencies. I also don't know how much ANISE is compatible with WASM, and that's the biggest upcoming...
## Maintenance task description The repository listed in the `Cargo.toml` file links to the outdated GitLab repo: https://github.com/nyx-space/nyx/blob/ef28f76f5a1c41d5c730fe880438a456010e710c/Cargo.toml#L10 This means that [nyx crates.io page](https://crates.io/crates/nyx-space) gives a link to an abandoned...
## Maintenance task description At the moment, trajectory event searching uses a custom modification of the `roots` crate of the Brent method. Although that works quite well, `argmin` includes both...
## Maintenance task description The `rstats` crate often breaks because of its own dependencies. I should find a way to get rid of this dependency to avoid end-user issues. ##...
# High level description The ANISE Rust library should soon be usable, cf. [anise.rs](https://github.com/anise-toolkit/anise.rs/). Once that's done, this issue will start using ANISE in Nyx. This means removing all dependencies...
# Bug report ## Describe the bug The `tgt_b_plane_lunar_transfer` tests scenario fails and I frankly have no idea why. The dynamics are identical, the state at which the targeter starts...
# High level description # Requirements - [ ] Refactor the optimizer to remove code duplication and improve maintainability - [ ] Provide support for different kinds of optimization methods...
_Converted from https://gitlab.com/nyx-space/nyx/-/issues/226 with ChatGPT_ # High level description Nyx currently supports basic spacecraft targeting, but does not have the ability to target specific events, such as periapses or eclipses....
# High level description This feature request aims to implement support for multi-node two-way range and Doppler measurements in Nyx. The proposed measurement process involves an initial signal emission from...