What is joint? #55
Answered
by
YoruCathy
Qiandao-Liu
asked this question in
Help - Programming
-
I was wondering what are joints for robot? is it the gripper position or the position between gripper and arm? |
Beta Was this translation helpful? Give feedback.
Answered by
YoruCathy
Apr 27, 2024
Replies: 1 comment 3 replies
-
Joint means the actuable parts on the robot. Every part that can move is a joint. For example the Stretch robot has a joint in the connector of the gripper and arm, and also multiple joints on the arm itself that can expand and contract. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The joint position is basically a list with num_joint elements, each stands for a joint position for a joint, starting from the robot base. It's not like a robot that has its own ID.