Cartesian impedance using multiple joints

asked 2017-05-24 04:54:33 -0500

Florian_W gravatar image

My idea is to create a Cartesian spring-damper system. Since there is no generic 6-DoF joint with stiffness and damping, I tried to proceed as follows:

Three prismatic joints (x,y,z) in a row, followed by three rotational joints in a row (rz, ry, rx). Since there needs to be a link in-between two joints, I added dummy links between each pair of joints.

The issue is that these dummy links need to have a non-zero mass and thus distort the desired behavior. I assume that extremely small dummy masses might be an unwise thing to do.

Does anyone know of a solution that doesn't require a link between two joints?. Could a behavior like this be implemented in a plugin without extensive efforts? Are there alternative promising approaches to my problem setting?

edit retag flag offensive close merge delete

Comments

I'm working on a similar problem as of currently. I've created a 'sphere joint' using three orthogonal revolute joints connected by dummy links, and a gazebo plugin to apply joint torques of magnitude proportional to the joint angle. Did you ever find a solution?

JeremySMorgan gravatar imageJeremySMorgan ( 2018-11-16 17:46:55 -0500 )edit