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've noticed the check for define _MACOS was not enough to auto detect macos, so I've changed to #elif defined(__APPLE__)
But then I found some errors due to non existent function
grabScanData
Looking for the objects I changed to grabScanDataHq, and rplidar_response_measurement_node_t -> rplidar_response_measurement_node_hq_t
I've noticed the check for define _MACOS was not enough to auto detect macos, so I've changed to
#elif defined(__APPLE__)
But then I found some errors due to non existent function
grabScanData
Looking for the objects I changed to grabScanDataHq, and rplidar_response_measurement_node_t -> rplidar_response_measurement_node_hq_t
and found the members are invalid
but I don't know if they are equivalent now
after this changes I had to change
to
Is this right? or you will put back grabScanData ? thank you
The text was updated successfully, but these errors were encountered: