We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc18ed8 commit d5b9f37Copy full SHA for d5b9f37
1 file changed
tests/integration/simulation/test_flight_3dof.py
@@ -217,10 +217,9 @@ def test_weathercock_zero_gives_fixed_attitude(flight_weathercock_zero):
217
218
Parameters
219
----------
220
- example_plain_env : rocketpy.Environment
221
- A basic environment fixture for flight simulation.
222
- point_mass_rocket : rocketpy.PointMassRocket
223
- A point mass rocket fixture for 3-DOF simulation.
+ flight_weathercock_zero : rocketpy.simulation.Flight
+ A Flight fixture with weathercock_coeff set to 0. Used to verify that
+ the attitude (quaternion) does not evolve when weathercocking is disabled.
224
"""
225
flight = flight_weathercock_zero
226
# Create a state vector with non-zero velocity (to have freestream)
0 commit comments