scenarioDeployingPanel
Overview
This scenario demonstrates how to set up a spacecraft with deploying panels. The panel modules are set up with individual profilers and motors as shown in the following diagram.
The script is found in the folder basilisk/examples
and executed by using:
python3 scenarioDeployingPanel.py
The simulation includes two deploying panels that start undeployed. The first panel deploys fully, but the second panel deploys off-nominally (to 80%), leading to a reduced power output.
Illustration of Simulation Results
show_plots = True
Five plots are shown. The first two show the body attitude and rate relative to the inertial frame, demonstrating the dynamic effect of the deploying panels on the system. Because the second panel fails to fully deploy, the body attitude does not return to the original state.
The next two plots show the panel angles and angle rates. Because the panels are modeled as rigid bodies attached by a torsional spring, oscillations about the time-varying reference angle are seen.
The final plot shows the power output. As the first panel deploys, power starts to be generated. The second panel also generates power, but stops short of full deployment and thus generates less power.