what type of joint I need if I want to rotate on both x and y axis? [closed]
since "revolute" can only rotate on one axis..
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
since "revolute" can only rotate on one axis..
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.
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.
Asked: 2022-09-22 16:21:11 -0600
Seen: 83 times
Last updated: Sep 23 '22
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?
Significance of ros::spinOnce()
How to put Hokuyo laser sensor on p2os?