Skip to content

Commit 56d985f

Browse files
awf-autoware-bot[bot]github-actions
and
github-actions
authored
chore: sync files (#354)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
1 parent 0ee84d5 commit 56d985f

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- galactic
1112
paths:
1213
- mkdocs.yaml
1314
- "**/*.md"

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ repos:
4141
hooks:
4242
- id: yamllint
4343

44+
- repo: https://github.com/autowarefoundation/autoware-guideline-check
45+
rev: 0.1.0
46+
hooks:
47+
- id: check-package-depends
48+
4449
- repo: https://github.com/tier4/pre-commit-hooks-ros
4550
rev: v0.10.0
4651
hooks:

autoware_core/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
<exec_depend>autoware_core_control</exec_depend>
1818
<exec_depend>autoware_core_localization</exec_depend>
1919
<exec_depend>autoware_core_map</exec_depend>
20+
<exec_depend>autoware_core_perception</exec_depend>
2021
<exec_depend>autoware_core_planning</exec_depend>
2122
<exec_depend>autoware_core_sensing</exec_depend>
23+
<exec_depend>autoware_core_vehicle</exec_depend>
24+
<exec_depend>autoware_global_parameter_loader</exec_depend>
2225
<exec_depend>rviz2</exec_depend>
2326

2427
<test_depend>ament_lint_auto</test_depend>

mkdocs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ markdown_extensions:
9595
- name: mermaid
9696
class: mermaid
9797
format: !!python/name:pymdownx.superfences.fence_code_format
98-
- pymdownx.tasklist:
99-
custom_checkbox: true
10098
- toc:
10199
permalink: "#"
102100
toc_depth: 3

perception/autoware_core_perception/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1515
<buildtool_depend>autoware_cmake</buildtool_depend>
1616

17+
<exec_depend>autoware_ground_filter</exec_depend>
1718
<exec_depend>autoware_vehicle_velocity_converter</exec_depend>
1819

1920
<test_depend>ament_lint_auto</test_depend>

0 commit comments

Comments
 (0)