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
Thank you for your feedback. File "json.h" is required for an optional dockertests. We updated CMakeLists.txt to avoid this dependency. Please check out the update in branch feature/issue_update_2407xx and rebuild.
I am attempting to build the SDK to get the necessary files that are required to get the example working.
I have followed the instructions in the 'Build on Windows'; as well as the 'Build the shared library on Windows' sections.
Currently the project remains unbuildable.
The following error is preventing the full-build of sick_scan_xd :
cannot open source file "json/json.h"
The 'minimum_sick_scan_api_client' returns the following error
_**## WARNING SickScanApiLoadLibrary: LoadLibrary("sick_scan_xd_shared_lib.dll") failed
ERROR SickScanApiCreate: library not loaded
ERROR SickScanApi, cacheFunctionPtr(SickScanApiInitByCli): library not initialized
ERROR SickScanApi, cacheFunctionPtr(SickScanApiInitByCli): GetProcAddress failed
ERROR SickScanApiInitByCli: library call SickScanApiInitByCli() failed, error code 3
ERROR SickScanApi, cacheFunctionPtr(SickScanApiRegisterCartesianPointCloudMsg): library not initialized
ERROR SickScanApi, cacheFunctionPtr(SickScanApiRegisterCartesianPointCloudMsg): GetProcAddress failed
ERROR SickScanApiRegisterCartesianPointCloudMsg: library call SickScanApiRegisterCartesianPointCloudMsg() failed, error code 3**_
Likely due to the missing dll.
The text was updated successfully, but these errors were encountered: