| SourceCode/Bond/Servo/CMaster.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
SourceCode/Bond/Servo/CMaster.cpp
@@ -698,7 +698,7 @@ // Aligner -> Fliper(G2) // Aligner -> VacuumBake(G1) if (!rmd.armState[1]) { m_pActiveRobotTask = createTransferTask(pAligner, pFliper, primaryType, secondaryType, 2); m_pActiveRobotTask = createTransferTask(pAligner, pFliper, primaryType, secondaryType); if (m_pActiveRobotTask != nullptr) { m_pActiveRobotTask->pick(); std::string strDescription = m_pActiveRobotTask->getDescription();