-
Notifications
You must be signed in to change notification settings - Fork 649
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(lane_change): reduce prepare duration when blinker has been activated #9185
base: main
Are you sure you want to change the base?
feat(lane_change): reduce prepare duration when blinker has been activated #9185
Commits on Oct 25, 2024
-
add minimum prepare duration parameter
Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7b994e - Browse repository at this point
Copy the full SHA e7b994eView commit details -
reduce prepare duration according to signal activation time
Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5da415d - Browse repository at this point
Copy the full SHA 5da415dView commit details
Commits on Oct 26, 2024
-
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for 19d7caa - Browse repository at this point
Copy the full SHA 19d7caaView commit details
Commits on Oct 30, 2024
-
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for ed271cb - Browse repository at this point
Copy the full SHA ed271cbView commit details
Commits on Oct 31, 2024
-
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for dd0cba0 - Browse repository at this point
Copy the full SHA dd0cba0View commit details -
chore: update CODEOWNERS (autowarefoundation#9203)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c12034a - Browse repository at this point
Copy the full SHA c12034aView commit details -
refactor(time_utils): prefix package and namespace with autoware (aut…
…owarefoundation#9173) * refactor(time_utils): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <[email protected]> * refactor(time_utils): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Esteve Fernandez <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a56ce35 - Browse repository at this point
Copy the full SHA a56ce35View commit details -
feat(rtc_interface): add requested field (autowarefoundation#9202)
* add requested feature Signed-off-by: Go Sakayori <[email protected]> * Update planning/autoware_rtc_interface/test/test_rtc_interface.cpp Co-authored-by: Satoshi OTA <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cda060 - Browse repository at this point
Copy the full SHA 8cda060View commit details -
fix(mpc_lateral_controller): correctly resample the MPC trajectory ya…
…ws (autowarefoundation#9199) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ed5613 - Browse repository at this point
Copy the full SHA 0ed5613View commit details -
fix(bpp): prevent accessing nullopt (autowarefoundation#9204)
fix(bpp): calcDistanceToRedTrafficLight null Signed-off-by: Shumpei Wakabayashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 092f5ae - Browse repository at this point
Copy the full SHA 092f5aeView commit details -
refactor(autoware_map_based_prediction): split pedestrian and bicycle…
… predictor (autowarefoundation#9201) * refactor: grouping functions Signed-off-by: Taekjin LEE <[email protected]> * refactor: grouping parameters Signed-off-by: Taekjin LEE <[email protected]> * refactor: rename member road_users_history to road_users_history_ Signed-off-by: Taekjin LEE <[email protected]> * refactor: separate util functions Signed-off-by: Taekjin LEE <[email protected]> * refactor: Add predictor_vru.cpp and utils.cpp to map_based_prediction_node Signed-off-by: Taekjin LEE <[email protected]> * refactor: Add explicit template instantiation for removeOldObjectsHistory function Signed-off-by: Taekjin LEE <[email protected]> * refactor: Add tf2_geometry_msgs to data_structure Signed-off-by: Taekjin LEE <[email protected]> * refactor: Remove unused variables and functions in map_based_prediction_node.cpp Signed-off-by: Taekjin LEE <[email protected]> * Update perception/autoware_map_based_prediction/include/map_based_prediction/predictor_vru.hpp * Apply suggestions from code review * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for acc2286 - Browse repository at this point
Copy the full SHA acc2286View commit details -
refactor(ndt_scan_matcher, ndt_omp): move ndt_omp into ndt_scan_match…
…er (autowarefoundation#8912) * Moved ndt_omp into ndt_scan_matcher Signed-off-by: Shintaro Sakoda <[email protected]> * Added Copyright Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed include Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed cast style Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed include Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed honorific title Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed honorific title Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed include hierarchy Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed include hierarchy Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed hierarchy Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed NVTP to NVTL Signed-off-by: Shintaro Sakoda <[email protected]> * Added cspell:ignore Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed miss spell Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed include Signed-off-by: Shintaro Sakoda <[email protected]> * Renamed applyFilter Signed-off-by: Shintaro Sakoda <[email protected]> * Moved ***_impl.hpp from include/ to src/ Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed variable scope Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed to pass by reference 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>
Configuration menu - View commit details
-
Copy full SHA for 882c4dc - Browse repository at this point
Copy the full SHA 882c4dcView commit details -
feat(autoware_test_utils): add traffic light msgs parser (autowarefou…
…ndation#9177) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d4b5b4 - Browse repository at this point
Copy the full SHA 9d4b5b4View commit details -
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for 79009b6 - Browse repository at this point
Copy the full SHA 79009b6View commit details
Commits on Nov 1, 2024
-
modify implementation to compute and keep actual prepare duration in …
…transient data Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0277683 - Browse repository at this point
Copy the full SHA 0277683View commit details
Commits on Nov 4, 2024
-
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for c19c534 - Browse repository at this point
Copy the full SHA c19c534View commit details
Commits on Nov 6, 2024
-
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for b9afb08 - Browse repository at this point
Copy the full SHA b9afb08View commit details -
if LC path is approved, set prepare duration in transient data from a…
…pproved path prepare duration Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2853e4c - Browse repository at this point
Copy the full SHA 2853e4cView commit details -
change default value of LC param min_prepare_duration
Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0ffba8 - Browse repository at this point
Copy the full SHA e0ffba8View commit details -
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for bcc0e8e - Browse repository at this point
Copy the full SHA bcc0e8eView commit details
Commits on Nov 13, 2024
-
Merge branch 'awf-latest' into RT1-8204-reduce-prepare-duration-when-…
…blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for d23249a - Browse repository at this point
Copy the full SHA d23249aView commit details -
Merge remote-tracking branch 'origin/awf-latest' into RT1-8204-reduce…
…-prepare-duration-when-blinker-has-been-activated
Configuration menu - View commit details
-
Copy full SHA for ed8cf38 - Browse repository at this point
Copy the full SHA ed8cf38View commit details