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

chore: sync beta branch beta/v0.25.0 with tier4/main #1208

Merged
merged 83 commits into from
Mar 25, 2024

Commits on Mar 5, 2024

  1. fix(mpc_lateral_controller): reset ctrl_cmd_prev during manual mode (a…

    …utowarefoundation#6541)
    
    * reset ctrl_cmd_prev during manual mode
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * fix manual driving condition
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    48d20f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. feat(mrm_handler, emergency_handler): remove takeover (autowarefounda…

    …tion#6522)
    
    update(mrm_handler, emergency_handler): remove takeover
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    888fec6 View commit details
    Browse the repository at this point in the history
  2. refactor(mrm_handler): delete control_cmd publish function (autowaref…

    …oundation#6514)
    
    * refactor(mrm_handler): delete control_cmd publish function
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d3886e4 View commit details
    Browse the repository at this point in the history
  3. chore: update maintainer (autowarefoundation#6551)

    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    724bd80 View commit details
    Browse the repository at this point in the history
  4. docs(image_projection_based_fusion): update segmentation_pointcloud_f…

    …usion node docs (autowarefoundation#6548)
    
    docs(image_projection_based_fusion): update segmentation_pointcloud_fusion docs
    
    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9b5a372 View commit details
    Browse the repository at this point in the history
  5. chore(ground_segmentation_launch): change max_z of cropbox filter to …

    …vehicle_height (autowarefoundation#6549)
    
    * chore(ground_segmentation_launch): change max_z of cropbox filter to vehicle_height
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: typo
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0e1761a View commit details
    Browse the repository at this point in the history
  6. feat(route_handler): use start pose yaw and not lanelet length to sel…

    …ect start lanelet (autowarefoundation#6550)
    
    use start pose yaw  and not lanelet length to select start lanelet
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    81d5374 View commit details
    Browse the repository at this point in the history
  7. ci: update build-and-test and -differential jobs (autowarefoundation#…

    …6471)
    
    Signed-off-by: oguzkaganozt <[email protected]>
    Signed-off-by: M. Fatih Cırıt <[email protected]>
    oguzkaganozt authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5206580 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat(avoidance): change lateral margin based on if it's parked vehicle (

    autowarefoundation#6520)
    
    * feat(avoidance): check if it's parked vehicle
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * feat(avoidance): change lateral margin based on if it's parked vehicle
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e1a3139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7081a61 View commit details
    Browse the repository at this point in the history
  3. feat(start_planner): prevent hindering rear vehicles (autowarefoundat…

    …ion#6545)
    
    * wip add function to check if other vehicles can pass
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * further refactoring
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change breaks for return
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * added way to check closest overhang point to target centerline
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * wip get distance to left and right bounds
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add check for param dereferencing
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * check gap and rear vehicle width
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * bugfix boolean condition was inverted
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * refactor
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * rename param
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * remove prints
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * use a better function to get the previous lanelets
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update docs
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update description
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * typo
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update readme
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Use the merging side to choose what lane bound to use
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * delete unused function
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add debug message
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    07a84d4 View commit details
    Browse the repository at this point in the history
  4. fix(start_planner): consider backward completion before preparing bli…

    …nker (autowarefoundation#6558)
    
    consider backward completion
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1bbbb2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a15a37a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc00ed5 View commit details
    Browse the repository at this point in the history
  7. refactor(radar_tracks_msgs_converter): rework parameters (autowarefou…

    …ndation#6533)
    
    * refactor(radar_tracks_msgs_converter)
    
    Rework parameters
    
    Signed-off-by: kaspermeck-arm <[email protected]>
    Change-Id: If28e9c97bc6db3b522c680f215b3f8cb95ec58b7
    
    * fix: restore parameter description and make json schema description simpler
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    
    * style(pre-commit): autofix
    
    * Updated param file path
    
    Signed-off-by: kaspermeck-arm <[email protected]>
    Change-Id: Ic6b6fd98ba2c0e2a5510ff08cf563877d1205bb9
    
    ---------
    
    Signed-off-by: kaspermeck-arm <[email protected]>
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    baa923e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3381296 View commit details
    Browse the repository at this point in the history
  9. fix(route_handler): query shoulder lane in getLaneletSequence() if on…

    …ly_route_lanes is false and the arg is shoulder type (autowarefoundation#6567)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    edc6ef0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    f9dd38c View commit details
    Browse the repository at this point in the history
  2. fix(emergency_handler): fix hazard status timeout (autowarefoundation…

    …#6399)
    
    * fix(emergency_handler): fix hazard status timeout
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c96a7f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d57e97e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa84a5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71c5669 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. chore: update CODEOWNERS (autowarefoundation#6557)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <[email protected]>
    awf-autoware-bot[bot] and github-actions authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9993a9e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. fix(ndt_scan_matcher): added error handling about update_ndt (autowar…

    …efoundation#6560)
    
    Added error handling about update_ndt
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    Co-authored-by: Anh Nguyen <[email protected]>
    SakodaShintaro and anhnv3991 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1f6ed4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef751f6 View commit details
    Browse the repository at this point in the history
  3. feat(lidar_centerpoint): remove files those are no longer supported n…

    …or used (autowarefoundation#6497)
    
    * feat(lidar_centerpoint): remove files those are no longer supported nor used
    
    Signed-off-by: kminoda <[email protected]>
    
    * remove unnecessary file
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    kminoda and knzo25 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    25bd77e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c07cdcb View commit details
    Browse the repository at this point in the history
  5. feat: add timeouts of request services (autowarefoundation#6532)

    * feat: add timeouts of request services
    
    Signed-off-by: TetsuKawa <[email protected]>
    
    * style(pre-commit): autofix
    
    * feat: replace define with enum
    
    Signed-off-by: TetsuKawa <[email protected]>
    
    * style(pre-commit): autofix
    
    * modify: renam a function
    
    Signed-off-by: TetsuKawa <[email protected]>
    
    * modify: rename a function
    
    Signed-off-by: TetsuKawa <[email protected]>
    
    * modify: fix functions name at the caller side
    
    Signed-off-by: TetsuKawa <[email protected]>
    
    ---------
    
    Signed-off-by: TetsuKawa <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Takagi, Isamu <[email protected]>
    Co-authored-by: Ryuta Kambe <[email protected]>
    4 people authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8e8ef48 View commit details
    Browse the repository at this point in the history
  6. perf(common_ground_filter): performance tuning (autowarefoundation#5861)

    * perf(scan_ground_filter): performance tuning
    
    Signed-off-by: taisa1 <[email protected]>
    
    * perf(scan_ground_filter): improved performance
    
    Signed-off-by: taisa1 <[email protected]>
    
    * chore: refactoring
    
    Signed-off-by: taisa1 <[email protected]>
    
    * chore: refactoring
    
    Signed-off-by: taisa1 <[email protected]>
    
    * refactor: reflect review
    
    Signed-off-by: taisa1 <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix: remove unnecessary comment
    
    Signed-off-by: taisa1 <[email protected]>
    
    * test: change unit test to use faster_filter
    
    Signed-off-by: taisa1 <[email protected]>
    
    * test: fixed compile error
    
    Signed-off-by: taisa1 <[email protected]>
    
    * fix: add lacking parameter callback
    
    Signed-off-by: taisa1 <[email protected]>
    
    * fix: uninitialized valuabe
    
    Signed-off-by: atsushi421 <[email protected]>
    
    ---------
    
    Signed-off-by: taisa1 <[email protected]>
    Signed-off-by: atsushi421 <[email protected]>
    Co-authored-by: taisa1 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: atsushi yano <[email protected]>
    Co-authored-by: atsushi421 <[email protected]>
    5 people authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    efe4e16 View commit details
    Browse the repository at this point in the history
  7. fix(lane_departure_checker): empty lanelet polygon (autowarefoundatio…

    …n#6588)
    
    * fix union sometimes returning empty polygon
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix union of polygons
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix back launcher
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8bdb542 View commit details
    Browse the repository at this point in the history
  8. fix(mrm_handler): fix bug in operation mode availability timeout (aut…

    …owarefoundation#6513)
    
    * fix operation mode availability timeout
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b404c8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5adc394 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix(avoidance): ignore objects are in intersection when the ego stops…

    … by red traffic signal (autowarefoundation#6565)
    
    fix(avoidance): don't avoid objects are farther than red signal traffic light
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c1b8f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bbe3a View commit details
    Browse the repository at this point in the history
  3. feat(map_based_prediction, etc): publish processing time in various p…

    …erception nodes (autowarefoundation#6574)
    
    * feat: fix processing time publisher
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add processing_time in detection_by_tracker
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add processing time publisher to shape estimator
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add latency time for association merger
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add processing time publisher for tracker merger
    
    Signed-off-by: yoshiri <[email protected]>
    
    * chore: rename pipeline latency in multi object tracker
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1de37a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70bdf7f View commit details
    Browse the repository at this point in the history
  5. fix(log-messages): reduce excessive log messages (autowarefoundation#…

    …6406)
    
    * fix(log-messages): lower log level from info to debug in concatenate_and_time_sync_nodelet for info about subscribing to topics and their names
    
    Signed-off-by: AhmedEbrahim <[email protected]>
    
    * fix(log-messages): adding info print in smart_pose_buffer indicating that there is a mismatch in timestamp
    
    Signed-off-by: AhmedEbrahim <[email protected]>
    
    * fix(log-messages): removing info msg that is redundant with error msg
    
    Signed-off-by: AhmedEbrahim <[email protected]>
    
    * fix(log-messages): lower some info msgs to debug
    
    Signed-off-by: AhmedEbrahim <[email protected]>
    
    ---------
    
    Signed-off-by: AhmedEbrahim <[email protected]>
    ahmeddesokyebrahim authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4747e74 View commit details
    Browse the repository at this point in the history
  6. fix(multi_object_tracker): object size becomes zero, risk of numeric …

    …error and overflow on IoU calculation (autowarefoundation#6597)
    
    * fix: set object minimum size limits
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: object shape conversion, from cylinder to bbox
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: adjust minimum sizes to 0.3 m
    
    The minimum size is unified to a small number (0.3 m) to avoid side-effect of tracking.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b7fdccc View commit details
    Browse the repository at this point in the history
  7. feat(ndt_scan_matcher): added a function to check maximum distance of…

    … sensor points (autowarefoundation#6559)
    
    * Added function to check maximum distance of sensor points
    
    Signed-off-by: Shintaro SAKODA <[email protected]>
    
    * style(pre-commit): autofix
    
    * Added unit
    
    Signed-off-by: Shintaro SAKODA <[email protected]>
    
    * Fixed json schema
    
    Signed-off-by: Shintaro SAKODA <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro SAKODA <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    SakodaShintaro and pre-commit-ci[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b8c9701 View commit details
    Browse the repository at this point in the history
  8. chore: add maintainer Yoshi Ri to packages (autowarefoundation#6552)

    chore: add maintainer
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fc2b2c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69572f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. refactor(multi_object_tracker): define motion model class (autowarefo…

    …undation#6587)
    
    * fix: define function to adjust object yaw angle for ekf update
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactoring
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: update tracking offset to object position
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: enlarge yaw noise when the orientation is unknown
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: rearrange obj extension,  noise model, observation vector length
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: grouping part of codes
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: separate object pre-process getUpdatingObject
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: bicycle tracker object preprocessing
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: separated motion model class, not tested
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: add motion model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: replace tracker to motion model class
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: normal vehicle tracker replace to motion model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: big vehicle tracker is replaced by motion model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: bicycle tracker replace by motion model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: remove non-used members
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: add CTRV motion model and implement it to pedestrian tracker
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactoring parameters
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: object initialization
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: grouping param setting
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: create cv motion model, not tested
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: implementing unknown tracker, process is dying
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: align number precisions to double
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: resolve overflow issue by including proper header files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: missing twist cov
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: limit too large dt on unknown tracker, set size gain to 0.1
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set parameter before init
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: fix init to initialize
    
    chore: fix init to initialize
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: motion model base class
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: common methods to the base class
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: access to state vector
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove not-used tracker's last_update_time_ member
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * Revert "fix: remove not-used tracker's last_update_time_ member"
    
    This reverts commit bd8aabb.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: header cleanup
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: relocate motion models
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: timestamp const
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: exception when object couldn't be predicted
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove last_update_time_ member
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set minimum size, to avoid iou error/overflow
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: rollback tracking size and offset algorithm
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set minimum pedestrian size
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: adjust minimum sizes to 0.3m
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: cleanup unused members
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fcebec6 View commit details
    Browse the repository at this point in the history
  2. chore(cspell): merge spell-check-partial and spell-check-all (aut…

    …owarefoundation#6596)
    
    * chore(ci): expand the scope of spell-check-partial
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): clean up .cspell-partial.json
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): ignore words from bytetrack
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): rename spell-check-partial to spell-check
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): delete spell-check-all
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): leave spell-check-partial name for CI required settings
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): restore job name in spell-check-partial.yaml
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(cspell): add workflow dispatch trigger to spell-check-partial
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    HansRobo authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    680953d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35d2143 View commit details
    Browse the repository at this point in the history
  4. refactor(pointcloud_preprocessor): publish noise points in ring outli…

    …er filter (autowarefoundation#6581)
    
    * - Renamed the `publish_excluded_points` flag to `publish_noise_points`.
    - Removed the `extractExcludedPoints` function
    - Defined `setUpPointCloudFormat` to consolidate duplicate processes
    - Renamed `horizontal_res` to `horizontal_resolution`.
    
    * change from publish_noise_points to publish_outlier_pointcloud
    
    * change namespace of topic
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    283ff47 View commit details
    Browse the repository at this point in the history
  5. fix: add cspell ignore for CTRV (autowarefoundation#6606)

    * fix: add cspell ignore for CTRV
    
    * Update perception/multi_object_tracker/CMakeLists.txt
    
    * Update perception/multi_object_tracker/CMakeLists.txt
    
    * Update perception/multi_object_tracker/include/multi_object_tracker/tracker/model/pedestrian_tracker.hpp
    
    * Update perception/multi_object_tracker/include/multi_object_tracker/tracker/motion_model/ctrv_motion_model.hpp
    
    * Update perception/multi_object_tracker/src/tracker/motion_model/bicycle_motion_model.cpp
    h-ohta authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0eac12e View commit details
    Browse the repository at this point in the history
  6. feat(probabilistic_occupancy_grid_map): add synchronized ogm fusion n…

    …ode (autowarefoundation#5485)
    
    * add synchronized ogm fusion node
    
    Signed-off-by: yoshiri <[email protected]>
    
    * add launch test for grid map fusion node
    
    Signed-off-by: yoshiri <[email protected]>
    
    * fix test cases input msg error
    
    Signed-off-by: yoshiri <[email protected]>
    
    * change default fusion parameter
    
    Signed-off-by: yoshiri <[email protected]>
    
    * rename parameter for ogm fusion
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add multi_lidar_ogm generation method
    
    Signed-off-by: yoshiri <[email protected]>
    
    * enable ogm creation launcher in tier4_perception_launch to call multi_lidar ogm creation
    
    Signed-off-by: yoshiri <[email protected]>
    
    * fix: change ogm fusion node pub policy to reliable
    
    Signed-off-by: yoshiri <[email protected]>
    
    * fix: fix to use lidar frame as scan frame
    
    Signed-off-by: Yoshi, Ri <[email protected]>
    
    * fix: launcher node
    
    Signed-off-by: Yoshi, Ri <[email protected]>
    
    * feat: update param name
    
    Signed-off-by: yoshiri <[email protected]>
    
    * chore: fix ogm pointcloud subscription
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: enable to publish pipeline latency
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    Signed-off-by: Yoshi, Ri <[email protected]>
    YoshiRi authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    47d1212 View commit details
    Browse the repository at this point in the history
  7. fix(shape_estimation): preserve irregular large size vehicle detected…

    … by camera_lidar_fusion as unknown (autowarefoundation#6598)
    
    * fix(shape_estimation): keep excluded objects as unknown
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: add optional param
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: rename param
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    Co-authored-by: Yoshi Ri <[email protected]>
    badai-nguyen and YoshiRi authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    10ed352 View commit details
    Browse the repository at this point in the history
  8. feat(intersection_occlusion): quickly delete occlusion wall on change…

    … from green to yellow/red (autowarefoundation#6608)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3ba1ecd View commit details
    Browse the repository at this point in the history
  9. feat(pid_longitudinal_controller): add maker for stop reason (autowar…

    …efoundation#6579)
    
    * feat(pid_longitudinal_controller): add maker for stop reason
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * minor fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b6cd8f4 View commit details
    Browse the repository at this point in the history
  10. feat(tier4_simulator_launch): add option to disable all perception re…

    …lated modules (autowarefoundation#6382)
    
    Signed-off-by: Berkay Karaman <[email protected]>
    brkay54 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    59c504b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. perf(occupancy_grid_map_outlier_filter): improve performance (autowar…

    …efoundation#5980)
    
    * improve perfomance
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    * fixed the bug and corrected the spelling mistake.
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    * fix bug
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    * change filter
    
    Signed-off-by: Taiga Takano <[email protected]>
    
    ---------
    
    Signed-off-by: Taiga Takano <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yoshi Ri <[email protected]>
    3 people authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3c01dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9fbd39 View commit details
    Browse the repository at this point in the history
  3. fix(multi_object_tracker): mot multi-step prediction is not work as i…

    …ntended (autowarefoundation#6611)
    
    * bugfix: mot multi-step prediction is not work as intended. back to one-step prediction.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove comment-out codes
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: prediction to use variable kalman filter
    
    a bug was found on `predictStateStep` methods
    
    * intention: predict the future state of the variable kalman filter `ekf`
    * bug: using the member kalman filter `ekf_`
    * fix: get the state vector from the variable kalman filter `ekf`
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ca46a8f View commit details
    Browse the repository at this point in the history
  4. feat(pointcloud_preprocessor): add pipeline_latency_ms debug publishe…

    …r to missed modules (autowarefoundation#6569)
    
    Signed-off-by: Berkay Karaman <[email protected]>
    brkay54 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6ee9627 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    5a6c82e View commit details
    Browse the repository at this point in the history
  2. feat(multi_object_tracker): add object class filtering in tracking pr…

    …ocess (autowarefoundation#6607)
    
    * feat: object class filter
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set a member private
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: last filtered label is not useful, remove
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: multiply gain for new class
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: algorithm explanation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: revise the filtering process flow
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    technolojin and pre-commit-ci[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7ba8016 View commit details
    Browse the repository at this point in the history
  3. fix(avoidance): the module ignored merging objects unexpectedly (auto…

    …warefoundation#6601)
    
    * feat(avoidance): output overhang lanelet
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): avoid merging vehicle if it's NOT on ego lane.
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): add flag to identify ambiguous vehicle
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(avoidance): add helper function
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(avoidance): rename param
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(avoidance): update comment
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c653236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    152b11e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f36c52 View commit details
    Browse the repository at this point in the history
  6. fix(ndt_scan_matcher): avoid passing nullptr in ndt (autowarefoundati…

    …on#6620)
    
    Avoid passing nullptr in ndt
    
    Signed-off-by: Shintaro SAKODA <[email protected]>
    SakodaShintaro authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    aa0c633 View commit details
    Browse the repository at this point in the history
  7. ci: add pr-agent (autowarefoundation#6632)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a993a06 View commit details
    Browse the repository at this point in the history
  8. ci(pr-agent): don't run automatically (autowarefoundation#6634)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    353a2ec View commit details
    Browse the repository at this point in the history
  9. feat(behavior_path_planner_common): add general method for calculatin…

    …g turn signal for bpp modules (autowarefoundation#6625)
    
    add general method for calculating turn signal for bpp modules
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    52b2fd6 View commit details
    Browse the repository at this point in the history
  10. feat(start_planner): move collision check to plan method (autowarefou…

    …ndation#6564)
    
    * move collision check to a member function of planner base
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * refactor
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add empty polygon and point checks
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e1d19d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. feat(published_time_publisher): add unit test (autowarefoundation#6610)

    * feat(published_time_publisher): add unit test
    
    Signed-off-by: Berkay Karaman <[email protected]>
    
    * feat: add nullpointer test
    
    Signed-off-by: Berkay Karaman <[email protected]>
    
    * feat: simplify node and topic names
    
    Signed-off-by: Berkay Karaman <[email protected]>
    
    * feat: modify to test multiple PublishedTime publishers
    
    Signed-off-by: Berkay Karaman <[email protected]>
    
    * feat: change function name publish() -> publish_if_subscribed()
    
    Signed-off-by: Berkay Karaman <[email protected]>
    
    * feat: update
    
    Signed-off-by: Berkay Karaman <[email protected]>
    
    ---------
    
    Signed-off-by: Berkay Karaman <[email protected]>
    brkay54 authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c24c3b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat(start_planner): add general turn signal method to start planner (a…

    …utowarefoundation#6628)
    
    * Add general turnSignal method to start planner
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add description to ignore signal
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    546df44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e09808 View commit details
    Browse the repository at this point in the history
  3. feat(pointcloud_preprocessor): make concatenate node to publish point…

    …clouds in sensor frame (autowarefoundation#6586)
    
    * feat: make concatenate node to publish pointclouds in sensor frame
    
    Signed-off-by: yoshiri <[email protected]>
    
    * chore: disable frame transform if not necessary
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    523b084 View commit details
    Browse the repository at this point in the history
  4. fix(tier4_autoware_utils): fix build error (caused by `published_time…

    …_publisher.hpp`) (autowarefoundation#6641)
    
    * fix(tier4_autoware_utils): add missing header to library
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(tier4_autoware_utils): remove std
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    Signed-off-by: Takayuki Murooka <[email protected]>
    Co-authored-by: Takayuki Murooka <[email protected]>
    satoshi-ota and takayuki5168 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f82f420 View commit details
    Browse the repository at this point in the history
  5. feat(behavior_path_avoidance_module): use the general calc turn signa…

    …l method (autowarefoundation#6626)
    
    use the general calc turn signal method
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f03f7f2 View commit details
    Browse the repository at this point in the history
  6. feat(start_planner): add a sanity check if the path is empty (autowar…

    …efoundation#6643)
    
    add a sanity check if the path is empty
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f5f0683 View commit details
    Browse the repository at this point in the history
  7. refactor(trajectory_follower_node): apply default param to the param …

    …file used for test (autowarefoundation#6640)
    
    * apply default param to the param file used for test
    delete unused test files
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * add positive longitudinal velocity condition for straight_trajectory test
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6241fe0 View commit details
    Browse the repository at this point in the history
  8. feat(lane_change_module): add general method to get turn signal for L…

    …C module (autowarefoundation#6627)
    
    add general method to get turn signal for LC module
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8a9965a View commit details
    Browse the repository at this point in the history
  9. refactor(obstacle_cruise_planner): move slow down params to a clear l…

    …ocation (autowarefoundation#6644)
    
    move slow down params to a clear location
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    413514b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd568e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0625e4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b53061 View commit details
    Browse the repository at this point in the history
  13. feat(avoidance): wait and see ambiguous stopped vehicle (autowarefoun…

    …dation#6631)
    
    * feat(avoidance): wait and see the ambiguous stopped vehicle
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): wait and see objects around ego straight lane
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * tmp
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(avoidance): filtering logic for vehicle type objects
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): wait with unsafe avoidance path
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): use getRightLanelet
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(avoidance): parameterize
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1ca97cf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    1cbdfa3 View commit details
    Browse the repository at this point in the history
  2. fix(behavior_velocity_run_out): construct predicted path up to max pr… (

    autowarefoundation#6650)
    
    * fix(behavior_velocity_run_out): construct predicted path up to max prediction time in object method
    
    Signed-off-by: Tomohito Ando <[email protected]>
    
    * handle division by zero
    
    Signed-off-by: Tomohito Ando <[email protected]>
    
    * add missing include
    
    Signed-off-by: Tomohito Ando <[email protected]>
    
    ---------
    
    Signed-off-by: Tomohito Ando <[email protected]>
    TomohitoAndo authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    46ac827 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #1202 from tier4/sync-upstream

    chore: sync tier4/autoware.universe:awf-latest
    tier4-autoware-public-bot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0b70d0b View commit details
    Browse the repository at this point in the history