Skip to content

Commit 99b3a26

Browse files
committed
change diagnostic frequency from 0.2hz to 1hz
1 parent a3befb3 commit 99b3a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_robot_driver/src/ros/hardware_interface_node.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ int main(int argc, char** argv)
204204

205205
long debug_loops = 0;
206206

207-
// Debug timing printout every 5 seconds
208-
const std::chrono::seconds debug_timing_period{5};
207+
// Debug timing printout every 1 second
208+
const std::chrono::seconds debug_timing_period{1};
209209
std::chrono::steady_clock::time_point debug_timing_start = std::chrono::steady_clock::now();
210210

211211
// Run as fast as possible

0 commit comments

Comments
 (0)