dual arm control from sample_udp_sender.py

This commit is contained in:
2026-05-25 17:02:37 +08:00
parent 340bd9138d
commit 7551f1e8ea
18 changed files with 976 additions and 74 deletions

View File

@ -1,3 +1,9 @@
"""xr_rm_input 包安装配置。
该包负责把 XR/PICO 端发来的 UDP 手柄数据接入 ROS2并提供一个
sample_udp_sender 方便在没有真实手柄时做链路调试。
"""
from glob import glob
from setuptools import setup