Skip to content
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

Backport to 9: fixes for gzserver shutdown and ogre log test #2968

Merged
merged 3 commits into from
Apr 21, 2021

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Apr 14, 2021

This backports the following pull requests to gazebo9:

Use rebase and merge.

@scpeters scpeters requested a review from iche033 April 14, 2021 17:55
@@ -0,0 +1,140 @@
<?xml version="1.0" ?>
<sdf version='1.7'>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this work in gazebo9? it's using sdformat6 which has sdf spec up to 1.6

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. I think we can downgrade that version. I'll test locally

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the test still fails even after downgrading this to 1.6 since the libsdformat6 parser ignores unrecognized elements like <ignition:env_texture_format> (some history in gazebosim/sdformat#327 (comment))

so we will need a different solution on gazebo9

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to redact #2960 from this PR because it won't work with libsdformat6

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redacted

ivanpauno and others added 3 commits April 16, 2021 16:25
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Steve Peters <scpeters@openrobotics.org>
* Add debugging output to ogre_log test
* ogre_log test: ignore GLX extension line

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters scpeters changed the title Backport to 9: WideAngleCamera texture format and others Backport to 9: fixes for gzserver shutdown and ogre log test Apr 16, 2021
@scpeters scpeters merged commit e9c4101 into gazebosim:gazebo9 Apr 21, 2021
@scpeters scpeters deleted the backport_wide_angle_9 branch April 21, 2021 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants