Closed SakodaShintaro closed 1 hour ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 28.90%. Comparing base (
19364ff
) to head (098f205
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
There is a tool for visualizing
processing_time_ms
inautoware_tools
.However,
autoware_ekf_localizer
currently does not publish the required topic. To use the above tools, a node needs to publish a topic with the typetier4_debug_msgs::msg::Float64Stamped
and the nameprocessing_time_ms
.Therefore, this pull request adds a
processing_time_ms
publisher toautoware_ekf_localizer
.How was this PR tested?
planning_simulator
with sample_maplogging_simulator
with sample_rosbaglogging_simulator
with awsim_gt_data(TIER IV INTERNAL)e2e_simulator
with AWSIM v1.3.0system_performance_plotter
and
The
result
directory is generated at current directory.Notes for reviewers
None.
Interface changes
Topic changes
Additions and removals
~/debug/processing_time_ms
tier4_debug_msgs::msg::Float64Stamped
Effects on system behavior
None.