Refactor and enhance XR-RM teleoperation functionality
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
"""xr_rm_teleop 包安装配置。
|
||||
|
||||
该包提供基于 XR 相对位移的 RM75 笛卡尔速度遥操作节点。
|
||||
该包提供基于 XR 相对位移的 RM75 笛卡尔位姿透传遥操作节点。
|
||||
"""
|
||||
|
||||
from setuptools import setup
|
||||
@ -19,7 +19,7 @@ setup(
|
||||
zip_safe=True,
|
||||
maintainer="Yikai Fu",
|
||||
maintainer_email="user@example.com",
|
||||
description="XR relative-motion teleoperation controllers for RealMan RM75 arms.",
|
||||
description="XR relative-pose teleoperation controllers for RealMan RM75 arms.",
|
||||
license="Apache-2.0",
|
||||
tests_require=["pytest"],
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user