-
Notifications
You must be signed in to change notification settings - Fork 51
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
Visualize wireframes #314
Visualize wireframes #314
Conversation
Signed-off-by: Atharva Pusalkar <[email protected]>
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.
LGTM, just a minor nit
// create visual | ||
VisualPtr visual = scene->CreateVisual(); | ||
ASSERT_NE(nullptr, visual); | ||
|
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.
EXPECT_EQ(false, visual->Wireframe()); | |
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.
looks good to me!
Signed-off-by: Atharva Pusalkar <[email protected]>
@osrf-jenkins retest this please |
Signed-off-by: Atharva Pusalkar <[email protected]>
Changed scene name to "scene7" since "scene6" is used in |
@osrf-jenkins retest this please |
1 similar comment
@osrf-jenkins retest this please |
The Camera test failure is unrelated |
This pull request has been mentioned on Gazebo Community. There might be relevant details there: |
* Add wireframe mode Signed-off-by: Atharva Pusalkar <[email protected]> * Fix visual test Signed-off-by: Atharva Pusalkar <[email protected]> * Change scene name Signed-off-by: Atharva Pusalkar <[email protected]> Signed-off-by: William Lew <[email protected]>
Signed-off-by: Atharva Pusalkar [email protected]
🎉 New feature
Summary
Adds wireframe mode to visuals in OGRE 1 and 2. This PR targets Ignition Fortress since the changes break the ABI.
OGRE 2
OGRE 1
Test it
Test it with wireframes.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge