-
Notifications
You must be signed in to change notification settings - Fork 580
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
Respect robot alpha value in trail trajectory visual #3353
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3353 +/- ##
==========================================
+ Coverage 45.84% 46.23% +0.39%
==========================================
Files 717 717
Lines 62573 62596 +23
Branches 7564 7564
==========================================
+ Hits 28680 28932 +252
+ Misses 33726 33498 -228
+ Partials 167 166 -1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Florian Beck <f.beck@palfinger.com> (cherry picked from commit 83d05ae)
Co-authored-by: Florian Beck <f.beck@palfinger.com> (cherry picked from commit 83d05ae)
Description
The motion planning plugin in RViz does not respect the alpha values for attached bodies when visualizing the trail of the planned path. The alpha values of the trail are only updated if the attached body color is changed at a later point.
Updating the attached body color upon creation of the trail fixes this problem. The same thing applies to drawing the robot along the planned path which is handeled in the update function.
Checklist