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

Merged
merged 19 commits into from
Mar 16, 2022
Merged

chore: sync upstream #11

merged 19 commits into from
Mar 16, 2022

Conversation

tier4-autoware-public-bot[bot]
Copy link

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Mar 8, 2022

Bug Fixes

Documentation

Chores

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
kenji-miyake and others added 18 commits March 9, 2022 18:23
* docs: copy documents from Autoware.Auto

Reorganize documentation structure

Signed-off-by: Geoffrey Biggs <gbiggs@killbots.net>

[autowarefoundation#499] Adding note in developers guide about double-star syntax.

Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b

eaa5908b Merge branch 'input-weight-modify' into 'master'
b9ee8e4f Update default mpc_controller_node parameters
8d15f49d Add weights to acceleration and steer controls; loosen simulation test case:

git-subtree-dir: src/external/mpc
git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547

unify coverage instructions

Add design doc for autoware_auto_create_pkg

Resolve "Remove Atom from ADE"

Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea

f40970ea Adding velocity_mps to VehicleControlCommand.

git-subtree-dir: src/external/autoware_auto_msgs
git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2

Resolve "Add Notes about Doc Format to Contribution Guide"

[!801] Expand contributor guidelines and associated documents

- Explain stable links and polish documentation.md
- Synchronize links from merge request template to contributor guide
- Update coverage, unit test, integration test commands
- Remove short paragraphs about unit and integration test from contributer guidelines because there are dedicated
sections for that
- Add images to show how to find coverage report in CI
- Require first commit to have proper message
- rewrote "how to run exectable" section because it wasn't rendered nicely

Move/retitle a few files

Reorganize building & other sections

Reviewer comments

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

[#912] Make code snippet blocks consistent in documentation

[#924] Use `#` in commit msg tag

- Update prepare-commit-msg git hook
- update MR templates
- update contributor guidelines

[#813] use autoware_set_compile_options() for nearly all compiled tests

- fix a few causes of warnings and disable warning flags as needed for
other tests
- set CXX_STANDARD strictly and only in a single place
- add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF
- update building instructions and MR template
- fix nasty initialization error of static constexpr member in `GenericState`
of Kalman filter

[#954] Clarify copyright notice

[1007] Fix up Doxygen format to work around old Doxygen version failing to link to .md files

[#920] Add changes for review workflow

[#949] Update docs on integration testing

[!960] Remove rtd workarounds

[#1012] Update contributor guidelines with merge-bot info

[#1109] Explain merge bot and MR title in MR templates

[#1319] Add a .clang-format file to Project Root

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/contributing/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

Co-authored-by: Geoffrey Biggs <709167-gbiggs@users.noreply.gitlab.com>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* docs: copy documents from Autoware.Auto

[autowarefoundation#534] Adding specific troubleshooting steps to ade installation page.

Minor reorg of installation doc.

Resolve "Remove Atom from ADE"

Adding instructions for switching DDS vendors.

Resolve "Add Documentation to Installation Guide Regarding disabling NVidia GPUs"

Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea

f40970ea Adding velocity_mps to VehicleControlCommand.

git-subtree-dir: src/external/autoware_auto_msgs
git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2

Revert "Resolve "Apply Node Composition Using `rclcpp_components` to All Nodes" - pure_pursuit_nodes"

This reverts commit b0ec465b5d7385c8563fba75ff346d3e64e51d9d.

Added installation instructions without ade

Signed-off-by: Ignacio Montesino <ignaciomontesino@eprosima.com>

Rename and move documentation pages for clarity

Small fixes in installation instructions

Create new Building page which centralizes DDS vendor info, split up troubleshooting

Reviewer comments

Touch up docs on installing/building

[!808] Move index files for design docs and expand into README files

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!828] Update documentation for demos for Foxy

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

[!847] Add instructions for native arm64 ADE docker launch
 - Fix small typos and consistency in bash command style

[#888] Add doc information about checking out release specific branches

[861] Make code idiomatic for Foxy after 1.0 release

[#912] Make code snippet blocks consistent in documentation

[#1024] Add Point Type Adapter Node

[#1143] Document ROS_VERSION on non-ade install

ROS_VERSION needs to be set in order for the dependencies of the
tvm_vendor package to be correclty found.

Issue-Id: SCM-1400
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: Id1c26514f1ba36688ac3a484decc69d4447cbd6e

[#1099]  Add ground_truth_detections package

update installation-ade.md to fix the wrong path

[#904] Move AVP Launch, Config, and Param Files into autoware_demos and Deprecate autoware_auto_avp_demo

[#1281] Add non-ade troubleshooting section on installation

[#1269] Enabling GPU acceleration by default in ade

fix link to avp_sensors.json in LGSVL installation docs

[#1358] Get AVP Demo to work with SVL Simulator 2021.3 Release

* update documents

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* fix

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* add links

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* fix link

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Joshua Whitley <josh.whitley@autoware.org>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
* copy documents from TIER IV's architecture proposal

Change directory and fix broken links and indentation for mkdocs. (autowarefoundation#164)

Add pre-commit CI (autowarefoundation#167)

* Add pre-commit CI

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add .prettierrc.yaml

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Ignore some markdownlint rules

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Apply format

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix typo

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix typo

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

fix: command of logging_simulator.launch (autowarefoundation#185)

* fix: command

closes: autowarefoundation#184

* fix: remove perception false

Remove vcs import in ansible (autowarefoundation#198)

* Remove vcs import in ansible

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* Update installation steps

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>

Run vcs-import in build CI (autowarefoundation#199)

* Run vcs-import in build CI

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Install vcstool

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix installation commands

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Fix doc (autowarefoundation#202)

* Fix edit_url

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix item numbers

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Fix MD029 (autowarefoundation#205)

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Update HowToInstall.md (autowarefoundation#220)

chore: change path

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md

* Update docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md

* Update docs/tutorials/ad-hoc-simulation/planning-simulation.md

* Update planning-simulation.md

* Update rosbag-replay-simulation.md

Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
* docs: copy documents from Autoware.Auto

Create new Building page which centralizes DDS vendor info, split up troubleshooting

Reorganize building & other sections

Apply 1 suggestion(s) to 1 file(s)

Reviewer comments

Add separate DDS vendor page, mention git lfs download

Move DDS info back to building, remove recommendation for Release build since autoware_compile_options does that by default

Reviewer comments

DDS vendor info by Esteve

Touch up docs on installing/building

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

[!833] Add Clion configuration and more build instructions to docs

Added section about colcon defaults

[#912] Make code snippet blocks consistent in documentation

[#813] use autoware_set_compile_options() for nearly all compiled tests

- fix a few causes of warnings and disable warning flags as needed for
other tests
- set CXX_STANDARD strictly and only in a single place
- add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF
- update building instructions and MR template
- fix nasty initialization error of static constexpr member in `GenericState`
of Kalman filter

[#996] fix bashrc append in documentation

export XXX=YYY >> ~/.bashrc has no effect
echo "export XXX=YYY" >> ~/.bashrc is correct

[#721] Add neural_networks package

It provides a pool of compiled networks to the packages using them.

Issue-Id: SCM-2176
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: If52ebff100eb895ef38c526bee85c40d3b8a0ca6

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update docs/how-to-guides/advanced-usage-of-colcon.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/how-to-guides/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/how-to-guides/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

Co-authored-by: Nikolai Morin <nikolai.morin@apex.ai>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
* docs: add review tips

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update .pages

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* docs: add review tips

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update .pages

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* docs: add commit guidelines

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* add a note for lowercase

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* Adding first pass at support guidelines.

Rename and move documentation pages for clarity

[!808] Move index files for design docs and expand into README files

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* change link

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* apply review

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Update docs/help/support-guidelines.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

Co-authored-by: Joshua Whitley <josh.whitley@autoware.org>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
* docs: copy documents from Autoware.Auto

[autowarefoundation#534] Adding specific troubleshooting steps to ade installation page.

Minor reorg of installation doc.

Resolve "Remove Atom from ADE"

Adding instructions for switching DDS vendors.

Resolve "Add Documentation to Installation Guide Regarding disabling NVidia GPUs"

Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea

f40970ea Adding velocity_mps to VehicleControlCommand.

git-subtree-dir: src/external/autoware_auto_msgs
git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2

Revert "Resolve "Apply Node Composition Using `rclcpp_components` to All Nodes" - pure_pursuit_nodes"

This reverts commit b0ec465b5d7385c8563fba75ff346d3e64e51d9d.

Added installation instructions without ade

Signed-off-by: Ignacio Montesino <ignaciomontesino@eprosima.com>

Rename and move documentation pages for clarity

Small fixes in installation instructions

Create new Building page which centralizes DDS vendor info, split up troubleshooting

Reviewer comments

Touch up docs on installing/building

[!808] Move index files for design docs and expand into README files

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!828] Update documentation for demos for Foxy

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

[!847] Add instructions for native arm64 ADE docker launch
 - Fix small typos and consistency in bash command style

[#888] Add doc information about checking out release specific branches

[861] Make code idiomatic for Foxy after 1.0 release

[#912] Make code snippet blocks consistent in documentation

[#1024] Add Point Type Adapter Node

[#1143] Document ROS_VERSION on non-ade install

ROS_VERSION needs to be set in order for the dependencies of the
tvm_vendor package to be correclty found.

Issue-Id: SCM-1400
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: Id1c26514f1ba36688ac3a484decc69d4447cbd6e

[#1099]  Add ground_truth_detections package

update installation-ade.md to fix the wrong path

[#904] Move AVP Launch, Config, and Param Files into autoware_demos and Deprecate autoware_auto_avp_demo

[#1281] Add non-ade troubleshooting section on installation

[#1269] Enabling GPU acceleration by default in ade

fix link to avp_sensors.json in LGSVL installation docs

[#1358] Get AVP Demo to work with SVL Simulator 2021.3 Release

* update documents

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* docs: copy documents from Autoware.Auto

Create new Building page which centralizes DDS vendor info, split up troubleshooting

Reorganize building & other sections

Apply 1 suggestion(s) to 1 file(s)

Reviewer comments

Add separate DDS vendor page, mention git lfs download

Move DDS info back to building, remove recommendation for Release build since autoware_compile_options does that by default

Reviewer comments

DDS vendor info by Esteve

Touch up docs on installing/building

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

[!833] Add Clion configuration and more build instructions to docs

Added section about colcon defaults

[#912] Make code snippet blocks consistent in documentation

[#813] use autoware_set_compile_options() for nearly all compiled tests

- fix a few causes of warnings and disable warning flags as needed for
other tests
- set CXX_STANDARD strictly and only in a single place
- add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF
- update building instructions and MR template
- fix nasty initialization error of static constexpr member in `GenericState`
of Kalman filter

[#996] fix bashrc append in documentation

export XXX=YYY >> ~/.bashrc has no effect
echo "export XXX=YYY" >> ~/.bashrc is correct

[#721] Add neural_networks package

It provides a pool of compiled networks to the packages using them.

Issue-Id: SCM-2176
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: If52ebff100eb895ef38c526bee85c40d3b8a0ca6

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* fix

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* add links

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* fix link

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update docs/installation/tools-for-developers/index.md

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>

* Add .gitignore

* Setting up ROS_DOMAIN_ID

* ci(pre-commit): autofix

* Revert "Add .gitignore"

This reverts commit 1745ee8.

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* simplify description

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* add a warning

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Joshua Whitley <josh.whitley@autoware.org>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
Co-authored-by: Nikolai Morin <nikolai.morin@apex.ai>
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
Co-authored-by: M. Fatih Cırıt <mfc@leodrive.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* docs: copy documents from Autoware.Auto

Create new Building page which centralizes DDS vendor info, split up troubleshooting

Reorganize building & other sections

Apply 1 suggestion(s) to 1 file(s)

Reviewer comments

Add separate DDS vendor page, mention git lfs download

Move DDS info back to building, remove recommendation for Release build since autoware_compile_options does that by default

Reviewer comments

DDS vendor info by Esteve

Touch up docs on installing/building

[!821] Fix numerours code highlighting and markup issues, add TOCs

- TOC still missing on design docs

[!835] Add AVP instructions to docs

Other improvements of the docs include

- table-of-contents generation fixed
- replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE
- spell checking of numerous documents
- remove subtree doc

[!833] Add Clion configuration and more build instructions to docs

Added section about colcon defaults

[#912] Make code snippet blocks consistent in documentation

[#813] use autoware_set_compile_options() for nearly all compiled tests

- fix a few causes of warnings and disable warning flags as needed for
other tests
- set CXX_STANDARD strictly and only in a single place
- add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF
- update building instructions and MR template
- fix nasty initialization error of static constexpr member in `GenericState`
of Kalman filter

[#996] fix bashrc append in documentation

export XXX=YYY >> ~/.bashrc has no effect
echo "export XXX=YYY" >> ~/.bashrc is correct

[#721] Add neural_networks package

It provides a pool of compiled networks to the packages using them.

Issue-Id: SCM-2176
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: If52ebff100eb895ef38c526bee85c40d3b8a0ca6

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* update documents

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* add a description about errors of the setup script

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Nikolai Morin <nikolai.morin@apex.ai>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
* chore: sync issue and PR templates

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* sync sync-files.yaml

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update sync-files.yaml
* fix(deploy-docs): fix latest condition

Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>

* tmp: check variable

Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>

* Update .github/workflows/deploy-docs.yaml

Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>

* tmp: fix event name

Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>

* Revert "tmp: fix event name"

This reverts commit c65497d.

* Revert "tmp: check variable"

This reverts commit 5ccfa6c.

Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
* docs: add bus-odd arch discussion summary

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* fix name

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* update doc

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* fix typo

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* remove (NEW) tag

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* markdownlint

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Copy link
Collaborator

@isamu-takagi isamu-takagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kenji-miyake kenji-miyake merged commit 576a6bb into tier4/main Mar 16, 2022
@kenji-miyake kenji-miyake deleted the sync-upstream branch March 16, 2022 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants