Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Oct 24, 2024
1 parent 466d2c8 commit cbb20c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ const HOME_EXCEPT_PLUNGERS: CreateCommand = {
params: { axes: ['leftZ', 'rightZ', 'x', 'y'] },
}

// in case the gripper does not know the position after a stall/collision we must update the position.
const UPDATE_ESTIMATORS_EXCEPT_PLUNGERS: CreateCommand = {
commandType: 'unsafe/updatePositionEstimators' as const,
params: { axes: ['leftZ', 'rightZ', 'x', 'y'] },
Expand Down

0 comments on commit cbb20c9

Please sign in to comment.