Skip to content

Commit 24547b2

Browse files
authored
Update README.md
1 parent 402c67b commit 24547b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ shoulder.write(min(180, max(0, shoulderAngle)));
114114
elbow.write(min(180, max(0, elbowAngle + 90)));
115115
wrist.write(min(180, max(0, wristAngle + 90)));
116116
```
117-
As you can see, the servos are clamped between 0 and 180 degrees. Moreover, the elbow and wrist servos are rotated 90 degrees. This makes it possible for the elbow and wrist joints to point down while keeping a positive angle. All angles under 90 degrees will make the joint point down while all angles above 90 degrees will make the joint point up. We are not doing this for the should er joint in this case, because we want it to be able to point backwards and forwards along the surface, e.g. a table.
117+
As you can see, the servos are clamped between 0 and 180 degrees. Moreover, the elbow and wrist servos are rotated 90 degrees. This makes it possible for the elbow and wrist joints to point down while keeping a positive angle. All angles under 90 degrees will make the joint point down while all angles above 90 degrees will make the joint point up. We are not doing this for the shoulder joint in this case, because we want it to be able to point backwards and forwards along the surface, e.g. a table.
118118

119119
Installation
120120
------------

0 commit comments

Comments
 (0)