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

Update trajectory figures #136

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Update trajectory figures #136

merged 2 commits into from
Dec 20, 2023

Conversation

teubert
Copy link
Contributor

@teubert teubert commented Dec 15, 2023

Update the way trajectory figures are generated to be a little more general.

The function in UAVModel still works the same as before, but now theres a function to explore a reference trajectory and it can be used outside of the UAVModel. This is important for when it's used with prog_server

Copy link

Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following:

  • Reviewer (someone other than author) should look for bugs, efficiency, readability, testing, and coverage in examples (if relevant).
  • Ensure that each PR adding a new feature should include a test verifying that feature.
  • All errors from static analysis must be resolved.
  • Review the test coverage reports (if there is a change) - will be added as comment on PR if there is a change
  • Review the software benchmarking results (if there is a change) - will be added as comment on PR
  • Any added dependencies are included in requirements.txt, setup.py, and dev_guide.rst (this document)
  • All warnings from static analysis must be reviewed and resolved - if deemed appropriate.

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2023

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (bda3c9e) 83.41% compared to head (0ff35ab) 83.27%.

Files Patch % Lines
src/progpy/utils/traj_gen/trajectory.py 24.13% 22 Missing ⚠️
...c/progpy/models/aircraft_model/small_rotorcraft.py 14.28% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #136      +/-   ##
==========================================
- Coverage   83.41%   83.27%   -0.14%     
==========================================
  Files         100      100              
  Lines       10461    10488      +27     
==========================================
+ Hits         8726     8734       +8     
- Misses       1735     1754      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@kjjarvis kjjarvis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement of plotting functionality

@teubert teubert merged commit 81f2cb1 into dev Dec 20, 2023
27 of 30 checks passed
@teubert teubert deleted the feature/update_traj_figs branch December 21, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants