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 #132

Merged
merged 50 commits into from
Sep 26, 2022
Merged

chore: sync upstream #132

merged 50 commits into from
Sep 26, 2022

Commits on Sep 16, 2022

  1. feat(trtexec_vendor): add vendor package for trtexec (autowarefoundat…

    …ion#1821)
    
    * feat(trtexec_vendor): add vendor package for trtexec
    
    Signed-off-by: Daisuke Nishimatsu <[email protected]>
    
    * support the previous CUDA environemt
    
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    
    * remove required for nvidia libraries
    
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    
    * add sampleUtils.cpp if trt version is greater than 8.4
    
    Signed-off-by: Daisuke Nishimatsu <[email protected]>
    
    * do not install trt submodules
    
    Signed-off-by: Daisuke Nishimatsu <[email protected]>
    
    Signed-off-by: Daisuke Nishimatsu <[email protected]>
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    wep21 and yukke42 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7780879 View commit details
    Browse the repository at this point in the history
  2. refactor(radar_tracks_msgs_converter): refactor to use covariance ind…

    …ex library in tier4_autoware_util (autowarefoundation#1883)
    
    Signed-off-by: scepter914 <[email protected]>
    
    Signed-off-by: scepter914 <[email protected]>
    scepter914 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fc48913 View commit details
    Browse the repository at this point in the history
  3. build(build_depends.repos): add autoware adapi messages repository (a…

    …utowarefoundation#1890)
    
    feat: add autoware adapi messages repository
    
    Signed-off-by: khtan <[email protected]>
    
    Signed-off-by: khtan <[email protected]>
    tkhmy authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    00e518e View commit details
    Browse the repository at this point in the history
  4. refactor(obstacle_stop_planner): clean up code (autowarefoundation#1823)

    * refactor(obstacle_stop_planner): use alias
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(obstacle_stop_planner): use alias
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(obstacle_stop_planner): reparate utils function
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(obstacle_stop_planner): fix clang-tidy
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(obstacle_stop_planner): separate member functions that can be made static as utils
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(obstacle_stop_planner): rename callback functions
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(obstacle_stop_planner): rename publisher and subscriber
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(obstacle_stop_planner): fix typo
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ef978b5 View commit details
    Browse the repository at this point in the history
  5. refactor(ekf_localizer): isolate mahalanobis functions and add tests (a…

    …utowarefoundation#1877)
    
    * refactor(ekf_localizer): isolate mahalanobis functions and add tests
    IshitaTakeshi authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ace1ce7 View commit details
    Browse the repository at this point in the history
  6. refactor(ekf_localizer): add functions to check if a matrix has nan o…

    …r inf (autowarefoundation#1882)
    
    * refactor(ekf_localizer): add functions to check if a matrix has nan or inf
    IshitaTakeshi authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5e748e3 View commit details
    Browse the repository at this point in the history
  7. fix: fix missing dependency (autowarefoundation#1891)

    * fix: fix missing dependency
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d61e46a View commit details
    Browse the repository at this point in the history
  8. fix(obstacle_cruise_planner): ignore behind obstacles (autowarefounda…

    …tion#1894)
    
    * fix(obstacle_cruise_planner): ignore behind obstacles
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    * fix invalid access
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    * update isFrontCollideObstacle
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    Signed-off-by: tomoya.kimura <[email protected]>
    tkimura4 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8c0a11f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71980f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    799a02a View commit details
    Browse the repository at this point in the history
  11. fix(route_handler): deal with completely overlapped inverted lane (au…

    …towarefoundation#1901)
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8e92d17 View commit details
    Browse the repository at this point in the history
  12. refactor: replace acc calculation in planning control modules (#1213)

    * [obstacle_cruise_planner] replace acceleration calculation
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * [obstacle_stop_planner] replace acceleration calculation
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * [trajectory_follower] replace acceleration calculation
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * remap topic name in lanuch
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * fix nullptr check
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * fix controller test
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * fix
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    TakaHoribe authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8cbaba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. feat(multi_object_tracker): update bus size (autowarefoundation#1887)

    Signed-off-by: Yukihiro Saito <[email protected]>
    
    Signed-off-by: Yukihiro Saito <[email protected]>
    yukkysaito authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    5f7fbd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    b8ddc1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a5655 View commit details
    Browse the repository at this point in the history
  3. refactor(topic_state_monitor): move the parameter group to match impl…

    …ementation (autowarefoundation#1909)
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cf5b363 View commit details
    Browse the repository at this point in the history
  4. feat(autoware_ad_api_msgs): replace adapi message (autowarefoundation…

    …#1897)
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    654b905 View commit details
    Browse the repository at this point in the history
  5. refactor(vehicle_cmd_gate): move private headers (autowarefoundation#…

    …1799)
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d181522 View commit details
    Browse the repository at this point in the history
  6. feat: move adapi rviz adaptor (autowarefoundation#1900)

    feat: move adapi rviz adaptor
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f27d7ea View commit details
    Browse the repository at this point in the history
  7. feat(topic_state_monitor): support transform topic check (#1586)

    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    dc56b35 View commit details
    Browse the repository at this point in the history
  8. fix: add adapi dependency (autowarefoundation#1892)

    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a63ed16 View commit details
    Browse the repository at this point in the history
  9. chore: add code owners (autowarefoundation#1869)

    * chore: add code owners
    
    Signed-off-by: tanaka3 <[email protected]>
    
    * chore: add maintainer
    
    Signed-off-by: tanaka3 <[email protected]>
    
    Signed-off-by: tanaka3 <[email protected]>
    taikitanaka3 authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cbd4984 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89154c9 View commit details
    Browse the repository at this point in the history
  11. feat(system_monitor): add IP packet reassembles failed monitoring to …

    …net_monitor (#1427)
    
    * feat(system_monitor): add IP packet reassembles failed monitoring to net_monitor
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix build errors caused by merge mistakes
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): chang word Reasm and fix deep nesting
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): fix deep nesting
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): lightweight /proc/net/snmp reading
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): fix index variable type to unsigned, add log output, and make index evaluation expression easier to understand
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): remove unnecessary static_cast
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): typo fix
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    Co-authored-by: ito-san <[email protected]>
    v-nakayama7440-esol and ito-san authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1cc2a07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9708c26 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac68c06 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. chore: sync files (autowarefoundation#1914)

    Signed-off-by: GitHub <[email protected]>
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    awf-autoware-bot[bot] and kenji-miyake authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    49017fc View commit details
    Browse the repository at this point in the history
  2. feat(lidar_centerpoint): implemented a class remapping according to t…

    …he detections shape (autowarefoundation#1876)
    
    * Implemented a small package to remap detection classes depending on their shape
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Update perception/detection_class_adapter/include/detection_class_adapter/detection_class_adapter.hpp
    
    Co-authored-by: Yukihiro Saito <[email protected]>
    
    * Removed the hardcoded mapping from centerpoint and pointfusion. Fixed the description of the config file
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Deleted the new package and moved the logic to centerpoint
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Update perception/lidar_centerpoint/config/detection_class_adapter.param.yaml
    
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    
    * Changed: adapter->remapper
    
    * Update perception/lidar_centerpoint/lib/detection_class_remapper.cpp
    
    Co-authored-by: Yukihiro Saito <[email protected]>
    
    * Delted duplicated file
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Modified the parameters to match autowarefoundation#1710
    Now we do not map cars to buses no mather the size
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Update perception/lidar_centerpoint/config/detection_class_remapper.param.yaml
    
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    Co-authored-by: Yukihiro Saito <[email protected]>
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    3 people authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ad0162e View commit details
    Browse the repository at this point in the history
  3. docs(accel_brake_map_calibrator): add parameter descriptions (autowar…

    …efoundation#1918)
    
    * update readme
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * remove unused value
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    * update readme
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    
    Signed-off-by: Takamasa Horibe <[email protected]>
    TakaHoribe authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    478c759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64b1398 View commit details
    Browse the repository at this point in the history
  5. fix(lidar_centerpoint): fixed the lidar_centerpoint related packages …

    …for their use without installing symlinks (autowarefoundation#1916)
    
    * fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Update CMakeLists.txt
    
    * Update CMakeLists.txt
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    knzo25 authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    02fb8ae View commit details
    Browse the repository at this point in the history
  6. feat(component_interface_utils): apply message change (autowarefounda…

    …tion#1921)
    
    * feat(component_interface_utils): apply message change
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * feat: add error category
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c57206c View commit details
    Browse the repository at this point in the history
  7. chore(system_error_monitor): add maintainer (autowarefoundation#1922)

    Signed-off-by: ito-san <[email protected]>
    
    Signed-off-by: ito-san <[email protected]>
    ito-san authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    521f777 View commit details
    Browse the repository at this point in the history
  8. feat: add HDD monitoring items to hdd_monitor (#721)

    * feat: add HDD monitoring items to hdd_monitor
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix pre-commit C long type error
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fixed the monitoring method of RecoveredError
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * additional support for storage health check
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * resolve conflicts
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix bug when setting mount point of HDD Monitor
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): level change when not connected and unmount function added in HDD connection monitoring
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): level change when not connected in HDD connection monitoring
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): unmount function added in hdd_reader
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    * fix(system_monitor): separate S.M.A.R.T. request and lazy unmount request for hdd_reader
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    
    Signed-off-by: v-nakayama7440-esol <[email protected]>
    v-nakayama7440-esol authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    47c77c7 View commit details
    Browse the repository at this point in the history
  9. feat(autoware_ad_api_specs): define motion interface (autowarefoundat…

    …ion#1808)
    
    * feat(autoware_ad_api_specs): define motion interface
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * feat: add error code
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * feat: move adapi messages
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * feat(component_interface_utils): apply message change
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * feat: change message type
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d85da95 View commit details
    Browse the repository at this point in the history
  10. fix(avoidance): guard invalid shift point (autowarefoundation#1924)

    Signed-off-by: satoshi-ota <[email protected]>
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    68f0f7d View commit details
    Browse the repository at this point in the history
  11. chore: update CODEOWNERS (autowarefoundation#1889)

    Signed-off-by: GitHub <[email protected]>
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    awf-autoware-bot[bot] and kenji-miyake authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    66e010c View commit details
    Browse the repository at this point in the history
  12. fix(default_ad_api): temporary disable api route to resolve type conf…

    …lict (autowarefoundation#1928)
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e2c5eda View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. fix(behavior_path_planner): lane change ego and target polygon pose (a…

    …utowarefoundation#1786)
    
    * fix(behavior_path_planner): lane change ego and target polygon pose
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * reduce lane changing duration
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * refactor(behavior_path_planner): lane change refactoring
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    Co-authored-by: Fumiya Watanabe <[email protected]>
    zulfaqar-azmi-t4 and rej55 authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    490cb40 View commit details
    Browse the repository at this point in the history
  2. chore: update CODEOWNERS (autowarefoundation#1931)

    Signed-off-by: GitHub <[email protected]>
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    awf-autoware-bot[bot] and kenji-miyake authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    8f1277f View commit details
    Browse the repository at this point in the history
  3. chore: update CODEOWNERS (autowarefoundation#1932)

    Signed-off-by: GitHub <[email protected]>
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    awf-autoware-bot[bot] and kenji-miyake authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1bbf9cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5ac08 View commit details
    Browse the repository at this point in the history
  5. chore(perception_util): add maintainer (autowarefoundation#1920)

    Signed-off-by: scepter914 <[email protected]>
    
    Signed-off-by: scepter914 <[email protected]>
    scepter914 authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    643645a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. chore: sync files (autowarefoundation#1944)

    Signed-off-by: GitHub <[email protected]>
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    awf-autoware-bot[bot] and kenji-miyake authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e66a67e View commit details
    Browse the repository at this point in the history
  2. refactor(perception_utils): add label util function (autowarefoundati…

    …on#1908)
    
    * refactor(perception_utils): add label util function
    
    Signed-off-by: scepter914 <[email protected]>
    
    * fix hpp define
    
    Signed-off-by: scepter914 <[email protected]>
    
    * Update common/perception_utils/include/perception_utils/object_classification.hpp
    
    Co-authored-by: Kenji Miyake <[email protected]>
    
    * fix isVehicle function
    
    Signed-off-by: scepter914 <[email protected]>
    
    * add CarLikeVehicle function
    
    Signed-off-by: scepter914 <[email protected]>
    
    Signed-off-by: scepter914 <[email protected]>
    Co-authored-by: Kenji Miyake <[email protected]>
    scepter914 and kenji-miyake authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    36d9d64 View commit details
    Browse the repository at this point in the history
  3. refactor(map_loader): split to member functions (autowarefoundation#1941

    )
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    1279296 View commit details
    Browse the repository at this point in the history
  4. fix(obstacle_avoidance_planner): fix inf loop in mpt (autowarefoundat…

    …ion#1881)
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    1b23f84 View commit details
    Browse the repository at this point in the history
  5. fix(raw_vehicle_cmd_converter): inconsitent sign of braking command (a…

    …utowarefoundation#1945)
    
    fix inconsitent sign of braking command
    
    Signed-off-by: Grzegorz Głowacki <Grzegorz Głowacki [email protected]>
    
    Signed-off-by: Grzegorz Głowacki <Grzegorz Głowacki [email protected]>
    ralwing authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2970485 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. fix(obstacle_avoidance_planner): fix build error (autowarefoundation#…

    …1948)
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    f1aaa5d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. feat(planning_api_interface): add publish steering factor (autowarefo…

    …undation#1706)
    
    * add basic planning api interface
    
    Signed-off-by: tkhmy <[email protected]>
    
    * add clean function
    
    Signed-off-by: tkhmy <[email protected]>
    
    * add publish empty steering factor
    
    Signed-off-by: tkhmy <[email protected]>
    
    * add publish lanechange steering factor
    
    Signed-off-by: tkhmy <[email protected]>
    
    * add pull out
    
    Signed-off-by: khtan <[email protected]>
    
    * add pull over
    
    Signed-off-by: khtan <[email protected]>
    
    * add intersection
    
    Signed-off-by: khtan <[email protected]>
    
    * manually add steering factor to prevent conflict
    
    Signed-off-by: khtan <[email protected]>
    
    * ci(pre-commit): autofix
    
    * feat(rtc_interface): add_finish_distance
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * use updated distance
    
    Signed-off-by: khtan <[email protected]>
    
    * ci(pre-commit): autofix
    
    * fix cpplint
    
    Signed-off-by: khtan <[email protected]>
    
    * add avoidance
    
    Signed-off-by: khtan <[email protected]>
    
    * ci(pre-commit): autofix
    
    * fix avoidance
    
    Signed-off-by: khtan <[email protected]>
    
    * fix avoidance pubish
    
    Signed-off-by: khtan <[email protected]>
    
    * clean up lane change
    
    Signed-off-by: khtan <[email protected]>
    
    * fix pull out
    
    Signed-off-by: khtan <[email protected]>
    
    * clean up
    
    Signed-off-by: khtan <[email protected]>
    
    * remove over commit
    
    Signed-off-by: khtan <[email protected]>
    
    * add back pull out
    
    Signed-off-by: khtan <[email protected]>
    
    * ci(pre-commit): autofix
    
    * add sterring api for intersect
    
    Signed-off-by: khtan <[email protected]>
    
    * fix pull out
    
    Signed-off-by: khtan <[email protected]>
    
    * add commend
    
    Signed-off-by: khtan <[email protected]>
    
    * get intersection distance
    
    Signed-off-by: khtan <[email protected]>
    
    * add trying status for intersection
    
    Signed-off-by: khtan <[email protected]>
    
    * change to steering_factor_interface
    
    Signed-off-by: khtan <[email protected]>
    
    * change to unique_ptr
    
    Signed-off-by: khtan <[email protected]>
    
    * fix pose and distance array to 2
    
    Signed-off-by: khtan <[email protected]>
    
    * change to array
    
    Signed-off-by: khtan <[email protected]>
    
    * make member variable private and add public function to get the variable
    
    Signed-off-by: khtan <[email protected]>
    
    * ci(pre-commit): autofix
    
    * change to use modified_goal_pose_ instead of getRefinedGoal()
    
    Signed-off-by: khtan <[email protected]>
    
    * add straight direction, fix pull over and pull out error
    
    Signed-off-by: khtan <[email protected]>
    
    * Update planning/behavior_path_planner/src/scene_module/pull_over/pull_over_module.cpp
    
    change to get the signal from getTurnInfo()
    
    Signed-off-by: tkhmy <[email protected]>
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update planning/behavior_path_planner/src/scene_module/lane_change/lane_change_module.cpp
    
    encapsulated direction variable in lane change
    
    Signed-off-by: tkhmy <[email protected]>
    
    Co-authored-by: Zulfaqar Azmi <[email protected]>
    
    * Update planning/behavior_path_planner/src/scene_module/lane_change/lane_change_module.cpp
    
    encapsulated direction variable in lane change
    
    Signed-off-by: tkhmy <[email protected]>
    
    Co-authored-by: Zulfaqar Azmi <[email protected]>
    
    * encapsulated direction variable
    
    Signed-off-by: khtan <[email protected]>
    
    * functionalize steering factor for intersection
    
    Signed-off-by: khtan <[email protected]>
    
    * change to use autoware_adapi_v1_msgs
    
    Signed-off-by: khtan <[email protected]>
    
    * change topic naming
    
    Signed-off-by: khtan <[email protected]>
    
    Signed-off-by: tkhmy <[email protected]>
    Signed-off-by: khtan <[email protected]>
    Signed-off-by: Fumiya Watanabe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Fumiya Watanabe <[email protected]>
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    Co-authored-by: Zulfaqar Azmi <[email protected]>
    5 people authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    17e16d7 View commit details
    Browse the repository at this point in the history