-
Notifications
You must be signed in to change notification settings - Fork 30
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
Updated aikido_rviz for the ShapeNode refactor #33
Conversation
This pull request broke color in |
Which type of color are you talking about?
|
The color is an embedded material (not a texture or vertex color) |
I'm not sure what that means. Can you post an example? I can't imagine how these changes could break embedded materials. The only thing that has changed in this pull request is how I handle |
its worth noting I updated |
@@ -63,6 +63,7 @@ add_library(${PROJECT_NAME} SHARED | |||
src/BodyNodeMarker.cpp | |||
src/FrameMarker.cpp | |||
src/SkeletonMarker.cpp | |||
src/ShapeFrameMarker.cpp | |||
#src/ResourceServer.cpp |
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.
Unrelated to this PR: what is the commented ResourceServer
doing here?
@mkoval: This might take me a while to test 😓 |
Hmm, still not entirely sure why my color is failing. I think I may have an old version of rviz with this bug present: Basically, if a marker color is published at all, it completely overrides the embedded material color. I think this PR possibly publishes a mesh color where none was published before. I will try deleting my rviz debs and updating to the latest version to see if it fixes my problem. EDIT: Bah, nvm upgrading rviz didn't fix the problem. |
Woah, check out the documentation on the flag http://wiki.ros.org/rviz/DisplayTypes/Marker Apparently the mesh marker must have the flag But apparently people haven't even been able to get that to work either!? Rviz is all kinds of messed up. Maybe I'll just switch the ADA model over to using textures instead. |
The interplay between I believe the intended behavior is what's listed under the [1.8] block:
That is the behavior I see on my desktop with the Fuze bottle mesh. Are you sure you're using the latest version of RViz? |
Yes. I will put together a test with some embedded materials (not textures) On Wed, Apr 6, 2016 at 6:14 PM, Michael Koval [email protected]
|
I tested this as-is with |
I think I addressed all of @psigen's immediate comments. I am merging this because it is causing all of our builds to fail. We can do any minor cleanup in another PR. |
No description provided.