Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleHuman/TextOp
/ AnchorBody
Class
AnchorBody
TextOpTracker/scripts/deploy_mujoco.py:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
# 定义枚举类型
14
class
AnchorBody(Enum):
15
PELVIS = 0
16
TORSO_LINK = 9
17
18
19
anchor_body = AnchorBody.PELVIS
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected