0.9.8 hotfixes

This commit is contained in:
Adeeb Shihadeh
2025-04-07 12:42:46 -07:00
commit ba7f7fd7a6
3134 changed files with 1326134 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')