#interface #optimization #casadi #api-bindings

no-std icasadi_test

Rust interface to CasADi functions (for testing purposes only)

2 releases

0.0.2 Jun 3, 2019
0.0.1 Jun 2, 2019

#240 in Robotics

Download history 48/week @ 2024-07-22 8/week @ 2024-07-29 54/week @ 2024-08-12 10/week @ 2024-09-23 28/week @ 2024-10-14 37/week @ 2024-11-04

65 downloads per month
Used in optimization_engine

MIT license

21KB
565 lines

ICasADi test module

This is published as a crate because it is a dev-dependency for optimization-engine.


lib.rs:

CasADi Rust interface

This is a Rust interface to C functions generated by Rust

This is a no-std library (however, mind that the CasADi-generated code requires libm to call functions such as sqrt, sin, etc...)

Dependencies

~0–3MB
~50K SLoC