We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17adc35 commit b6b8eb8Copy full SHA for b6b8eb8
src/ob_camera_node.cpp
@@ -262,7 +262,7 @@ void OBCameraNode::getParameters() {
262
device_->timerSyncWithHost();
263
if (time_domain_ != "global") {
264
sync_host_time_timer_ =
265
- nh_private_.createTimer(ros::Duration(1800.0), [this](const ros::TimerEvent&) {
+ nh_private_.createTimer(ros::Duration(60.0), [this](const ros::TimerEvent&) {
266
if (device_) {
267
268
}
0 commit comments