ROS Controlled Linear Actuator (Prismatic Joint) Moving Dependent Joints
Hello,
I'm fairly new to ROS and Gazebo, i'm currently trying to make a custom ROS robot and simulate it in Gazebo.
Is it possible to have a prismatic joint (linear actuator) move other dependent joints?
C:\fakepath\SliderCrankMech.png
For example in the picture. I'd like to replace (a) with a linear actuator moving the other links/joints pivoting around points (b) and (c).
Any help would be appreciated!
Thank you!
Asked by chenga on 2020-09-24 05:52:46 UTC
Answers
SDF supports closed kinematics structures but URDF (ROS) not, so to answer your question:
Is it possible to have a prismatic joint (linear actuator) move other dependent joints?
Yes, it is possible but to integrate URDF's you will need a workaround as there is no direct solution.
Refer to these posts:
https://answers.gazebosim.org/question/3571/joints-forming-a-closed-loop-of-linkages-parallel-linkages-with-sdf/?answer=22483#post-id-22483
https://answers.gazebosim.org/question/7308/parallel-robots-implementing-close-kinematic-chains/
Asked by Roberto Z. on 2020-09-24 08:41:17 UTC
Comments