高附加值作物的智能表型测定系统——基于新型绳驱并联机器人
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
高附加值作物的智能表型测定系统——基于新型绳驱并联机器人
flowchart LR
interface("interface service") <-.-> machine("machine service")
interface <-.-> user("user service")
interface <-.images.-> capture("capture service")
machine("machine service") <-.images.-> capture
machine("machine service") <-.-> robot("robot")
subgraph Data Base
machinedb[("machine db")]
userdb[("user db")]
end
subgraph OSS
ali-oss(("ali-oss"))
end
user <-.user info.-> userdb
machine <-.machine info and log.-> machinedb
machine -.images.-> ali-oss