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 upstream #773

Merged
merged 15 commits into from
Aug 28, 2023
Merged

chore: sync upstream #773

merged 15 commits into from
Aug 28, 2023

Commits on Aug 25, 2023

  1. fix(traffic_light_multi_camera_fusion): assign multiple regulatory el…

    …ement id for one traffic light (autowarefoundation#4727)
    
    Signed-off-by: Tomohito Ando <[email protected]>
    TomohitoAndo authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4cf251e View commit details
    Browse the repository at this point in the history
  2. chore: do not display steer and velocity value when message is not su…

    …bscribed yet (autowarefoundation#4739)
    
    * chore: do not display steer and velocity value when message is not subscribed yet
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    * chore: change msgs
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    ---------
    
    Signed-off-by: tomoya.kimura <[email protected]>
    tkimura4 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5b5b416 View commit details
    Browse the repository at this point in the history
  3. chore(autoware_auto_perception_rviz_plugin): higher visibility of pre…

    …dicted path color (autowarefoundation#4737)
    
    * chore(autoware_auto_perception_rviz_plugin): higher visibility of predicted path color
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * change alpha
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    59a5e29 View commit details
    Browse the repository at this point in the history
  4. feat(motion_velocity_smoother.launch): add glog component (autowarefo…

    …undation#4746)
    
    * use node instead of include
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * use container & add glog component
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    ---------
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    TakaHoribe authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6af6876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72a4e29 View commit details
    Browse the repository at this point in the history
  6. fix(crosswalk): guard invalid sharp angle stop point (autowarefoundat…

    …ion#4750)
    
    fix(crosswalk): guard invalid stop point
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c5a6f80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a9fdb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    343d718 View commit details
    Browse the repository at this point in the history
  9. feat(behavior_path_planner): visualize ego predicted path (autowarefo…

    …undation#4743)
    
    visualize ego predicted path
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4361c8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    692684f View commit details
    Browse the repository at this point in the history
  11. feat(obstacle_cruise_planner): add a option to suppress feasible stop…

    … check (autowarefoundation#4723)
    
    * feat(obstacle_cruise_planner): add a option to suppress feasible stop check
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update config
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bbb69c6 View commit details
    Browse the repository at this point in the history
  12. feat(crosswalk): add debug publisher of collision info (autowarefound…

    …ation#4670)
    
    * feat(crosswalk): add debug publisher of collision info
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * add plotter
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update doc
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4550e7a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f42f760 View commit details
    Browse the repository at this point in the history
  14. refactor(map_based_prediction): move hard coded declare parameters to…

    … yaml file (autowarefoundation#4756)
    
    * move hard coded declare parameters to yaml file
    
    Signed-off-by: yoshiri <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YoshiRi and pre-commit-ci[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    febb7d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. feat(safety_check): add hysteresis factor in safety check logic (auto…

    …warefoundation#4735)
    
    * feat(safety_check): add hysteresis factor
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * feat(lane_change): add hysteresis factor
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * feat(avoidance): add hysteresis factor
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * feat(avoidance): add time series hysteresis
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a158461 View commit details
    Browse the repository at this point in the history