Skip to content

Commit 9b88914

Browse files
Update README.md
1 parent 4435929 commit 9b88914

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
@@ -692,7 +692,7 @@ motion = CartesianMotion(Affine([0.0, 0.0, 0.1]), ReferenceType.Relative) # Mov
692692
# It is important that the reaction motion uses the same control mode as the original motion.
693693
# Hence, we cannot register a JointMotion as a reaction motion to a CartesianMotion.
694694
# Move up for 1cm
695-
reaction_motion = CartesianMotion(Affine([0.0, 0.0, 0.01]), ReferenceType.Relative)
695+
reaction_motion = CartesianMotion(Affine([0.0, 0.0, -0.01]), ReferenceType.Relative)
696696

697697
# Trigger reaction if the Z force is greater than 30N
698698
reaction = Reaction(Measure.FORCE_Z > 30.0, reaction_motion)

0 commit comments

Comments
 (0)