-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support for other gelsight-based sensors #1
Comments
Yes, our code can support the GelSight Mini sensor. But you need to modify something to adapt it. Here is the list: 1. mesh of the sensor surface 2.camera model (we apply fisheye camera model in our code). Then you can apply the method of system identification in our paper to infer the physical parameters of the sensor in the simulation. |
Hi, I would like to ask about the specific type of the tactile sensor used in the paper. Is it a variant of DenseTact? |
Thanks for your question, you can read our appendix A.6.1 for more details about the tactile sensor. |
Thank you for your reply. Actually, my question is that the GelSight sensor used in the paper seems to be different from other normal GelSight sensors with a flat surface. So the sensor you used is designed by yourselves, or refers to other papers? |
Hi, thanks for the question! Our sensor was designed and manufactured in the lab by one of our collaborators. Unfortunately, the design is not published as a paper yet. But our simulator can be used for sensors with flat surface, but you might need to generate the mesh model of the sensor elastomer and use the right camera model. |
Hi authors, I'm very impressed with your work and I'm interested in using your codebase with a GelSight Mini sensor. Would it be possible to adapt the code for this device? If so, could you offer some pointers on how to get started? Thanks!
The text was updated successfully, but these errors were encountered: