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

Add TerrainSimplification and TerrainSimplificationRos packages #5

Open
wants to merge 64 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    6660160 View commit details
    Browse the repository at this point in the history
  2. Create README.md

    oliwiermelon authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    c93e508 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Check that the queried position is inside the map

    oliwiermelon committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b4c9391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a61f4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-terrain-simplification' of github.com:ori-drs/plane…

    …_seg into add-terrain-simplification
    oliwiermelon committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e676deb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. [TerrainSimplification] change from boost::shared_mutex to std::mutex

    Use std::lock_guard() whenever possible.
    getSimplifiedGridMap() continues to use many lock() and unlock() because
    some functions, e.g. FilterChain-relatd, can take a long time
    oliwiermelon committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    55810e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21eebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8eff16 View commit details
    Browse the repository at this point in the history
  4. [TerrainSimplificationRos] add doxygen comments

    oliwiermelon committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    38bffbc View commit details
    Browse the repository at this point in the history
  5. [TerrainSimplification, TerrainSimplificationRos] use setGridMap() an…

    …d setRobotPose() in the ROS class
    oliwiermelon committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    4b6bd58 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. [TerrainSimplification, TerrainSimplificationRos] use shared_ptr to T…

    …errainSimplification instead of inheriting from it
    oliwiermelon committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    a6c8887 View commit details
    Browse the repository at this point in the history
  2. [TerrainSimplificationRos] add getTerrainSimplification()

    oliwiermelon committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    91f2839 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. [TerrainSimplificationRos] fix ROS param name

    oliwiermelon committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    772755f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a24948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fae537 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. [TerrainSimplification::getSimplifiedGridMap] Rearrange and group pro…

    …cesses
    oliwiermelon committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a4a5f56 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    7ab7b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61cf5fc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. [TerrainSimplificationRos::pubSimplifiedMap] fix small x offset in th…

    …e published map
    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2fd6ade View commit details
    Browse the repository at this point in the history
  2. [terrain_simplification] add OpenCV to CMakeLists

    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    422ca45 View commit details
    Browse the repository at this point in the history
  3. [TerrainSimplification] create containers (struct) for related images…

    … (e.g. derivatives)
    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a5bca91 View commit details
    Browse the repository at this point in the history
  4. [TerrainSimplification] compute first- and second-order partial deriv…

    …atives of images
    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0bd4b6f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add-terrain-simplification' of github.com:ori-drs/plane…

    …_seg into add-terrain-simplification
    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ed9d96f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e16a61 View commit details
    Browse the repository at this point in the history
  7. Create README.md

    oliwiermelon authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6e28902 View commit details
    Browse the repository at this point in the history
  8. [TerrainSimplification] add an image of the computed derivatives of t…

    …he elevation
    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    95bda33 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    oliwiermelon authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2824628 View commit details
    Browse the repository at this point in the history
  10. [TerrainSimplification] add another gif and image

    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    4bbd36e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'add-terrain-simplification' of github.com:ori-drs/plane…

    …_seg into add-terrain-simplification
    oliwiermelon committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    000f946 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    oliwiermelon authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0d727e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. [terrain_simplification_ros] add the main config file

    oliwiermelon committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    aaef071 View commit details
    Browse the repository at this point in the history
  2. [TerrainSimplification::getValueAtPosition] add cerr

    oliwiermelon committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    8937546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc67894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b4bee View commit details
    Browse the repository at this point in the history
  5. [terrain_simplification_ros] change config to use an unscaled 2.5x2.5…

    … map by default
    oliwiermelon committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    9aaa83e View commit details
    Browse the repository at this point in the history
  6. [TerrainSimplification::convertCvImagesOfSecondOrderDerivativesToGrid…

    …Map] comment out the conversion of dd
    
    Because dd is empty, not currently computed
    oliwiermelon committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    32c088f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    317ea82 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. [TerrainSimplification, TerrainSimplificationRos] account for the poi…

    …nt_cloud_odom to odom transformation
    
    Publish the simplified map in odom, with an offset to compensate for the
    drift
    Oliwier Melon committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a12b94c View commit details
    Browse the repository at this point in the history
  2. [terrain_simplification_ros] change trottled topic name

    Oliwier Melon committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    35b4c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. [TerrainSimplification] fix minor bug

    oliwiermelon committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ab200cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f879e5 View commit details
    Browse the repository at this point in the history
  3. [terrain_simplification_ros] update README.md

    oliwiermelon committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ab459ba View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    448eb58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9471693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2541404 View commit details
    Browse the repository at this point in the history
  4. [terrain_simplification] Make grid resolution configurable

    Removes hard-coded assumptions about a 2cm elevation map grid resolution
    wxmerkt committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b3bd970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c9b25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e18c39d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. [terrain_simplification_ros] comment out filters in filter_chain for …

    …use with rhecall
    oliwiermelon committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    318ee8f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. [TerrainSimplification] make filter chain an option

    oliwiermelon committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    608777b View commit details
    Browse the repository at this point in the history
  2. [TerrainSimplification::simplifyGridMap] remove default "simplified" …

    …layer from map_simplified_wo_traversability
    oliwiermelon committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    9b6e9b4 View commit details
    Browse the repository at this point in the history
  3. [TerrainSimplification::simplifyGridMap] fix spelling

    oliwiermelon committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    11a102f View commit details
    Browse the repository at this point in the history
  4. [TerrainSimplification::simplifyGridMap] change arguments of addDataF…

    …rom to prevent the issue of the map being resized
    oliwiermelon committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    9156a01 View commit details
    Browse the repository at this point in the history
  5. [TerrainSimplification::convertCvImageToGridMap] check and print out …

    …problems with addLayerFromImage()
    oliwiermelon committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7284ba0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    147218f View commit details
    Browse the repository at this point in the history
  2. [TerrainSimplificationRos] improve warnings

    oliwiermelon committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b746de5 View commit details
    Browse the repository at this point in the history
  3. [TerrainSimplification, TerrainSimplificationRos] update deprecated f…

    …ilter_chain header
    
    TODO: remove filter chain from TerrainSimplification
    oliwiermelon committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    2b1deb8 View commit details
    Browse the repository at this point in the history
  4. [terrain_simplification, terrain_simplification_ros] use grid_map_fil…

    …ters_drs for inpainting
    
    NOTE: pull changes in grid_map_filters_drs
    TODO: remove filter_chain from TerrainSimplification
    oliwiermelon committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    4d642ac View commit details
    Browse the repository at this point in the history
  5. [TerrainSimplification] comment out derivatives

    oliwiermelon committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a372902 View commit details
    Browse the repository at this point in the history
  6. [terrain_simplification_ros] add fake tf publisher

    odom to point cloud odom
    oliwiermelon committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a599266 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. [ts, ts_ros] make filtered layer name settable

    oliwiermelon committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    df88525 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

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

Commits on Aug 4, 2021

  1. [terrain_simplification_ros] Remove explicit dependency on grid_map_f…

    …ilters_drs
    
    It's a runtime plugin, not a compile-time dependency
    wxmerkt committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d1f2c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3efd44 View commit details
    Browse the repository at this point in the history