Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
d86fb743c0
@ -94,7 +94,7 @@ func (this *ModuleRobot_MainLine) DoPipeline(robot IRobot) (err error) {
|
||||
return
|
||||
}
|
||||
break
|
||||
case 0, 3, 7:
|
||||
case 0, 2, 3, 5, 7:
|
||||
if _, errdata = robot.SendMessage("mainline", "levelpass", &pb.MainlineLevelPassReq{Level: conf.Id}); errdata != nil {
|
||||
err = errors.New(fmt.Sprintf("code:%d message:%s", errdata.Code, errdata.Message))
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user