Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Sensors #583

Merged
merged 83 commits into from
May 21, 2024

ENH: x_position to x_offset

ce1d179
Select commit
Loading
Failed to load commit list.
Merged

ENH: Sensors #583

ENH: x_position to x_offset
ce1d179
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 16, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 123 in rocketpy/control/controller.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/control/controller.py#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 125 in rocketpy/control/controller.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/control/controller.py#L125

Added line #L125 was not covered by tests

Check warning on line 160 in rocketpy/mathutils/vector_matrix.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/mathutils/vector_matrix.py#L159-L160

Added lines #L159 - L160 were not covered by tests

Check warning on line 566 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L564-L566

Added lines #L564 - L566 were not covered by tests

Check warning on line 569 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L568-L569

Added lines #L568 - L569 were not covered by tests

Check warning on line 573 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L571-L573

Added lines #L571 - L573 were not covered by tests

Check warning on line 576 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L575-L576

Added lines #L575 - L576 were not covered by tests

Check warning on line 579 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L578-L579

Added lines #L578 - L579 were not covered by tests

Check warning on line 581 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L581

Added line #L581 was not covered by tests

Check warning on line 584 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L584

Added line #L584 was not covered by tests

Check warning on line 586 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L586

Added line #L586 was not covered by tests

Check warning on line 594 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L594

Added line #L594 was not covered by tests

Check warning on line 42 in rocketpy/prints/sensors_prints.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/prints/sensors_prints.py#L42

Added line #L42 was not covered by tests

Check warning on line 133 in rocketpy/rocket/components.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/components.py#L133

Added line #L133 was not covered by tests

Check warning on line 1491 in rocketpy/rocket/rocket.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/rocket.py#L1491

Added line #L1491 was not covered by tests

Check warning on line 263 in rocketpy/sensors/accelerometer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/accelerometer.py#L263

Added line #L263 was not covered by tests

Check warning on line 294 in rocketpy/sensors/gyroscope.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/gyroscope.py#L294

Added line #L294 was not covered by tests

Check warning on line 199 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L197-L199

Added lines #L197 - L199 were not covered by tests

Check warning on line 203 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L203

Added line #L203 was not covered by tests

Check warning on line 207 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L207

Added line #L207 was not covered by tests

Check warning on line 213 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L213

Added line #L213 was not covered by tests

Check warning on line 238 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L238

Added line #L238 was not covered by tests

Check warning on line 241 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L241

Added line #L241 was not covered by tests

Check warning on line 249 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L249

Added line #L249 was not covered by tests

Check warning on line 279 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L279

Added line #L279 was not covered by tests