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

Geospatial component for heightmaps (2nd try) #292

Merged
merged 15 commits into from
Mar 15, 2022

Commits on Jan 21, 2022

  1. Geospatial component for heightmap & DEMs (#267)

    Signed-off-by: Jenn Nguyen <[email protected]>
    Co-authored-by: Steve Peters <[email protected]>
    Co-authored-by: Ian Chen <[email protected]>
    3 people committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0245d27 View commit details
    Browse the repository at this point in the history
  2. Move geospatial headers to subfolder (#289)

    This simplifies the logic required for packaging.
    Update Migration guide
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    316cbfd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Make HeightmapData::FillHeightmap a const method

    There's no reason for this to be non-const, and it causes
    some issues in ign-physics, so make it non-const while
    it is possible to change the API.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8c63dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a963e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Make Image::Data and RGBData into const methods

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    efbb152 View commit details
    Browse the repository at this point in the history
  2. Update Migration guide for Image

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f79ba6a View commit details
    Browse the repository at this point in the history
  3. Image::AvgColor should be const

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9c81fae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d9130c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    7e7b6d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. relax tol for mac & win

    Signed-off-by: Jenn Nguyen <[email protected]>
    jennuine committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f5ce9fd View commit details
    Browse the repository at this point in the history
  2. work around for non-earth dems

    Signed-off-by: Jenn Nguyen <[email protected]>
    jennuine committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    fa605bd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ci_matching_branch/retry_geospatial' of github.com:igni…

    …tionrobotics/ign-common into ci_matching_branch/retry_geospatial
    
    Signed-off-by: Jenn Nguyen <[email protected]>
    jennuine committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    586bc89 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. windows fix

    Signed-off-by: Jenn Nguyen <[email protected]>
    jennuine committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    33b1748 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    04732bc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    2547917 View commit details
    Browse the repository at this point in the history