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
curl -L https://github.com/Slamtec/rplidar_sdk/archive/refs/tags/release/v1.12.0.tar.gz | tar xz
cd rplidar_sdk-release-v1.12.0/sdk
make
Bombs with
| ^~~~~~~~~~~~~
src/rplidar_driver.cpp: In member function ‘virtual u_result rp::standalone::rplidar::RPlidarDriverImplCommon::grabScanDataHq(rplidar_response_measurement_node_hq_t*, size_t&, _u32)’:
src/rplidar_driver.cpp:1824:26: error: narrowing conversion of ‘rp::hal::Event::EVENT_TIMEOUT’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
1824 | case rp::hal::Event::EVENT_TIMEOUT:
| ^~~~~~~~~~~~~
src/rplidar_driver.cpp: In member function ‘virtual u_result rp::standalone::rplidar::RPlidarDriverImplCommon::startMotor()’:
src/r
But
git clone https://github.com/Slamtec/rplidar_sdk.git
cd rpilidar_sdk
make
Works on the same Ubuntu machine.
The text was updated successfully, but these errors were encountered:
Bombs with
But
Works on the same Ubuntu machine.
The text was updated successfully, but these errors were encountered: