-
- Downloads
Cahvor Model Mixin (#490)
* Adds cahvor model mixin to ALE * Removed commented out lines and added doc strings * Cleaned up Cahvor sensor and added tests for the mixin * Removed leftover print * Added more properties to cahvor model and removed properties moved to the concrete driver * Addressed PR feedback * Added tests and doc strings for cahvor mixing * Added cahvor mixin to msl_driver * Finished tests for msl driver * Fixed failing tests * Cached camera calculations from rotation matrix math * Converted intermidiate rotation matrix elements to function calls * Added function doc strings
Showing
- ale/base/type_sensor.py 177 additions, 0 deletionsale/base/type_sensor.py
- ale/drivers/msl_drivers.py 2 additions, 1 deletionale/drivers/msl_drivers.py
- tests/pytests/test_cahvor_mixin.py 65 additions, 0 deletionstests/pytests/test_cahvor_mixin.py
- tests/pytests/test_msl_drivers.py 14 additions, 8 deletionstests/pytests/test_msl_drivers.py
tests/pytests/test_cahvor_mixin.py
0 → 100644
Please register or sign in to comment