mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 13:31:20 +00:00
Compare commits
2 Commits
7b8638aa03
...
4b30b8021f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b30b8021f | ||
|
|
344e91bce3 |
@@ -192,7 +192,7 @@ def main():
|
|||||||
args_dict["resources_mesh_config"] = resource_visualization.resource_model
|
args_dict["resources_mesh_config"] = resource_visualization.resource_model
|
||||||
start_backend(**args_dict)
|
start_backend(**args_dict)
|
||||||
server_thread = threading.Thread(target=start_server, kwargs=dict(
|
server_thread = threading.Thread(target=start_server, kwargs=dict(
|
||||||
open_browser=not args_dict["disable_browser"]
|
open_browser=not args_dict["disable_browser"], port=args_dict["port"],
|
||||||
))
|
))
|
||||||
server_thread.start()
|
server_thread.start()
|
||||||
asyncio.set_event_loop(asyncio.new_event_loop())
|
asyncio.set_event_loop(asyncio.new_event_loop())
|
||||||
@@ -201,10 +201,10 @@ def main():
|
|||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
else:
|
else:
|
||||||
start_backend(**args_dict)
|
start_backend(**args_dict)
|
||||||
start_server(open_browser=not args_dict["disable_browser"])
|
start_server(open_browser=not args_dict["disable_browser"], port=args_dict["port"],)
|
||||||
else:
|
else:
|
||||||
start_backend(**args_dict)
|
start_backend(**args_dict)
|
||||||
start_server(open_browser=not args_dict["disable_browser"])
|
start_server(open_browser=not args_dict["disable_browser"], port=args_dict["port"],)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
float64[] asp_vols
|
|
||||||
float64[] dis_vols
|
|
||||||
Resource[] reagent_sources
|
|
||||||
Resource[] targets
|
|
||||||
int32[] use_channels
|
|
||||||
float64[] flow_rates
|
|
||||||
geometry_msgs/Point[] offsets
|
|
||||||
float64[] liquid_height
|
|
||||||
float64[] blow_out_air_volume
|
|
||||||
string spread
|
|
||||||
bool is_96_well
|
|
||||||
int32 mix_time
|
|
||||||
int32 mix_vol
|
|
||||||
int32 mix_rate
|
|
||||||
float64 mix_liquid_height
|
|
||||||
string[] none_keys
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
float64 seconds
|
|
||||||
string msg
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
Resource[] targets
|
|
||||||
int32 mix_time
|
|
||||||
int32 mix_vol
|
|
||||||
float64 height_to_bottom
|
|
||||||
geometry_msgs/Point[] offsets
|
|
||||||
float64 mix_rate
|
|
||||||
string[] none_keys
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
Resource well
|
|
||||||
float64 dis_to_top
|
|
||||||
int32 channel
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
float64[] vols
|
|
||||||
Resource[] sources
|
|
||||||
Resource waste_liquid
|
|
||||||
int32[] use_channels
|
|
||||||
float64[] flow_rates
|
|
||||||
geometry_msgs/Point[] offsets
|
|
||||||
float64[] liquid_height
|
|
||||||
float64[] blow_out_air_volume
|
|
||||||
string spread
|
|
||||||
int32[] delays
|
|
||||||
bool is_96_well
|
|
||||||
float64[] top
|
|
||||||
string[] none_keys
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
Resource[] tip_racks
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
Resource[] targets
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
float64[] asp_vols
|
|
||||||
float64[] dis_vols
|
|
||||||
Resource[] sources
|
|
||||||
Resource[] targets
|
|
||||||
Resource[] tip_racks
|
|
||||||
int32[] use_channels
|
|
||||||
float64[] asp_flow_rates
|
|
||||||
float64[] dis_flow_rates
|
|
||||||
geometry_msgs/Point[] offsets
|
|
||||||
bool touch_tip
|
|
||||||
float64[] liquid_height
|
|
||||||
float64[] blow_out_air_volume
|
|
||||||
string spread
|
|
||||||
bool is_96_well
|
|
||||||
string mix_stage
|
|
||||||
int32[] mix_times
|
|
||||||
int32 mix_vol
|
|
||||||
int32 mix_rate
|
|
||||||
float64 mix_liquid_height
|
|
||||||
int32[] delays
|
|
||||||
string[] none_keys
|
|
||||||
---
|
|
||||||
bool success
|
|
||||||
---
|
|
||||||
# 反馈
|
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Bio
|
||||||
float64[] asp_vols
|
float64[] asp_vols
|
||||||
float64[] dis_vols
|
float64[] dis_vols
|
||||||
Resource[] sources
|
Resource[] sources
|
||||||
|
|||||||
Reference in New Issue
Block a user