2.增加多臂多控制器模式 3.末端姿态由欧拉角控制切换到四元数控制 4.增加vr手柄控制器 Signed-off-by: 1002142102@qq.com <1002142102@qq.com>
30 lines
749 B
TOML
30 lines
749 B
TOML
[project]
|
|
name = "robot-client"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"lerobot>=0.4.2",
|
|
"Robotic_Arm==1.1.3",
|
|
"pygame==2.6.1",
|
|
"pyrealsense2>=2.56.5.9235",
|
|
"xrobotoolkit-sdk",
|
|
"websockets>=15.0.1",
|
|
"dotenv>=0.9.9",
|
|
"fastapi>=0.124.4",
|
|
"uvicorn>=0.38.0",
|
|
"flameprof>=0.4",
|
|
"scipy>=1.16.3",
|
|
"meshcat>=0.3.2",
|
|
]
|
|
[tool.setuptools]
|
|
packages = ["robot_client"]
|
|
|
|
[tool.uv.sources]
|
|
xrobotoolkit-sdk = [
|
|
{ path = "whl/xrobotoolkit_sdk-1.0.2-cp312-cp312-win_amd64.whl", marker = "sys_platform == 'win32'" },
|
|
{ path = "whl/xrobotoolkit_sdk-1.0.2-cp312-cp312-linux_x86_64.whl", marker = "sys_platform != 'win32'" }
|
|
]
|
|
|