Commit 90dfb91
github-actions
feat(pitch_checker): replace autoware_universe_utils with autoware_utils_tf
Migrates TransformListener usage from autoware_universe_utils to
autoware_utils_tf as part of the autoware_universe_utils deprecation
tracked in autowarefoundation/autoware_universe#12376.
Changes:
- package.xml: swap autoware_universe_utils -> autoware_utils_tf dependency
- include/pitch_checker/pitch_checker.hpp: swap header + namespace
- src/pitch_checker_node.cpp: swap namespace in make_shared
Signed-off-by: github-actions <github-actions@github.com>1 parent 753a173 commit 90dfb91
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- vehicle/pitch_checker
- include/pitch_checker
- src
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments