mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
Merge branch 'device_visualization' of https://github.com/q434343/Uni-Lab-OS into device_visualization
This commit is contained in:
@@ -49,7 +49,7 @@ conda env update --file unilabos-[YOUR_OS].yml -n environment_name
|
|||||||
|
|
||||||
# Currently, you need to install the `unilabos_msgs` package
|
# Currently, you need to install the `unilabos_msgs` package
|
||||||
# You can download the system-specific package from the Release page
|
# You can download the system-specific package from the Release page
|
||||||
conda install ros-humble-unilabos-msgs-0.9.2-xxxxx.tar.bz2
|
conda install ros-humble-unilabos-msgs-0.9.3-xxxxx.tar.bz2
|
||||||
|
|
||||||
# Install PyLabRobot and other prerequisites
|
# Install PyLabRobot and other prerequisites
|
||||||
git clone https://github.com/PyLabRobot/pylabrobot plr_repo
|
git clone https://github.com/PyLabRobot/pylabrobot plr_repo
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ conda env update --file unilabos-[YOUR_OS].yml -n 环境名
|
|||||||
|
|
||||||
# 现阶段,需要安装 `unilabos_msgs` 包
|
# 现阶段,需要安装 `unilabos_msgs` 包
|
||||||
# 可以前往 Release 页面下载系统对应的包进行安装
|
# 可以前往 Release 页面下载系统对应的包进行安装
|
||||||
conda install ros-humble-unilabos-msgs-0.9.2-xxxxx.tar.bz2
|
conda install ros-humble-unilabos-msgs-0.9.3-xxxxx.tar.bz2
|
||||||
|
|
||||||
# 安装PyLabRobot等前置
|
# 安装PyLabRobot等前置
|
||||||
git clone https://github.com/PyLabRobot/pylabrobot plr_repo
|
git clone https://github.com/PyLabRobot/pylabrobot plr_repo
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package:
|
package:
|
||||||
name: ros-humble-unilabos-msgs
|
name: ros-humble-unilabos-msgs
|
||||||
version: 0.9.2
|
version: 0.9.3
|
||||||
source:
|
source:
|
||||||
path: ../../unilabos_msgs
|
path: ../../unilabos_msgs
|
||||||
folder: ros-humble-unilabos-msgs/src/work
|
folder: ros-humble-unilabos-msgs/src/work
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package:
|
package:
|
||||||
name: unilabos
|
name: unilabos
|
||||||
version: "0.9.2"
|
version: "0.9.3"
|
||||||
|
|
||||||
source:
|
source:
|
||||||
path: ../..
|
path: ../..
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ package_name = 'unilabos'
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='0.9.2',
|
version='0.9.3',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['setuptools'],
|
install_requires=['setuptools'],
|
||||||
|
|||||||
@@ -358,8 +358,8 @@ liquid_handler.biomek:
|
|||||||
transfer_biomek:
|
transfer_biomek:
|
||||||
type: LiquidHandlerTransferBiomek
|
type: LiquidHandlerTransferBiomek
|
||||||
goal:
|
goal:
|
||||||
source: source
|
sources: sources
|
||||||
target: target
|
targets: targets
|
||||||
tip_rack: tip_rack
|
tip_rack: tip_rack
|
||||||
volume: volume
|
volume: volume
|
||||||
aspirate_techniques: aspirate_techniques
|
aspirate_techniques: aspirate_techniques
|
||||||
@@ -417,8 +417,8 @@ liquid_handler.biomek:
|
|||||||
move_biomek:
|
move_biomek:
|
||||||
type: LiquidHandlerMoveBiomek
|
type: LiquidHandlerMoveBiomek
|
||||||
goal:
|
goal:
|
||||||
source: resource
|
source: sources
|
||||||
target: target
|
target: targets
|
||||||
feedback: {}
|
feedback: {}
|
||||||
result:
|
result:
|
||||||
name: name
|
name: name
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
string source
|
string sources
|
||||||
string target
|
string targets
|
||||||
|
|
||||||
---
|
---
|
||||||
string return_info
|
string return_info
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
string source
|
string sources
|
||||||
string target
|
string targets
|
||||||
string tip_rack
|
string tip_rack
|
||||||
float64 volume
|
float64 volume
|
||||||
string aspirate_technique
|
string aspirate_technique
|
||||||
|
|||||||
Reference in New Issue
Block a user