新增四类连杆统一仿真接口
This commit is contained in:
@@ -122,7 +122,8 @@ json KinematicsWebAPI::dispatchCommand(const std::string &req_cmd, const json &r
|
||||
return handleSpcCommand(req_cmd, req_param);
|
||||
}
|
||||
|
||||
if (req_cmd == "Cmd_FourBar_CrankSlider" ||
|
||||
if (req_cmd == "Cmd_FourBar_Simulate" ||
|
||||
req_cmd == "Cmd_FourBar_CrankSlider" ||
|
||||
req_cmd == "Cmd_FourBar_CrankSlider_Simulate")
|
||||
{
|
||||
return handleFourBarCommand(req_cmd, req_param);
|
||||
|
||||
Reference in New Issue
Block a user