-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problems about using reflex in Gazebo #38
Comments
Hello, |
@Deastan |
@Deastan our lab uses the ReFlex TakkTile hand in Gazebo simulation, and I would think a similar approach to what we did would also work for the ReFlex Plus. You can find our models here, and see it in action on my website. The main things you will have to change are:
Note that we currently do not model the flexing aspect of the distal joint and treat it as rigid. We hope to improve on that in the near future. I am also working on adding Gazebo modeling for the pressure sensors if you're interested in trying to use one of the hands with the TakkTile sensors. |
@adamconkey it's very nice of you to share the experience, I'll try it later. |
You will also be interested in the work from @mabelzhang. She had a working simulation of a beta version of the hand a while back: https://github.com/mabelzhang/tactile_triangles/tree/master/reflex_simulator/reflex_gazebo |
@adamconkey Thank you so much! |
@adamconkey Thank you very much to share what you did! I will try soon to do it! John |
Hello, Do you have an advice how I could do grasping with the simulation ? I have spawn a square and try to graps it.. but it doesn't work. I read a many thing on the web but I still don't have the right solution which at least can work. Thank you so much for your advice until now. |
@Deastan In what way does it not work? |
@adamconkey : |
@Deastan what physics engine are you using in Gazebo? We have also had this behavior using the default physics engine, which I believe is ODE. I would recommend trying DART. You have to build Gazebo from source but their instructions are quite good and they tell you how to enable the use of DART as the physics back-end in those instructions. Just note that you need DART installed before building Gazebo. The contact dynamics seem to be better for grasping in DART than ODE. Gazebo also supports Bullet but I don't believe I've ever tried it. |
Hi,
I'm a student working with reflex plus hand. My question is "Are there any method for me to simulate the reflex plus gripper in Gazbeo?"
I've checked the full_reflex_model.urdf.xacro file, it seems that we do not have a complete xacro:macro for the whole hand.
Could you help me?
Looking forward to your reply.
Thank you very much.
GeWei
The text was updated successfully, but these errors were encountered: