-
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
Require geospatial component #539
Conversation
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[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.
Some includes may also need to change if gazebosim/gz-common#289 goes in
Signed-off-by: Steve Peters <[email protected]>
|
the windows build is currently failing since the |
testing a release-tools update in #540 |
@osrf-jenkins run tests please |
we can consider reverting the ign-common PRs since the downstream packages weren't ready. That was my mistake as I suggested that we were ready to merge gazebosim/gz-common#267 |
@@ -36,7 +36,7 @@ set(IGN_MATH_VER ${ignition-math7_VERSION_MAJOR}) | |||
#-------------------------------------- | |||
# Find ignition-common | |||
ign_find_package(ignition-common5 REQUIRED | |||
COMPONENTS graphics events) |
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.
The geospatial component in ign-common
is optional, while geospatial
is required here. Is that intended?
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.
hmm if we make the geospatial
component optional here, we will need to make heightmaps in ign-rendering optional as well and only build it if the geospatial
component is available. We'll likely need to do the same in ign-gazebo.
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.
should we revert the ign-common PR for now while we sort this out?
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.
ok that sounds good as this will require a bigger change
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.
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.
In a previous f2f meeting with @chapulina , we decided against making GDAL
an optional component because it was going to add a layer of difficulty managing
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.
Yeah I remember also discussing this at the weekly meeting. GDAL will be required for heightmaps. Ignition Physics already has a separate heightmap component, so only that component needs to depend on geopspatial
. But Ignition Rendering doesn't have that separation and with the current architecture I think it may be difficult to break that apart.
Requires: gazebosim/gz-common#292 |
Signed-off-by: Jenn Nguyen <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
We can ignore the failing Bionic CI, it's being removed in |
CI is happy! |
🦟 Bug fix
Summary
Adds the new
geospatial
component (gazebosim/gz-common#267) as it is needed by heightmaps.Depends on gazebo-release/gz-common5-release#4
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.