File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed
perception/autoware_core_perception Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
push :
9
9
branches :
10
10
- main
11
+ - galactic
11
12
paths :
12
13
- mkdocs.yaml
13
14
- " **/*.md"
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ repos:
41
41
hooks :
42
42
- id : yamllint
43
43
44
+ - repo : https://github.com/autowarefoundation/autoware-guideline-check
45
+ rev : 0.1.0
46
+ hooks :
47
+ - id : check-package-depends
48
+
44
49
- repo : https://github.com/tier4/pre-commit-hooks-ros
45
50
rev : v0.10.0
46
51
hooks :
Original file line number Diff line number Diff line change 17
17
<exec_depend >autoware_core_control</exec_depend >
18
18
<exec_depend >autoware_core_localization</exec_depend >
19
19
<exec_depend >autoware_core_map</exec_depend >
20
+ <exec_depend >autoware_core_perception</exec_depend >
20
21
<exec_depend >autoware_core_planning</exec_depend >
21
22
<exec_depend >autoware_core_sensing</exec_depend >
23
+ <exec_depend >autoware_core_vehicle</exec_depend >
24
+ <exec_depend >autoware_global_parameter_loader</exec_depend >
22
25
<exec_depend >rviz2</exec_depend >
23
26
24
27
<test_depend >ament_lint_auto</test_depend >
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ markdown_extensions:
95
95
- name : mermaid
96
96
class : mermaid
97
97
format : !!python/name:pymdownx.superfences.fence_code_format
98
- - pymdownx.tasklist :
99
- custom_checkbox : true
100
98
- toc :
101
99
permalink : " #"
102
100
toc_depth : 3
Original file line number Diff line number Diff line change 14
14
<buildtool_depend >ament_cmake_auto</buildtool_depend >
15
15
<buildtool_depend >autoware_cmake</buildtool_depend >
16
16
17
+ <exec_depend >autoware_ground_filter</exec_depend >
17
18
<exec_depend >autoware_vehicle_velocity_converter</exec_depend >
18
19
19
20
<test_depend >ament_lint_auto</test_depend >
You can’t perform that action at this time.
0 commit comments