前言
SDK地址
https://support.unitree.com/home/zh/G1_developer/sdk_overview
上位机连接
https://support.unitree.com/home/zh/G1_developer/quick_development
高层运动
https://support.unitree.com/home/zh/G1_developer/sport_services_interface
工单
https://serviceconsole.unitree.com/#/new-work-order?progress=1
基本示例
1 | from unitree_sdk2py.g1.arm.g1_arm_action_client import G1ArmActionClient |
做动作
1 | result = armAction_client.ExecuteAction(action_map.get("left kiss")) |
系列动作
1 | action_name_arr = ["left kiss","right kiss","two-hand kiss"] |
支持的动作
1 | action_map = { |