Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-s-sdk into develop

This commit is contained in:
TinyO
2019-07-23 16:47:03 +08:00
123 changed files with 833 additions and 307 deletions

View File

@@ -48,8 +48,10 @@ int main(int argc, char *argv[]) {
auto info = api->GetCameraROSMsgInfoPair();
if (info && !info->isEmpty())
std::cout << "ROSMsgInfoPair:"<< std::endl << *info << std::endl;
if (info && !info->isEmpty()) {
LOG(INFO) << "ROSMsgInfoPair:";
LOG(INFO) << *info;
}
return 0;
}