ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Joint with three degrees of freedom URDF

asked 2017-05-17 02:50:11 -0500

Kaonashi gravatar image

I am currently trying to attach a caster to my robot. Therefore I need a continuous joint with three degrees of freedom. This is my URDF file. As you can see I tried to stack two continuous joints after each other. Unfortunately, when I try to manipulate them in Rviz I can only see changes in the second joint (base_to_caster2).
Does anybody know how to implement revolute joints with more than one degree of freedom properly?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-05-18 05:06:36 -0500

Kaonashi gravatar image

I was able to solve my problem with a workaround by setting mu1, mu2 to zero and slip1, slip2 to one for the caster. This means, that there will be no friction between the ground and the caster.
Anyway, I am still interested in my initial question. How do I implement a joint with two rotational degrees of freedom? I think this will be relevant for me in the future, since I want to experiment as well with a robotic arm in ROS.

edit flag offensive delete link more

Comments

5 years later I'm still interested in this if someone has an answer

tnajjar gravatar image tnajjar  ( 2022-02-19 11:04:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-05-17 02:50:11 -0500

Seen: 474 times

Last updated: May 18 '17