Open Wumpf opened 7 months ago
It used to be a submodule but I thought I fixed that, what did I miss? The reason I copy pasted it is that I had to make a small modification to combine it with the Franka .xacro file, perhaps I could have let it be a separate URDF model and then log both of them, but I thought it would be nicest to have a single URDF file that could be loaded.
you didn't miss anything, it's not a submodule and I was trying to say it's good that way. But I think this could also be done via a pip git dependency, no?
I'm not familiar with using pip to install non-python packages. Is it possible to tell pip to download the repository and apply my patch?
Although I suppose that the patch was only needed when I was compiling the .xacro files, right now I just need access to the meshes
this repo embeds https://github.com/a-price/robotiq_arg85_description right now. Submodules are too hard to use (making the example setup longer) but this could also be dragged in via pip if I'm not mistaken