Open GasserJC opened 3 years ago
same issue
@GasserJC did you manage to solve this issue by any chance ?
@VictorConscience I believe flynn248 at this repo resolved it.
https://github.com/JacSchn/5G-Beamforming-from-Visual-and-Lidar-Rendering
I fixed it by changing
https://github.com/Slamtec/rplidar_sdk/blob/babe753f39f16f4c6a6dec2c33b4ed541ca0e502/sdk/include/rplidar.h#L38
to
#include "../src/hal/types.h"
Here is what happens when I run Make, After this, I add the include directory in my source code, and the sdk runs into a hal/types.h error - stating this is not being linked during the linkage of the files. I also attempting referencing all sdk src files within the g++ compilation and this does not help.
if I write a file:
main.cpp:
I receive: