Open bradley-solliday-skydio opened 2 years ago
The Codegen constructor is happy to make a codegen object out of constants
Codegen
co = codegen.Codegen( inputs=Values(a=geo.Rot3.from_storage([1, 2, 3, 4])), outputs=Values(out=geo.Rot3.from_storage([1, 2, 3, 4])), config=codegen.CppConfig(), name="test", )
This is probably not behavior we want.
The
Codegen
constructor is happy to make a codegen object out of constantsThis is probably not behavior we want.