Skip to content

Commit

Permalink
Update release notes and known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Dec 9, 2024
1 parent e98613f commit 626af16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/source/Support/bskKnownIssues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
3 changes: 2 additions & 1 deletion docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------------------
Expand Down

0 comments on commit 626af16

Please sign in to comment.