-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
Fix for 1120 #1132
Fix for 1120 #1132
Conversation
fixes regression of #1084
I should note that the first row of items in the above matrix of test markers only has something in the first column. The other columns are empty, though I might update the tool again to fill the spots out, just for completeness. |
even though the previously missing ones would be invisible in the correct behavior
41bf5e2 adds the missing mesh markers to the matrix, but it doesn't affect the screen shot as they are invisible due to alpha of 0. |
@ros-pull-request-builder retest this please |
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.
* improve mesh marker test tool * fix first time color on mesh markers fixes regression of #1084 * fill out matrix of mesh markers even though the previously missing ones would be invisible in the correct behavior * remove travis in favor of build.ros.org pr testing
Fixes #1120.
Basically #1084 caused a regression that caused markers which had a mesh text and color to render white until the color or alpha was updated, after which point it would render correctly.
I also improved the marker mesh test executable to test a few of these things. Here's a screen shot of the behavior with this pr (the correct behavior imo):