Chris
Chris
## 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 Recycling this task to change the event finding to use ANISE's `ScalarExpr` expression tree builder, cf https://github.com/nyx-space/anise/pull/519 . The Brent solver in ANISE is the same...
## 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...
This is a spin off from https://github.com/nyx-space/nyx/issues/212. Same description for everything. The purpose of this issue is to allow OrbitEstimateSerde to be pickled. This is not possible because, at the...
# High level description Spacecraft dynamics needs to be serializable. This is needed for _Insight_ to reload a specific scenario and serialize it. This should also allow for the definition...