Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ In the next sections you will find the simulations of the rockets listed above.
prometheus_2022_flight_sim.ipynb
erebus_flight_sim.ipynb
halcyon_flight_sim.ipynb
halcyon_flight_sim_active_control.ipynb
cavour_flight_sim.ipynb
genesis_flight_sim.ipynb
camoes_flight_sim.ipynb
Expand Down
3 changes: 0 additions & 3 deletions rocketpy/rocket/rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,6 @@ def add_thrust_vector_control(
rocket. The most recent measurements of the sensors are provided
with the ``sensor.measurement`` attribute. The sensors are
listed in the same order as they are added to the rocket
``interactive_objects``

This function will be called during the simulation at the specified
sampling rate. The function should evaluate and change the observed
Expand Down Expand Up @@ -2164,7 +2163,6 @@ def add_roll_control(
rocket. The most recent measurements of the sensors are provided
with the ``sensor.measurement`` attribute. The sensors are
listed in the same order as they are added to the rocket
`interactive_objects`

This function will be called during the simulation at the specified
sampling rate. The function should evaluate and change the observed
Expand Down Expand Up @@ -2300,7 +2298,6 @@ def add_throttle_control(
rocket. The most recent measurements of the sensors are provided
with the ``sensor.measurement`` attribute. The sensors are
listed in the same order as they are added to the rocket
``interactive_objects``

This function will be called during the simulation at the specified
sampling rate. The function should evaluate and change the observed
Expand Down
Loading