mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
b580f19448
* common_python export * Single scons call * transformations_python old-commit-hash: d138a358ebd0e67302a409a346777fc15aeb5b66
6 lines
145 B
Python
6 lines
145 B
Python
Import('envCython')
|
|
|
|
simple_kalman_python = envCython.Program('simple_kalman_impl.so', 'simple_kalman_impl.pyx')
|
|
|
|
Export('simple_kalman_python')
|