You have several options:
-
To build YDLidar SDK your computer, start by reviewing the README.md
-
To install and build YDLIDAR SDK on a robot Project, go to: YDLIDAR SDK quick start.
Sending a pull request is simple.
- Fork the YDLidar-SDK Repository into your GitHub.
- Create a Developer Branch in your Repository.
- Commit your change in your Developer Branch.
- Send the pull request from your GitHub Repository Webpage.
Follow these steps:
-
install swig:
sudo apt-get install swig
-
build sdk:
pyhton setup.py build
-
install sdk:
pyhton setup.py install
More General FAQs to follow.