diff --git a/docs/source/Support/bskKnownIssues.rst b/docs/source/Support/bskKnownIssues.rst index 996be1057a..38ed91824e 100644 --- a/docs/source/Support/bskKnownIssues.rst +++ b/docs/source/Support/bskKnownIssues.rst @@ -20,6 +20,9 @@ Version |release| payloads that use these types for array members. Workaround is to add them to ``swig_conly_data.i``. - A bug was fixed in the :ref:`facetSRPDynamicEffector` module. A transpose was required to be added to a dcm in order to correctly express rotated facet normals in the spacecraft body frame. +- The ``MtbEffector.py`` module was not being imported correctly in Python due to lack of ``swig_eigen.i`` + include file in ``MtbEffector.i``. This is fixed in the current release, however it remains unknown why + the dynamics engine is re-swigged for every individual effector/dynamics related class. Version 2.5.0 ------------- diff --git a/docs/source/Support/bskReleaseNotes.rst b/docs/source/Support/bskReleaseNotes.rst index e86f307c08..004eafb7af 100644 --- a/docs/source/Support/bskReleaseNotes.rst +++ b/docs/source/Support/bskReleaseNotes.rst @@ -77,7 +77,8 @@ Version |release| variables ``numFacets`` and ``numArticulatedFacets``. A deprecation warning is added to the module documentation stating that these variables will be moved to private module variables in Dec 2025. To access these variables the added setters and getters must be used. - +- Fixed a bug in which the ``MtbEffector.py`` module was not being imported correctly in Python due to lack of ``swig_eigen.i`` + include file in ``MtbEffector.i``. Version 2.5.0 (Sept. 30, 2024) ------------------------------