We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error at livox_lidar_rmc_time_sync sample for Windows due to is_quite_ is undefined. The correct variable name is is_quit_
livox_lidar_rmc_time_sync
is_quite_
is_quit_
Build error message by Visual Studio 2019 is shown below.
Livox-SDK2\samples\livox_lidar_rmc_time_sync\win\synchro.cpp(32): error C2065: 'is_quite_': 定義されていない識別子です
And file location is here.
Livox-SDK2/samples/livox_lidar_rmc_time_sync/win/synchro.cpp
Line 32 in dc361aa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build error at
livox_lidar_rmc_time_sync
sample for Windows due tois_quite_
is undefined. The correct variable name isis_quit_
Build error message by Visual Studio 2019 is shown below.
And file location is here.
Livox-SDK2/samples/livox_lidar_rmc_time_sync/win/synchro.cpp
Line 32 in dc361aa
The text was updated successfully, but these errors were encountered: