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

Heightmaps πŸ”οΈ #218

Merged
merged 24 commits into from
Jul 8, 2021
Merged

Heightmaps πŸ”οΈ #218

merged 24 commits into from
Jul 8, 2021

Commits on Feb 26, 2021

  1. Add heightmap component mirroring mesh component

    Make dependency for dartsim plugin.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and chapulina committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    37e1312 View commit details
    Browse the repository at this point in the history
  2. Copy CustomMeshShape.* to CustomHeightmapShape.*

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and chapulina committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    77d7661 View commit details
    Browse the repository at this point in the history
  3. Start adding heightmap code

    still needs more changes in CustomHeightmapShape
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and chapulina committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    a4d07ab View commit details
    Browse the repository at this point in the history
  4. Latest prototyping, experimenting with API

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and chapulina committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e1172e2 View commit details
    Browse the repository at this point in the history
  5. fix compilation

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    2c8cf7d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. fix compilation again

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    acfbafc View commit details
    Browse the repository at this point in the history
  2. working, remove unnecessary bits

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    923ae18 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into chapulina/4/heightmap

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9789b8f View commit details
    Browse the repository at this point in the history
  4. tweaks

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a19a66a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Support bullet detector

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    bf4ff30 View commit details
    Browse the repository at this point in the history
  2. Add test, remove scale

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e87ae73 View commit details
    Browse the repository at this point in the history
  3. codecheck

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a499b5f View commit details
    Browse the repository at this point in the history
  4. docs

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    dddb105 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8b0257e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Apr 23, 2021

  1. merged from ign-physics4

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    4827374 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. const HeightmapData

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    457c052 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge branch 'ign-physics4' into chapulina/4/heightmap

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    82f7e04 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merged from ign-physics4

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4afb649 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Merge branch 'ign-physics4' into chapulina/4/heightmap

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    7fa2a3b View commit details
    Browse the repository at this point in the history
  2. PR feedback

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    736f04b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Expect 0 from ImageHeightmap::Load

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e700b5b View commit details
    Browse the repository at this point in the history
  2. shorten line length

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4a1edc3 View commit details
    Browse the repository at this point in the history
  3. Test coverage of CastToHeightmapShape

    Signed-off-by: Steven Peters <[email protected]>
    scpeters committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    63cbe64 View commit details
    Browse the repository at this point in the history