Skip to content

Commit

Permalink
Actually send zero velocities to CMC
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jun 22, 2024
1 parent de8df68 commit 795f3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/keyboardController/KeyboardController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ void KeyboardController::incrementOrDecrementCartesianVelocity(cart coord, func
}
else
{
iCartesianControl->twist(currentCartVels); // disable CMC
iCartesianControl->movv(currentCartVels);
}
}
else
Expand Down

0 comments on commit 795f3d7

Please sign in to comment.