multicalc-rust
https://github.com/kmolan/multicalc-rust
Rust
Scientific computing that fits on a microcontroller. Estimation, control, kinematics, Lie groups, calculus, autodiff and linear algebra in stable no_std Rust with no heap, no panics and no unsafe. Run the same code on your laptop and your Cortex-M0.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to multicalc-rust
Help out
- Issues
- Validate the whole inertia tensor in `SpatialInertia::new`
- Make `RunningMedian` reject a non-finite sample instead of mis-sorting it
- Guard the steady-state divisor in `Biquad::settle_to`
- Return an error from `RigidBody::state_derivative` for a degenerate orientation
- Apply the shortest-path rule to the geometric attitude error
- Certify LQR stability against `Q + K' R K`, not `Q` alone
- Add a saturating control call and document anti-windup for `Lqr`
- Add an integral term and a torque limit to the geometric attitude controller
- Allocate segment times in `minimum_snap` against velocity and acceleration limits
- Hold `RotorLag` inside the rotor's thrust limits
- Docs
- Rust not yet supported