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

what type of joint I need if I want to rotate on both x and y axis? [closed]

asked 2022-09-22 16:21:11 -0500

Yibin gravatar image

since "revolute" can only rotate on one axis..

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by shonigmann
close date 2022-09-26 19:06:33.084891

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-09-23 07:04:26 -0500

Mike Scheutzow gravatar image

As far as I know, that feature is not supported by either ros or gazebo. The closest solution you can get that works in ros is to use two revolute joints connected by a short link.

edit flag offensive delete link more

Comments

got it Thanks a lot sir!!

Yibin gravatar image Yibin  ( 2022-09-23 21:30:48 -0500 )edit

even though this is a ROS question, for reference, gazebo does support universal joints (e.g. x-y free, z constrained) and ball joints (xyz free), but this is SDF only. for URDF models, you can add concentric revolute/continuous joints as mentioned.

shonigmann gravatar image shonigmann  ( 2022-09-26 19:05:46 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-09-22 16:21:11 -0500

Seen: 48 times

Last updated: Sep 23 '22