Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Oct 24, 2024
1 parent cbb20c9 commit 3e76aa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export const RELEASE_GRIPPER_JAW: CreateCommand = {
intent: 'fixit',
}

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

0 comments on commit 3e76aa1

Please sign in to comment.