git clone --recurse-submodules https://github.com/wangqi951002/robodriver-plugin.git
cd robodriver-plugin/robodriver-robot-unitree-g1-sdk-pyMake sure you are in the robodriver conda env.
确保你已经进入 robodriver 的 conda 环境:
conda activate robodriver
pip install -e .conda activate robodriverhttps://github.com/unitreerobotics/unitree_sdk2_python 在unitree-sdk2py 环境运行sdk_to_zmq.py
python sdk_to_zmq.pyIn your RoboDriver project directory:
在你的 RoboDriver 工程目录中:
cd /path/to/your/RoboDriver
python -m robodriver.scripts.run --robot.type=unitree_g1_sdk_py- 运行sdk_to_zmq.py前,需要将机器人搭载的 realsense D435i相机视频流自行转成ws流,也可以修改sdk_to_zmq.py,选择其他视频流接入方式。