You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cloned the repo and tried to build it.
It failed with: Onboard-SDK/osdk-wrapper/src/LinuxCamera.cpp:173:52: error: ‘fabs’ was not declared in this scope
Adding #include <math.h> in Onboard-SDK/osdk-wrapper/src/LinuxCamera.cpp solves the issue for me
The text was updated successfully, but these errors were encountered:
…evelop
* commit 'c3b5684965168769c06ea806cd99c8a3547c37e2':
New: mop client sample
fix:adapt the sample impl for the api impl
feat:mop server and client sample impl
I just cloned the repo and tried to build it.
It failed with:
Onboard-SDK/osdk-wrapper/src/LinuxCamera.cpp:173:52: error: ‘fabs’ was not declared in this scope
Adding
#include <math.h>
in Onboard-SDK/osdk-wrapper/src/LinuxCamera.cpp solves the issue for meThe text was updated successfully, but these errors were encountered: