When discussing the joints on Stretch, it's common to refer to the pitch/roll/yaw joints at the end of the robot's arm as the robot's "wrist". I think it would be nice to extend this nomenclature into the code as robot.wrist. For example:
We wouldn't have to get rid of r.end_of_arm. It would continue to be available. The only change would be to set an additional attribute called wrist to the tool class that end_of_arm is pointing to.
When discussing the joints on Stretch, it's common to refer to the pitch/roll/yaw joints at the end of the robot's arm as the robot's "wrist". I think it would be nice to extend this nomenclature into the code as
robot.wrist
. For example:We wouldn't have to get rid of
r.end_of_arm
. It would continue to be available. The only change would be to set an additional attribute calledwrist
to the tool class thatend_of_arm
is pointing to.