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

Avoid re-sending old position commands #26

Closed
wants to merge 27 commits into from
Closed

Conversation

stephane-caron
Copy link
Member

Closes #2

@coveralls
Copy link

coveralls commented May 16, 2023

Pull Request Test Coverage Report for Build 6658868626

  • 43 of 98 (43.88%) changed or added relevant lines in 5 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-2.1%) to 85.743%

Changes Missing Coverage Covered Lines Changed/Added Lines %
vulp/actuation/BulletInterface.cpp 3 5 60.0%
vulp/spine/Spine.cpp 13 27 48.15%
vulp/actuation/moteus/Mode.h 0 39 0.0%
Files with Coverage Reduction New Missed Lines %
vulp/actuation/BulletInterface.cpp 2 70.53%
Totals Coverage Status
Change from base Build 6613734786: -2.1%
Covered Lines: 1696
Relevant Lines: 1978

💛 - Coveralls

@stephane-caron
Copy link
Member Author

stephane-caron commented May 23, 2023

Some progress today:

  • Validate in simulation
  • Add CI tests
  • Run with mock spine
  • Run with pi3hat spine
  • Compare before/after performance on pi3hat spine

Leaving things at upkie/upkie#47 for tonight.

@stephane-caron stephane-caron force-pushed the fix/no_resend branch 3 times, most recently from 1286744 to c159f01 Compare May 25, 2023 12:36
@stephane-caron stephane-caron force-pushed the fix/no_resend branch 2 times, most recently from 52ab4eb to f4ba70d Compare June 8, 2023 16:03
@stephane-caron stephane-caron force-pushed the fix/no_resend branch 2 times, most recently from fa9c669 to bca8917 Compare August 24, 2023 09:16
@stephane-caron stephane-caron force-pushed the fix/no_resend branch 2 times, most recently from 9b5f630 to bc1de50 Compare October 5, 2023 12:27
@stephane-caron stephane-caron force-pushed the fix/no_resend branch 2 times, most recently from 716f4b5 to 03fcd4e Compare November 1, 2023 13:21
@stephane-caron stephane-caron force-pushed the fix/no_resend branch 2 times, most recently from a5a2ab6 to 6e23798 Compare November 14, 2023 18:24
@coveralls
Copy link

coveralls commented Nov 14, 2023

Pull Request Test Coverage Report for Build 8112891856

Details

  • 44 of 98 (44.9%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-2.1%) to 87.282%

Changes Missing Coverage Covered Lines Changed/Added Lines %
vulp/actuation/BulletInterface.cpp 4 5 80.0%
vulp/spine/Spine.cpp 13 27 48.15%
vulp/actuation/moteus/Mode.h 0 39 0.0%
Totals Coverage Status
Change from base Build 8087490278: -2.1%
Covered Lines: 1805
Relevant Lines: 2068

💛 - Coveralls

@stephane-caron
Copy link
Member Author

Closing this PR as stale. Better restart from scratch if the need for this improvement comes back stronger at some point in the future.

@stephane-caron stephane-caron deleted the fix/no_resend branch May 1, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Re-sending of previous commands
2 participants