Skip to content

高附加值作物的智能表型测定系统——基于新型绳驱并联机器人

Notifications You must be signed in to change notification settings

ynu-e-young/htp-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Deploy


htp-platform

高附加值作物的智能表型测定系统——基于新型绳驱并联机器人
Explore the docs »

View Demo · Report Bug · Request Feature

Description

高附加值作物的智能表型测定系统——基于新型绳驱并联机器人

Details

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
	
Loading