diff --git a/docs/source/Support/bskReleaseNotes.rst b/docs/source/Support/bskReleaseNotes.rst index 8070ca8727..4c4c9403af 100644 --- a/docs/source/Support/bskReleaseNotes.rst +++ b/docs/source/Support/bskReleaseNotes.rst @@ -52,6 +52,8 @@ Version |release| - Removed the now deprecated ``datashader_utilities.py`` in favor of the new bokeh plotting features in ``AnalysisBaseClass.py`` - Upgraded protoc compiler to v3.20.0, added ``protobuf`` to optional package install list - Created unit tests for protobuffer packing and saving in :ref:`vizInterface` +- Added YouTube video links of Vizard illustrating the :ref:`scenarioFlexiblePanel` and + :ref:`scenarioRoboticArm` scenarios. Version 2.5.0 (Sept. 30, 2024) diff --git a/examples/scenarioFlexiblePanel.py b/examples/scenarioFlexiblePanel.py index 25cfaab88d..1962fac57a 100644 --- a/examples/scenarioFlexiblePanel.py +++ b/examples/scenarioFlexiblePanel.py @@ -40,6 +40,17 @@ Illustration of Simulation Results ---------------------------------- +.. raw:: html + +
+ +
+ .. image:: /_images/Scenarios/scenarioFlexiblePanel_theta.svg :align: center diff --git a/examples/scenarioRoboticArm.py b/examples/scenarioRoboticArm.py index 251efb6eeb..3215e1740f 100644 --- a/examples/scenarioRoboticArm.py +++ b/examples/scenarioRoboticArm.py @@ -40,6 +40,17 @@ Illustration of Simulation Results ---------------------------------- +.. raw:: html + +
+ +
+ .. image:: /_images/Scenarios/scenarioRoboticArm_theta.svg :align: center diff --git a/examples/scenarioRotatingPanel.py b/examples/scenarioRotatingPanel.py index 7a31764773..77d8e0d8a1 100644 --- a/examples/scenarioRotatingPanel.py +++ b/examples/scenarioRotatingPanel.py @@ -20,7 +20,7 @@ Overview -------- -This scenario demonstrates how to set up a spacecraft spacecraft with rotating panel. A +This scenario demonstrates how to set up a spacecraft with rotating panel. A :ref:`coarseSunSensor` is then attached onto this panel such that it's bore-sight axis rotates with the panel. Further, the panel state message is connected to :ref:`simpleSolarPanel`.