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

feat(elevation_map_loader): large size pointcloud map (backport #2571, #2885, #943) #337

Merged
merged 5 commits into from
Mar 31, 2023

Commits on Mar 24, 2023

  1. feat(elevation_map_loader): reduce memory usage of elevation_map_load…

    …er (autowarefoundation#2571)
    
    * feat: reduce memory usage of elevation_map_loader
    
    Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
    
    * chore: remove unnecessary comment
    
    Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
    
    * fix: modify variables' name
    
    Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
    
    Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
    Shin-kyoto authored and h-ohta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f40b34d View commit details
    Browse the repository at this point in the history
  2. feat(elevation_map_loader): use polygon iterator to speed up (autowar…

    …efoundation#2885)
    
    * use grid_map::PolygonIterator instead of grid_map::GridMapIterator
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * formatting
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * use use_lane_filter option
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * delete unused use-lane-filter option
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * change use_lane_filter to True, clarify the scope
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * change to use grid_map_utils::PolygonIterator
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * Add lane margin parameter
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * use boost geometry buffer to expand lanes
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * Change use_lane_filter param default to false
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    * update README
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    
    ---------
    
    Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
    miursh authored and h-ohta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a51e82e View commit details
    Browse the repository at this point in the history
  3. perf(behavior_velocity_planner): add faster PolygonIterator (#943)

    * Add grid_map_utils pkg with faster implementation of PolygonIterator
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored and h-ohta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0f67f5e View commit details
    Browse the repository at this point in the history
  4. suppress error

    h-ohta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b6d361c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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