-
Notifications
You must be signed in to change notification settings - Fork 682
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
docs(emergency_handler): fix dead link in readme #644
Conversation
@angry-crab Since this won't fix any feature, I changed the title to |
Codecov Report
@@ Coverage Diff @@
## main #644 +/- ##
=======================================
Coverage 10.59% 10.59%
=======================================
Files 735 735
Lines 51755 51755
Branches 6596 6596
=======================================
Hits 5482 5482
Misses 41813 41813
Partials 4460 4460
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
b29a57d
to
0df72e4
Compare
* Add fault injection package (autowarefoundation#1760) * add fault injection package * fix copyright url * fix for lint * pre-commit fixed * change license note * separate functions for responsivity * add tests * add compile option * Remove unnecessary descriptions * Update the readme * Replace png with svg * Remove the constructor to follow the recommendations * Remove amant_clang_format to match the standard * Change the using statement to clarify the type * Add using to shorten the type * lint * change variable name * Rename input and delete output * sort lines * use range-based for * added const * Remove temporary variables * Set an empty value to get all parameters * change filename * Move test files to test directory * Remove unused lines * fix to add reference symbol * add read_parameter.launch.py * remove unused option * add comment * Change input type to autoware_simulation_msgs * refactoring: move parameter function to parameter_handler * refactoring * remove key_storage * replace data with simulation_events * remove temporary variable * reflects the opinions of review * change order * delete template * change event name * reflect review request * remove & * change constructor argument * delete unused function * change to event_diag_map class * changes for review * fix build error * fix test error * refactor launch_test * replace logging with launch.logging reason: launch.logging supports verbose output option. i.e. launch_test -v FILE * merge update function * rename callback function * move using line * add node name as hardware id * fix comment * change return value * add menber to DiagConfig * sort menber order * use to_yaml * remove const * change function order * rename getValue() to getDiag() * add isEventRegistered function * move test * modify script * delete else * change cond * use docstring style * move msg_buffer * rename * rename * fix * fix * fix * use emplace_back * add isEventRegistered * fix build error * remove destroy_sub,pub * change check statement * add comment * fix build error * use leveltype * fair test * change spin time * restore config * add node name * shorten name * change function name * remove read_parameter * expand timeout * comment out launch_test * Fix a broken link of the component diagram on Fault Injection document (autowarefoundation#2202) * [Fault injection] Update component diagram (autowarefoundation#2203) * Update component diagram * Rename pSim to scenario_simulator_v2 * fix upload error * Transparent background * Fix line widths of the component diagram on Fault Injection document (autowarefoundation#2205) * Feature/add fault injection settings (autowarefoundation#2199) * add parameter file * add message * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * remove colcon_ignore in fault injection (autowarefoundation#585) * update readme in fault injection (autowarefoundation#644) * Update readme in fault_injection * fix precommit Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Yohei Mishina <66298900+YoheiMishina@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
* docs(emergency_handler): fix dead link in readme Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp> * save image to local Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
* docs(emergency_handler): fix dead link in readme Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp> * save image to local Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
* docs(emergency_handler): fix dead link in readme Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp> * save image to local Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
* docs(emergency_handler): fix dead link in readme Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp> * save image to local Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
chore: sync upstream
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Signed-off-by: Xinyu Wang xinyu.wang@tier4.jp
Description
Dead link in
emergency_handler
.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.