Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3710 +/- ##
==========================================
+ Coverage 46.22% 46.33% +0.12%
==========================================
Files 726 726
Lines 59503 59536 +33
Branches 7623 7626 +3
==========================================
+ Hits 27499 27582 +83
+ Misses 31836 31787 -49
+ Partials 168 167 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
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
Contributor
|
I see you merged in the latest main changes for Qt6, let me retrigger the job again and see what happens. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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