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/add timing violation monitor debug msgs #75

Draft
wants to merge 4 commits into
base: tier4/universe
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions tier4_system_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/ServiceLog.msg"
"msg/ModeChangeAvailable.msg"
"msg/MrmBehaviorStatus.msg"
"msg/MessageTrackingTag.msg"
"msg/timing_violation_monitor_debug/TimingViolationMonitorCbLatency.msg"
"msg/timing_violation_monitor_debug/TimingViolationMonitorCommand.msg"
"msg/timing_violation_monitor_debug/TimingViolationMonitorInfos.msg"
"msg/timing_violation_monitor_debug/TimingViolationMonitorPathInfos.msg"

"srv/OperateMrm.srv"
"srv/ChangeOperationMode.srv"
"srv/ChangeAutowareControl.srv"
Expand Down
1 change: 1 addition & 0 deletions tier4_system_msgs/msg/MessageTrackingTag.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
std_msgs/Header header
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
string cb_name
int32 cb_count
float64 cb_min
float64 cb_max
float64 cb_ave
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
std_msgs/Header header

string command
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
std_msgs/Header header

TimingViolationMonitorPathInfos[] path_info
TimingViolationMonitorCbLatency[] cb_latency
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
string path_name
string topic
int32 valid_topic_count
int32 discard_topic_count
int32 completed_count
int32 deadline_miss_count
int32 false_deadline_miss_count
int32 presumed_deadline_miss_count
int32 response_count
float64 response_time_min
float64 response_time_ave
float64 response_time_max
int32 too_long_response_count
float64 too_long_response_time_min
float64 too_long_response_time_ave
float64 too_long_response_time_max
float64 hz_min
float64 hz_ave
float64 hz_max
float64 sub_min
float64 sub_ave
float64 sub_max
#
int32 path_i
int32 cur_j
int32 completed_j
builtin_interfaces/Time r_i_j_1_stamp
float64 r_i_j_1_float
float64 r_i_j_float