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

feat: apply autoware prefix for component_state_monitor and its dependencies #9961

Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bdc58f8
feat: apply `autoware_` prefix for following packages:
sasakisasaki Jan 19, 2025
bb3895f
fix(topic_state_monitor): organize header file paths
sasakisasaki Jan 19, 2025
76152cc
rename: as follows (see below):
sasakisasaki Jan 19, 2025
29ad95f
style(pre-commit): autofix
pre-commit-ci[bot] Jan 19, 2025
086cbd2
bug: revert wrongly updated copyrights
sasakisasaki Jan 21, 2025
0adb2d1
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
sasakisasaki Jan 21, 2025
de27e5d
bug: `autoware_` prefix is not needed here
sasakisasaki Jan 21, 2025
01f9118
bug: fix dependency bugs
sasakisasaki Jan 21, 2025
2f85294
update(autoware_diagnostic_graph_aggregator): `README.md`
sasakisasaki Jan 21, 2025
7fe4117
update: `CODEOWNERS`
sasakisasaki Jan 21, 2025
16a6c44
Merge branch 'feat-apply-autoware-prefix-for-system-component-state-m…
sasakisasaki Jan 21, 2025
c493425
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
sasakisasaki Jan 22, 2025
c548269
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
sasakisasaki Jan 22, 2025
2dd72c5
bug(autoware_system_diagnostic_monitor): fix a wrongly renamed one
sasakisasaki Jan 22, 2025
232ab7c
Merge branch 'feat-apply-autoware-prefix-for-system-component-state-m…
sasakisasaki Jan 22, 2025
ade2308
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
isamu-takagi Jan 23, 2025
3453816
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
sasakisasaki Jan 23, 2025
ea3888b
Merge branch 'feat-apply-autoware-prefix-for-system-component-state-m…
sasakisasaki Jan 23, 2025
40f41a5
fix recursive launch include
isamu-takagi Jan 23, 2025
78c840a
Merge branch 'feat-apply-autoware-prefix-for-system-component-state-m…
isamu-takagi Jan 23, 2025
bee8309
fix node name
isamu-takagi Jan 23, 2025
ac2fb89
fix component plugin
isamu-takagi Jan 23, 2025
2b78732
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
sasakisasaki Jan 23, 2025
f564b2b
docs: add autoware_ prefix to componet_state_monitor in docs
mitsudome-r Jan 24, 2025
3768aa9
fix: add autoware_ prefix to diagnostic_graph_aggregator for the rema…
mitsudome-r Jan 24, 2025
f7c9c25
docs(autoware_system_diagnostic_monitor): add autoware_ prefix to the…
mitsudome-r Jan 24, 2025
e5a3b42
docs(autoware_topic_state_monitor): add autoware_ prefix to the packa…
mitsudome-r Jan 24, 2025
1ec5ee1
Fixed namespace
SakodaShintaro Jan 24, 2025
1e02907
Merge remote-tracking branch 'origin' into feat-apply-autoware-prefix…
SakodaShintaro Jan 24, 2025
0ceea02
Merge remote-tracking branch 'origin' into feat-apply-autoware-prefix…
SakodaShintaro Jan 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feat-apply-autoware-prefix-for-system-compon…
…ent-state-monitor-and-its-dependencies
sasakisasaki authored Jan 22, 2025
commit c54826909969359468cf8e436408054c7522f9be
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -210,7 +210,7 @@ simulator/vehicle_door_simulator/** isamu.takagi@tier4.jp
system/autoware_component_monitor/** baris@leodrive.ai memin@leodrive.ai yavuz@leodrive.ai
system/autoware_default_adapi/** isamu.takagi@tier4.jp ryohsuke.mitsudome@tier4.jp yukihiro.saito@tier4.jp
system/autoware_processing_time_checker/** kosuke.takeuchi@tier4.jp takayuki.murooka@tier4.jp
system/bluetooth_monitor/** fumihito.ito@tier4.jp
system/autoware_bluetooth_monitor/** fumihito.ito@tier4.jp junya.sasaki@tier4.jp
system/autoware_component_state_monitor/** isamu.takagi@tier4.jp junya.sasaki@tier4.jp
system/default_ad_api_helpers/ad_api_adaptors/** isamu.takagi@tier4.jp ryohsuke.mitsudome@tier4.jp yukihiro.saito@tier4.jp
system/default_ad_api_helpers/ad_api_visualizers/** isamu.takagi@tier4.jp ryohsuke.mitsudome@tier4.jp yukihiro.saito@tier4.jp

Unchanged files with check annotations Beta

} // namespace autoware::component_state_monitor
#include <rclcpp_components/register_node_macro.hpp>
RCLCPP_COMPONENTS_REGISTER_NODE(autoware::component_state_monitor::StateMonitor)

Check warning on line 135 in system/autoware_component_state_monitor/src/main.cpp

Codecov / codecov/patch

system/autoware_component_state_monitor/src/main.cpp#L135

Added line #L135 was not covered by tests
} // namespace autoware::diagnostic_graph_aggregator
#include <rclcpp_components/register_node_macro.hpp>
RCLCPP_COMPONENTS_REGISTER_NODE(autoware::diagnostic_graph_aggregator::AggregatorNode)

Check warning on line 103 in system/autoware_diagnostic_graph_aggregator/src/node/aggregator.cpp

Codecov / codecov/patch

system/autoware_diagnostic_graph_aggregator/src/node/aggregator.cpp#L103

Added line #L103 was not covered by tests
std::cerr << "usage: plantuml <path>" << std::endl;
return 1;
}
autoware::diagnostic_graph_aggregator::dump_root(argv[1]);

Check warning on line 51 in system/autoware_diagnostic_graph_aggregator/src/tool/plantuml.cpp

Codecov / codecov/patch

system/autoware_diagnostic_graph_aggregator/src/tool/plantuml.cpp#L51

Added line #L51 was not covered by tests
}
std::cerr << "usage: tree <path>" << std::endl;
return 1;
}
autoware::diagnostic_graph_aggregator::dump_root(argv[1]);

Check warning on line 71 in system/autoware_diagnostic_graph_aggregator/src/tool/tree.cpp

Codecov / codecov/patch

system/autoware_diagnostic_graph_aggregator/src/tool/tree.cpp#L71

Added line #L71 was not covered by tests
}
} // namespace autoware::topic_state_monitor
#include <rclcpp_components/register_node_macro.hpp>
RCLCPP_COMPONENTS_REGISTER_NODE(autoware::topic_state_monitor::TopicStateMonitorNode)

Check warning on line 211 in system/autoware_topic_state_monitor/src/topic_state_monitor_core.cpp

Codecov / codecov/patch

system/autoware_topic_state_monitor/src/topic_state_monitor_core.cpp#L211

Added line #L211 was not covered by tests
You are viewing a condensed version of this merge commit. You can view the full changes here.