Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3710 +/- ##
==========================================
+ Coverage 46.22% 46.35% +0.14%
==========================================
Files 726 726
Lines 59503 59541 +38
Branches 7623 7626 +3
==========================================
+ Hits 27499 27597 +98
+ Misses 31836 31778 -58
+ Partials 168 166 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The non-humble pipelines appear to be failing for reasons that seem unrelated to these changes. @nbbrooks are these known issues? (Sorry to ping you randomly. Noticed you were looking at Qt6 stuff) Rolling Jazzy Tutorial |
…oble/moveit2 into feature/expose-pilz-sampling-time
|
I see you merged in the latest main changes for Qt6, let me retrigger the job again and see what happens. |
|
@nbbrooks Would you be fine with running the pipelines again on this PR? I can't imagine any of the changes would be causing the tutorial build to fail. |
|
The tutorial job failing is unfortunately expected right now. I misread your message and restarted the other jobs. |
Description
#3330 aims to add spatial-based trajectory sampling to the pilz planners, but work on it seems to have stopped. Currently, pilz uses a hard-coded 0.1s sampling time which is unsuitable for fast robot motions. I think it'd be worth reviving the referenced PR but, as a quick improvement, this PR exposes the sampling time via a new parameter.
The added parameter defaults to 0.1 to preserve the existing behaviour, and should be extensible to adding spatial parameters in the future. I've also done a bit of renaming of references to the existing cartesian limits parameter in the code for clarity.
Checklist