Skip to content

Commit

Permalink
update known issues + release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Dec 23, 2024
1 parent d7f2987 commit a7c5408
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/Support/bskKnownIssues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Version |release|
- If configuring and building Basilisk directly with ``conan install`` and ``build`` commands,
the ``-if dist3/conan`` argument is no longer needed. The Basilisk install location is
setup with ``conan 2`` arguments inside ``conanfile.py``.
- Sensor noise models were not being initialized correctly in sensor models such as
:ref:`magnetometer` and :ref:`simpleVoltEstimator` modules. This is now fixed in the current release.
- Propagation matrices were private in the :ref:`simpleVoltEstimator` and :ref:`starTracker` modules.
This is now fixed in the current release by the addition of public methods to set and get the propagation matrices.


Version 2.5.0
Expand Down
7 changes: 6 additions & 1 deletion docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,14 @@ Version |release|
``%include "simulation/dynamics/_GeneralModuleFiles/dynParamManager.i"`` instead of
``%include "simulation/dynamics/_GeneralModuleFiles/dynParamManager.h"``. See
``src/simulation/dynamics/dragEffector/dragDynamicEffector.i`` for an example.

- Update CI Linux build with ``opNav`` to use Ubuntu 22.04, not latest (i.e. 24.02). The latter does not
support directly Python 3.11, and Basilisk does not support Python 3.13 yet.
- Resolved inconstencies in sensor noise handling for the :ref:`imuSensor`, :ref:`coarseSunsensor`,
:ref:`magnetometer`, :ref:`starTracker`, and :ref:`simpleVoltEstimator` modules.
- Added setter and getter methods for the propagation matrices in the :ref:`simpleVoltEstimator`
and :ref:`starTracker` modules as their ``Amatrix`` attributes were private.
- Name change warning added to module documentation for the ``imuSensor`` ``walkBounds`` attribute to ``errorBounds``
and a note on specifying sensor properties in :ref:`scenarioGaussMarkovRandomWalk`.


Version 2.5.0 (Sept. 30, 2024)
Expand Down

0 comments on commit a7c5408

Please sign in to comment.