Skip to content

Commit

Permalink
Sends ik arm status on arm ik enable fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Dec 8, 2023
1 parent a1dfec7 commit bf57723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network/MissionControlProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void MissionControlProtocol::handleRequestArmIKEnabled(const json& j) {
} else {
// unable to enable IK
LOG_F(WARNING, "Unable to enable IK");
this->sendArmIKEnabledReport();
}
}
} else {
Expand Down

0 comments on commit bf57723

Please sign in to comment.