Skip to content

Commit

Permalink
Fixed incorrect method setArmIKEnabled call
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Dec 1, 2023
1 parent 305b851 commit df5ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/MissionControlProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void MissionControlProtocol::handleEmergencyStopRequest(const json& j) {
}
// TODO: reinit motors
Globals::E_STOP = stop;
this->setArmIKEnabled();
this->setArmIKEnabled(false);
}

static bool validateOperationModeRequest(const json& j) {
Expand Down

0 comments on commit df5ba22

Please sign in to comment.