Open mythgarr opened 3 days ago
This is fixed in #69, but there's an MSVC issue so it's likely that this will have to wait until the next beta release (should be soon). All of the non-MSVC build artifacts are at https://github.com/robotpy/robotpy-rev/actions/runs/11876044988?pr=69 if you really want the fix, but I think your current workaround should be sufficient.
Problem description
The apply methods defined on SparkBaseConfig cannot be invoked on a SparkFlexConfig object. Calling apply(EncoderConfig()) for example results in a runtime exception:
As a workaround the SparkBaseConfig method can be called explicitly:
Operating System
Windows
Installed Python Packages
No response
Reproducible example code