sunnypilot v0.9.5.1

This commit is contained in:
Jason Wen
2023-11-17 22:55:17 -05:00
commit 31f9376ced
2022 changed files with 1150736 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
Import('env', 'envCython')
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
transformations_python = envCython.Program('transformations.so', 'transformations.pyx')
Export('transformations', 'transformations_python')