Skip to content

Commit b6b8eb8

Browse files
committed
The period of sync_host_time is changed to 60s
1 parent 17adc35 commit b6b8eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ob_camera_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void OBCameraNode::getParameters() {
262262
device_->timerSyncWithHost();
263263
if (time_domain_ != "global") {
264264
sync_host_time_timer_ =
265-
nh_private_.createTimer(ros::Duration(1800.0), [this](const ros::TimerEvent&) {
265+
nh_private_.createTimer(ros::Duration(60.0), [this](const ros::TimerEvent&) {
266266
if (device_) {
267267
device_->timerSyncWithHost();
268268
}

0 commit comments

Comments
 (0)