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

How to add 2 revolute joints (universal joint) in between 2 links in urdf? [closed]

asked 2022-01-25 05:49:39 -0500

aarsh_t gravatar image

updated 2022-01-25 05:50:23 -0500

I wanted to know if it is possible to add 2 revolute joints at same location in between 2 links. I was just curious to know how to design human shoulder and arm, as it has multiple DoF at several joints.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by aarsh_t
close date 2022-03-22 09:20:18.196885

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-01-25 08:17:27 -0500

osilva gravatar image

updated 2022-01-25 08:19:15 -0500

Hi @aarsh_t, I took this example from NAO URDF description as an example of a shoulder with 2 revolute joints for one possible solution: https://github.com/ros-naoqi/nao_robo...

Notice there are 2 joints of type revolute: RShoulderPitch and RShoulderRoll for the right shoulder.

  • RShoulderPitch joint with parent torso and child RShoulder

  • RShoulderRoll joint with parent RShoulder and child RBicep

edit flag offensive delete link more

Comments

I see, I was rather looking for something like universal joint at one point with only 2 links rather than adding one extra link in between because I already have model with kind of ball-socket joint. During my search I found out it is not possible to have 2 perpendicular axis joint in gazebo for the same links.

aarsh_t gravatar image aarsh_t  ( 2022-01-26 00:01:21 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-01-25 05:49:39 -0500

Seen: 521 times

Last updated: Jan 25 '22