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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,13 @@ Basilisk Release Notes
27
27
- spacecraft charging related modules
28
28
- ability to integrate dynamics of multiple spacecraft simultaneously
29
29
- support a way to do thread-safe messaging
30
+
- ability to integrate Python Basilisk modules in the same task and process as C/C++ modules
31
+
- automated documentation build system when code is pushed to the repo
30
32
31
33
32
34
33
-
Version |release|
34
-
-----------------
35
+
Version 2.1.7 (March 24, 2023)
36
+
------------------------------
35
37
- Fixed ``CMake/conan`` case sensitivty issue when compiling Basilisk with ``opNav`` flag set to ``True`` on Linux platforms
36
38
- Created fsw :ref:`hingedRigidBodyPIDMotor` to compute the commanded torque to :ref:`spinningBodyOneDOFStateEffector` using a proportional-integral-derivative controller.
37
39
- Added :ref:`torqueScheduler` to combine two :ref:`ArrayMotorTorqueMsgPayload` into one and implement effector locking logic.
0 commit comments