Skip to content

Commit

Permalink
Merge pull request #842 from AVSLab/feature/doc_youtube
Browse files Browse the repository at this point in the history
Update scenarios to include YouTube videos
  • Loading branch information
schaubh authored Nov 8, 2024
2 parents a413b11 + af1fc02 commit 4729545
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions examples/scenarioFlexiblePanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@
Illustration of Simulation Results
----------------------------------
.. raw:: html
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/kbcqUD4MW9c?si=B09rp8jm_m9pbsra"
style="position: absolute;
top: 0; left: 0; width: 100%; height: 100%;" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
.. image:: /_images/Scenarios/scenarioFlexiblePanel_theta.svg
:align: center
Expand Down
11 changes: 11 additions & 0 deletions examples/scenarioRoboticArm.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@
Illustration of Simulation Results
----------------------------------
.. raw:: html
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/4mMCCTVHZkA?si=L3Pj9dfy7a8DSwjQ"
style="position: absolute;
top: 0; left: 0; width: 100%; height: 100%;" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
.. image:: /_images/Scenarios/scenarioRoboticArm_theta.svg
:align: center
Expand Down
2 changes: 1 addition & 1 deletion examples/scenarioRotatingPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4729545

Please sign in to comment.