Skip to content

Commit

Permalink
apply markdownlint
Browse files Browse the repository at this point in the history
Signed-off-by: a-maumau <[email protected]>
  • Loading branch information
a-maumau committed Aug 2, 2024
1 parent 04f7a9c commit a5577dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoware_dependency_checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This package provides a script for checking whether each package's dependencies listed in a package.xml are used or not.
Currently, it mainly checks packages that start with `autoware_`.

### Depedency Checking
## Depedency Checking

The script will try to match the dependencies and the headers by reading the dependencies listed in package.xml and the included headers in the source files.

Expand All @@ -16,9 +16,9 @@ The following table shows the matching between dependency names and headers:
| autoware\_\*\_msgs | autoware\_\*\_msgs | For messages |
| autoware_other_pkg | autoware_other_pkg | E.g. autoware_lanelet2_extension |

# Usage
## Usage

```
```Text
# build
$ cd to/autoware_tools
$ colcon build --symlink-install --cmake-args --packages-up-to autoware_dependency_checker
Expand Down

0 comments on commit a5577dd

Please sign in to comment.