roboticslab-uc3m / textiles

Research on algorithms for garment perception, manipulation...
http://roboticslab.uc3m.es/roboticslab/robottypeandapp/robotic-laundry-assistant
12 stars 3 forks source link

Document dependencies #31

Open David-Estevez opened 7 years ago

David-Estevez commented 7 years ago

The whole project is missing dependencies (see #24 or #37 for instance). There are two main kinds of dependency here, Python-related and C++-related.

The main C++-related dependencies are:

The main Python-related dependencies are:

Since #18 , maybe the best thing to do is document the requirements per module.

David-Estevez commented 7 years ago

I have edited the original issue comment to include all dependencies I can think of, as well as to reflect the new related #37.

David-Estevez commented 7 years ago

I have started documenting all these dependencies in a fork of the organization installation guides. Right now, the following dependencies are documented:

David-Estevez commented 7 years ago

Related to this issue, I have found the steps I followed to install PCL+CUDA in my PC (although the steps might differ with other hardware...): https://david-estevez.gitbooks.io/install-guides/content/01_pcl_cuda.html

David-Estevez commented 7 years ago

I have added the link to my guide for PCL+CUDA to a fork of the organization installation guides.

I have also documented how to install (in the installation guides):

David-Estevez commented 7 years ago

This thread contains useful clues about how to finally close this issue.