sunnypilot v0.9.5.2

This commit is contained in:
Jason Wen
2023-12-07 12:59:13 -05:00
commit a91db8ad6d
2219 changed files with 1042788 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')