Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created June 10, 2018 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfeidau/3f74757dcbef001ec98af3e0a7211f61 to your computer and use it in GitHub Desktop.
Save wolfeidau/3f74757dcbef001ec98af3e0a7211f61 to your computer and use it in GitHub Desktop.
Building ydlidar SDK
apt install git cmake g++ gcc
git clone https://github.com/EAIBOT/ydlidar
cd ydlidar/sdk
cmake .
make -j4
samples/ydlidar_test /dev/ttyUSB0 128000 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment