-
Notifications
You must be signed in to change notification settings - Fork 672
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
refactor(system_mrm_emergency_stop_operator): rework parameters #5734
base: main
Are you sure you want to change the base?
refactor(system_mrm_emergency_stop_operator): rework parameters #5734
Conversation
079327e
to
f87cc89
Compare
d51f3a7
to
3cbb7cb
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
@mkuri @TomohitoAndo please urgently review. |
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <[email protected]>
…ndation#5744) Signed-off-by: Takagi, Isamu <[email protected]>
…5820) * refactor(side_shift): separate side shift module Signed-off-by: satoshi-ota <[email protected]> * refactor(bpp): remove side shift module Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…warefoundation#5689) fix(avoidance): output invalid avoidance path Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: GitHub <[email protected]> Co-authored-by: github-actions <[email protected]>
…interpolate (autowarefoundation#5818) Fixed rejection criteria of SmartPoseBuffer::interpolate Signed-off-by: Shintaro Sakoda <[email protected]>
…oid exceeding max voxel size (autowarefoundation#5824)
…utowarefoundation#5810) Add jerk and acc limits for slow-down Signed-off-by: Daniel Sanchez <[email protected]>
…arefoundation#5819) * fix(traffic_light): stop if the traffic light signal timed out Signed-off-by: Fumiya Watanabe <[email protected]> * fix(traffic_light): fix README format Signed-off-by: Fumiya Watanabe <[email protected]> --------- Signed-off-by: Fumiya Watanabe <[email protected]>
…c_time/elapsed_time, tentative objects (autowarefoundation#5762) * enable debugger in tracker Signed-off-by: yoshiri <[email protected]> * fix uninitialized class variable Signed-off-by: yoshiri <[email protected]> * feat: separate debugger class for simplification Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…utowarefoundation#5830) Signed-off-by: Zulfaqar Azmi <[email protected]>
doc(intersection): add image Signed-off-by: Mamoru Sobue <[email protected]>
…atus (autowarefoundation#5682) Signed-off-by: satoshi-ota <[email protected]>
) Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
* update cmakelists Signed-off-by: N-Eiki <[email protected]> * add z filter param Signed-off-by: N-Eiki <[email protected]> * isWithin func private -> public Signed-off-by: N-Eiki <[email protected]> * add test code Signed-off-by: N-Eiki <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: N-Eiki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Satoshi Tanaka <[email protected]>
…ion#5836) Signed-off-by: kosuke55 <[email protected]>
…oundation#5832) Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <[email protected]>
…ar topic (autowarefoundation#5781) rename lidar topic Signed-off-by: yamato-ando <Yamato ANDO> Co-authored-by: yamato-ando <Yamato ANDO>
* update api maintainers Signed-off-by: Takagi, Isamu <[email protected]> * fix Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]>
…n#6100) Signed-off-by: satoshi-ota <[email protected]>
…utowarefoundation#6099) Signed-off-by: satoshi-ota <[email protected]>
…refoundation#6087) Signed-off-by: kosuke55 <[email protected]>
…affic light id map every callback (autowarefoundation#6061) Signed-off-by: Mamoru Sobue <[email protected]>
…compensation (autowarefoundation#6080) Signed-off-by: scepter914 <[email protected]>
* fix(pointpainting): fix param path declaration Signed-off-by: kminoda <[email protected]> * remove pointpainting_model_name Signed-off-by: kminoda <[email protected]> * revert: revert unnecessary change Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]>
* docs(crosswalk): update the document Signed-off-by: Takayuki Murooka <[email protected]> * fix the spell Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…usion detection and 1st/2nd attention lane (autowarefoundation#6047) Signed-off-by: Mamoru Sobue <[email protected]>
…utowarefoundation#5635) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: kosuke55 <[email protected]> remove non-support Signed-off-by: kosuke55 <[email protected]> fix link Signed-off-by: kosuke55 <[email protected]> add yaml Signed-off-by: kosuke55 <[email protected]> please check readme
Signed-off-by: GitHub <[email protected]> Co-authored-by: github-actions <[email protected]>
…on#6103) * Visualize the footprint from start_pose to end_pose along the path Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…data structure (autowarefoundation#6101) * Add data_structs.hpp and update include paths * Refactor start planner debug data structure * Update debug_data variable name in StartPlannerModule Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…arefoundation#6055) Refactor lane departure check in ShiftPullOut::plan() Signed-off-by: kyoichi-sugahara <[email protected]>
…pty (autowarefoundation#6104) * check if p_safety_slow is empty Signed-off-by: beyza <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: beyza <[email protected]> Co-authored-by: beyza <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#6091) * feat!: replace use_pointcloud_container Signed-off-by: kminoda <[email protected]> * feat: remove from planning Signed-off-by: kminoda <[email protected]> * fix: fix to remove all use_pointcloud_container Signed-off-by: kminoda <[email protected]> * revert: revert change in planning.launch Signed-off-by: kminoda <[email protected]> * revert: revert rename of use_pointcloud_container Signed-off-by: kminoda <[email protected]> * fix: fix tier4_perception_launch to enable use_pointcloud_contaienr Signed-off-by: kminoda <[email protected]> * fix: fix unnecessary change Signed-off-by: kminoda <[email protected]> * fix: fix unnecessary change Signed-off-by: kminoda <[email protected]> * refactor: remove trailing whitespace Signed-off-by: kminoda <[email protected]> * revert other changes in perception Signed-off-by: kminoda <[email protected]> * revert change in readme Signed-off-by: kminoda <[email protected]> * feat: move glog to pointcloud_container.launch.py * revert: revert glog porting Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * fix: fix pre-commit Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ion (autowarefoundation#6072) * add acc filtering and decaying acc to model Signed-off-by: Daniel Sanchez <[email protected]> * fixed compilation problem, acc is used to predict search_dist Signed-off-by: Daniel Sanchez <[email protected]> * Use an equivalent velocity to calculate paths Signed-off-by: Daniel Sanchez <[email protected]> * change decaying factor to T/4 Signed-off-by: Daniel Sanchez <[email protected]> * coment out cerr for evaluation Signed-off-by: Daniel Sanchez <[email protected]> * simplify code Signed-off-by: Daniel Sanchez <[email protected]> * comments Signed-off-by: Daniel Sanchez <[email protected]> * add missing constant to decaying acc model Signed-off-by: Daniel Sanchez <[email protected]> * Use an equivalent velocity to calculate paths Signed-off-by: Daniel Sanchez <[email protected]> * add missing constant to decaying acc model Signed-off-by: Daniel Sanchez <[email protected]> * Implement lanelet speed limit for acc consideration Signed-off-by: Daniel Sanchez <[email protected]> * add option to activate on and off acceleration feature Signed-off-by: Daniel Sanchez <[email protected]> * add params Signed-off-by: Daniel Sanchez <[email protected]> * add params Signed-off-by: Daniel Sanchez <[email protected]> * delete unused class Signed-off-by: Daniel Sanchez <[email protected]> * update docs Signed-off-by: Daniel Sanchez <[email protected]> * delete comments Signed-off-by: Daniel Sanchez <[email protected]> * fix comments Signed-off-by: Daniel Sanchez <[email protected]> * update comments, refactor code Signed-off-by: Daniel Sanchez <[email protected]> * remove unused line Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: Daniel Sanchez <[email protected]>
…rplai/autoware.universe into mrm-emergency-stop-operator
@mkuri @TomohitoAndo could you urgently review this PR? |
@karishma1911 @idorobotics |
|
This pull request has been automatically marked as stale because it has not had recent activity. |
Since since no one is reviewing, I will review the PR as a maintainer. |
Since there is an issue with commit log, I will recreate the PR. |
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the mrm_comfortable_stop_operator
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.