Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag robotiq_arg85_description via requirements.txt #3

Open
Wumpf opened this issue Apr 18, 2024 · 4 comments
Open

Drag robotiq_arg85_description via requirements.txt #3

Wumpf opened this issue Apr 18, 2024 · 4 comments

Comments

@Wumpf
Copy link
Member

Wumpf commented Apr 18, 2024

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

@02alexander
Copy link
Collaborator

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.

@Wumpf
Copy link
Member Author

Wumpf commented Apr 18, 2024

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?

@02alexander
Copy link
Collaborator

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?

@02alexander
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants