You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/Support/bskReleaseNotes.rst
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@ Version |release|
62
62
:ref:`scenarioRoboticArm` scenarios.
63
63
- Fixed issue in which reading ``RWModel`` from RW message payloads when :ref:`vizInterface` was also
64
64
imported would return a Swig Object instead of an enumerated integer.
65
+
- Refactored the ``GaussMarkov`` class to enforce walk bounds and remove the need for the 1.5x noise multiplier.
66
+
Note: Existing code that used this multiplier will need to be updated to maintain the same behavior.
67
+
- Removed the deprecated 1.5x multiplier in :ref:`magnetometer` and :ref:`coarsesunsensor` when setting 'senNoiseStd'
68
+
- Updated ``starTracker`` unit tests to properly convert EP's to rotation vector now that random walk exists
69
+
- Added :ref:`scenarioGaussMarkovRandomWalk` to showcase ``GaussMarkov`` class functionality
70
+
- Added unit test coverage for ``GaussMarkov`` implementation in :ref:`tempMeasurement`,
71
+
:ref:`simpleNav` and :ref:`planetNav`.
65
72
66
73
67
74
Version 2.5.0 (Sept. 30, 2024)
@@ -1694,7 +1701,7 @@ Jupiter using a patched-conic Delta_v
1694
1701
1695
1702
<li>
1696
1703
1697
-
Added the first image processing FSW module using OpenCV’s HoughCirlces.
1704
+
Added the first image processing FSW module using OpenCV's HoughCirlces.
1698
1705
1699
1706
.. raw:: html
1700
1707
@@ -2123,7 +2130,7 @@ Visualization.
2123
2130
2124
2131
<li>
2125
2132
2126
-
updated the ‘oeStateEphem()’ module to fit radius at periapses instead
2133
+
updated the 'oeStateEphem()' module to fit radius at periapses instead
2127
2134
of SMA, and have the option to fit true versus mean anomaly angles.
2128
2135
2129
2136
.. raw:: html
@@ -2135,7 +2142,7 @@ of SMA, and have the option to fit true versus mean anomaly angles.
2135
2142
<li>
2136
2143
2137
2144
updated
2138
-
’sunlineSuKF\ ``module which provides a switch Sunline UKF estimation filter. New documentation and unit tests. </li> <li> updated 'MRP_Steering' module documentation and unit tests </li> <li> updated orbital motion library functions``\ rv2elem()\ ``and elem2rv()``
2145
+
'sunlineSuKF\ ``module which provides a switch Sunline UKF estimation filter. New documentation and unit tests. </li> <li> updated 'MRP_Steering' module documentation and unit tests </li> <li> updated orbital motion library functions``\ rv2elem()\ ``and elem2rv()``
2139
2146
2140
2147
.. raw:: html
2141
2148
@@ -2401,7 +2408,7 @@ updated Documentation on ``rwNullSpace`` FSW module
2401
2408
2402
2409
updated how the FSW and Simulation modules are displayed with the
2403
2410
DOxygen HTML documenation, as well as how the messages are shown. Now
2404
-
the use can click on the “Modules” tab in the web page to find a cleaner
2411
+
the use can click on the "Modules" tab in the web page to find a cleaner
2405
2412
listing of all BSK modules, messages, utilities and architecture
2406
2413
documentation.
2407
2414
@@ -2458,7 +2465,7 @@ updated documentation and unit tests of ``cssComm()`` module
2458
2465
Integrated the ``conan`` package management system. This requires conan
2459
2466
to be installed and configured. See the updated Basilisk installation
2460
2467
instructions. It is simple to add this to a current install. Further,
2461
-
the CMake GUI application can’t be used directly with this
2468
+
the CMake GUI application can't be used directly with this
2462
2469
implementation if the app is double-clicked. Either the GUI is launched
2463
2470
form a terminal (see macOS installation instructions), or ``cmake`` is
2464
2471
run from the command line (again see your platform specific installation
@@ -3079,7 +3086,7 @@ sun-pointing control while the spacecraft goes through a planets shadow.
3079
3086
Improved how the ``fuelSloshSpringMassDamper`` effector class works. It
3080
3087
is now renamed to ``LinearSpringMassDamper``. It can be used to simulate
3081
3088
both fuel sloshing, but also structural modes. If the
3082
-
``LinearSpringMassDamper`` is connected to a fuel tank, then it’s mass
3089
+
``LinearSpringMassDamper`` is connected to a fuel tank, then it's mass
3083
3090
depends on the amount of fuel left. The associated unit test illustrated
3084
3091
how to setup this last capability. The module also contains
0 commit comments