- Fork this repository.
- Add up the new haptic device plugin within the drivers directory following the guidelines you can figure out from the existing drivers.
- Detail within the corresponding section of the
README.md
file the instructions to install the new driver on different platforms. - Report your name along with your responsabilities within the
README.md
file. - Add
add_subdirectory(new_driver)
cmake directive in thedrivers/CMakeLists.txt
file. - Carry out extensive tests.
- Make the pull request.