Skip to content

Conversation

@urfeex
Copy link
Member

@urfeex urfeex commented Jul 1, 2025

When running a quintic spline with the passthrough trajectory test there can be a minimal velocity deviation at the end of the trajectory due to how the robot interpolates motions. With a velocity tolerance of 0.0 there is a chance that we hit this tolerance.

When running a quintic spline with the passthrough trajectory test there
can be a minimal velocity deviation at the end of the trajectory due to
how the robot interpolates motions. With a velocity tolerance of 0.0 there
is a chance that we hit this tolerance.
@codecov
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.11%. Comparing base (1b121b7) to head (342fec4).
Report is 468 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #1443      +/-   ##
========================================
+ Coverage   3.59%   5.11%   +1.52%     
========================================
  Files         13      33      +20     
  Lines        947    3404    +2457     
  Branches     152     427     +275     
========================================
+ Hits          34     174     +140     
- Misses       843    3228    +2385     
+ Partials      70       2      -68     
Flag Coverage Δ
unittests 5.11% <ø> (+1.52%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@urfeex urfeex requested a review from a team July 1, 2025 10:10
@urfeex urfeex marked this pull request as ready for review July 1, 2025 10:10
@urfeex urfeex added the CI label Jul 1, 2025
@urfeex urfeex requested a review from URJala July 1, 2025 13:48
@urfeex urfeex merged commit 1cd3ac5 into UniversalRobots:main Jul 2, 2025
8 of 12 checks passed
@urfeex urfeex deleted the fix_flaky_passthrough_test branch July 2, 2025 07:49
mergify bot pushed a commit that referenced this pull request Jul 2, 2025
* Set minimal velocity tolerance in passthrough trajectory test

When running a quintic spline with the passthrough trajectory test there
can be a minimal velocity deviation at the end of the trajectory due to
how the robot interpolates motions. With a velocity tolerance of 0.0 there
is a chance that we hit this tolerance.

* Explicitly switch on controllers in test where they are needed

(cherry picked from commit 1cd3ac5)
mergify bot pushed a commit that referenced this pull request Jul 2, 2025
* Set minimal velocity tolerance in passthrough trajectory test

When running a quintic spline with the passthrough trajectory test there
can be a minimal velocity deviation at the end of the trajectory due to
how the robot interpolates motions. With a velocity tolerance of 0.0 there
is a chance that we hit this tolerance.

* Explicitly switch on controllers in test where they are needed

(cherry picked from commit 1cd3ac5)
urfeex added a commit that referenced this pull request Jul 2, 2025
…1444)

* Set minimal velocity tolerance in passthrough trajectory test

When running a quintic spline with the passthrough trajectory test there
can be a minimal velocity deviation at the end of the trajectory due to
how the robot interpolates motions. With a velocity tolerance of 0.0 there
is a chance that we hit this tolerance.

* Explicitly switch on controllers in test where they are needed

(cherry picked from commit 1cd3ac5)

Co-authored-by: Felix Exner <feex@universal-robots.com>
urfeex pushed a commit that referenced this pull request Jul 2, 2025
…1445)

* Set minimal velocity tolerance in passthrough trajectory test

When running a quintic spline with the passthrough trajectory test there
can be a minimal velocity deviation at the end of the trajectory due to
how the robot interpolates motions. With a velocity tolerance of 0.0 there
is a chance that we hit this tolerance.

* Explicitly switch on controllers in test where they are needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants