maximeadjigble / grasplocomo

Robotic grasp generation C/C++ library for parallel-jaw grippers
BSD 3-Clause "New" or "Revised" License
16 stars 2 forks source link

Add git submodules for third party libraries + added some missing headers. #3

Closed kristianmk closed 2 years ago

kristianmk commented 2 years ago

I did not update the readme with detailed git submodule instructions, but the easy way is one of:

  1. Clone with the option --recurse-submodules
  2. Clone normally, then run git submodule init and git submodule update afterwards.

Git submodule documentation is available here: https://git-scm.com/book/en/v2/Git-Tools-Submodules

maximeadjigble commented 2 years ago

Thanks Kristian, just tested your branch, will integrate it with the main branch later this week

mvnnaresh commented 2 years ago

Tested and merged changes