Skip to content

Commit

Permalink
update ReleaseNotes and KnownIssues
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Dec 5, 2024
1 parent 1c2b847 commit 953b467
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/Support/bskKnownIssues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Version |release|
-----------------
- pip-based installation in editable mode using ``pip install -e .`` is not currently supported.
Developers and users alike should continue to use ``python conanfile.py`` installation.

- When using `senNoiseStd()` to set the sensor noise standard deviations
in :ref:`magnetometer` and :ref:`coarsesunsensor`
the value was being multiplied by 1.5 when creating the diagonal noise matrix.
This 1.5x multiplier has now been removed. This is corrected in current release.

Version 2.5.0
-------------
Expand Down
5 changes: 5 additions & 0 deletions docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Version |release|
:ref:`scenarioRoboticArm` scenarios.
- Fixed issue in which reading ``RWModel`` from RW message payloads when :ref:`vizInterface` was also
imported would return a Swig Object instead of an enumerated integer.
- Refactored the ``GaussMarkov`` class to enforce walk bounds and to deprecate 1.5x multiplier
- Removed the deprecated 1.5x multiplier in :ref:`magnetometer` and :ref:`coarsesunsensor` when setting 'senNoiseStd'
- Updated ``starTracker`` unit tests to properly convert EP's to rotation vector now that random walk exists
- Added :ref:`scenarioGaussMarkovRandomWalk` to showcase ``GaussMarkov`` class functionality



Version 2.5.0 (Sept. 30, 2024)
Expand Down

0 comments on commit 953b467

Please sign in to comment.