Skip to content

Commit 66d6091

Browse files
committed
better diagnostic names
1 parent 97f0d1b commit 66d6091

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ur_robot_driver/src/ros/hardware_interface_node.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@ int main(int argc, char** argv)
199199
if (total_elapsed > debug_timing_period) {
200200
diagnostic_msgs::DiagnosticArray dia_array;
201201
diagnostic_msgs::DiagnosticStatus robot_status;
202-
robot_status.name = "Driver Timing";
202+
robot_status.name = "ur_hardware_interface: Overall health";
203203
robot_status.level = diagnostic_msgs::DiagnosticStatus::OK;
204-
robot_status.message = "Everything seems to be ok.";
204+
robot_status.message = "Looping";
205+
robot_status.hardware_id = "none";
205206

206207
diagnostic_msgs::KeyValue loop_durations_last;
207208
loop_durations_last.key = "Loop durations last (s)";

0 commit comments

Comments
 (0)