Compare commits

...

1 Commits

Author SHA1 Message Date
JaeyoungLim 70ed3feaf2 Add camera capture topic advertising to constructor 2022-10-07 18:54:38 +02:00
@@ -42,6 +42,8 @@ CameraFeedback::CameraFeedback() :
if (_p_cam_cap_fback != PARAM_INVALID) {
param_get(_p_cam_cap_fback, (int32_t *)&_cam_cap_fback);
}
_capture_pub.advertise();
}
bool
@@ -52,8 +54,6 @@ CameraFeedback::init()
return false;
}
_capture_pub.advertise();
return true;
}