Rhoban / onshape-to-robot

Converting OnShape assembly to robot definition (SDF or URDF) through OnShape API
MIT License
237 stars 55 forks source link

Add instructions for using debugpy #68

Closed rsinnet closed 2 years ago

rsinnet commented 2 years ago

Add debugging instructions for developers.

Gregwar commented 2 years ago

I think we should mention the requirements.txt that is needed when we don't use the python wheel here.

However, I am not sure explaining how to use debugging with Python is relevant for this project, maybe we can simply link to an external tutorial since I think this is very common and general ?

rsinnet commented 2 years ago

I think we should mention the requirements.txt that is needed when we don't use the python wheel here.

However, I am not sure explaining how to use debugging with Python is relevant for this project, maybe we can simply link to an external tutorial since I think this is very common and general ?

That sounds fine to me. I can close this PR.

Gregwar commented 2 years ago

I think a development section on the doc is a good idea though, where we explain how to setup the tool using requirements.txt instead of setup.py and using the modules instead of entry points

Gregwar commented 2 years ago

Will you open another PR or may I write something about that in the documentation ?