Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZyuonRobotics/humanoid-retarget
/ functions
Functions
386 in github.com/ZyuonRobotics/humanoid-retarget
⨍
Functions
386
◇
Types & classes
86
↳
Endpoints
38
Function
handleMinimize
()
web_frontend/src/components/DraggablePanel/index.tsx:38
Function
handlePanelChange
(panel: string)
web_frontend/src/App.tsx:123
Function
handleRobotFileChange
(e: React.ChangeEvent<HTMLInputElement>)
web_frontend/src/components/TopBar/index.tsx:496
Function
handleSeek
(frame: number)
web_frontend/src/components/Viewer3D/index.tsx:533
Function
handleSelect
(sectionId: string, subsectionId: string)
web_frontend/src/components/HelpManual/index.tsx:25
Function
handleUploadHumanMotion
()
web_frontend/src/components/TopBar/index.tsx:527
Function
handleUploadRobotMotion
()
web_frontend/src/components/TopBar/index.tsx:488
Function
health
Health check endpoint.
web_backend/main.py:42
Method
hip_names
(self)
humanoid_retargeting/motion_player/humanoid_player_base.py:73
Method
hip_names
Return default hip names for SMPL model
humanoid_retargeting/motion_player/smpl_player.py:67
Method
hip_names
Return default hip names for SMPL model
humanoid_retargeting/motion_player/bvh_player.py:95
Method
human_trackers
(self)
humanoid_retargeting/retargeter.py:115
Function
import_yaml_callback
(sender, app_data, user_data)
scripts/mocap_retargeting/generate_retarget_params.py:382
Function
list_configs
List available config names for a robot.
web_backend/api/config.py:58
Function
list_motions
List available motion files.
web_backend/api/model.py:58
Function
list_motions_tree
Return nested motion file tree structure.
web_backend/api/model.py:27
Function
list_retargeted_motions
List all retargeted motion files for a specific robot.
web_backend/api/model.py:340
Function
list_retargeted_motions_tree
Return nested retargeted motion file tree structure for a specific robot.
web_backend/api/model.py:354
Method
load
(self, **kwargs)
humanoid_retargeting/motion_player/humanoid_player_base.py:28
Function
loadAlignPreview
( sourceFile: string, robotName: string, generatorType: string, retargetConfig: any )
web_frontend/src/components/Viewer3D/mujoco.ts:249
Method
model
(self)
humanoid_retargeting/motion_player/robot_motion_player.py:22
Method
model
(self)
humanoid_retargeting/motion_player/player_base.py:49
Function
mujocoPositionToThree
(pos: [number, number, number])
web_frontend/src/components/Viewer3D/coord.ts:15
Function
mujocoQuaternionArrayToThree
(quat: [number, number, number, number])
web_frontend/src/components/Viewer3D/coord.ts:38
Method
ref_qpos
(self)
humanoid_retargeting/motion_player/player_base.py:80
Function
refresh_human_model_callback
Re-build MJCF after body ratio scaling changes, preserving viewer window.
scripts/mocap_retargeting/generate_retarget_params.py:66
Function
remove_component
(sender, app_data, tag)
scripts/mocap_retargeting/generate_retarget_params.py:119
Function
remove_tracker
(sender, app_data, user_data)
scripts/mocap_retargeting/generate_retarget_params.py:193
Function
render
(canvas: HTMLCanvasElement)
web_frontend/src/components/Viewer3D/mujoco.ts:562
Method
render
(self)
humanoid_retargeting/motion_player/player_base.py:105
Method
render
()
web_frontend/src/components/ErrorBoundary/index.tsx:30
Method
renderLoop
()
web_frontend/src/components/Viewer3D/ThreeScene.ts:217
Function
retarget_preview
Run retarget and return preview data without saving. Stores data in session for later save.
web_backend/api/model.py:110
Function
retarget_stream
Stream retarget results frame by frame using SSE.
web_backend/api/model.py:184
Function
root
Root endpoint.
web_backend/main.py:32
Function
save_config
Save a config (only endpoint that writes to file).
web_backend/api/config.py:102
Function
save_human_player_config
Save HumanConfig for a motion file.
web_backend/api/model.py:848
Function
save_retarget
Save the pending retarget result that was generated by retarget-preview.
web_backend/api/model.py:283
Function
setPlayerCurrentFrame
(frame: number)
web_frontend/src/components/Viewer3D/mujoco.ts:793
Function
setQPos
(qpos: number[])
web_frontend/src/components/Viewer3D/mujoco.ts:442
Function
show_body_tree_callback
Display a scrollable window with the body tree (robot or human).
scripts/mocap_retargeting/generate_retarget_params.py:76
Function
simulation_loop
Continuously push retarget_config into MuJoCo viewer while it is open.
scripts/mocap_retargeting/generate_retarget_params.py:46
Function
split_motion
Split a human motion file into multiple parts at the specified indices. Args: generator_type: 'bvh' or 'smpl' motion_file: relati
web_backend/api/model.py:913
Function
split_robot_motion
Split a robot motion file into multiple parts at the specified indices. Args: robot_name: name of the robot motion_file: relative
web_backend/api/model.py:1071
Function
stopRendering
()
web_frontend/src/components/Viewer3D/mujoco.ts:553
Function
test_aligner_default_config
(tmp_path)
tests/test_aligner.py:9
Function
test_aligner_load_config
(tmp_path)
tests/test_aligner.py:16
Function
test_aligner_offset_qpos
()
tests/test_aligner.py:23
Function
test_body_ratio
()
tests/test_mjcf_generator/test_smpl2mjcf.py:24
Function
test_bvh2mjcf
()
tests/test_mjcf_generator/test_bvh2mjcf.py:14
Function
test_bvh2mjcf_composite
()
tests/test_mjcf_generator/test_bvh2mjcf.py:31
Function
test_bvh2mjcf_parsing_end
()
tests/test_mjcf_generator/test_bvh2mjcf.py:23
Function
test_frame_rate
()
tests/test_motion_player/test_bvh_player.py:23
Function
test_frame_rate
()
tests/test_motion_player/test_smpl_player.py:23
Function
test_lowpass_filter
()
tests/test_motion_player/test_bvh_player.py:18
Function
test_lowpass_filter
()
tests/test_motion_player/test_smpl_player.py:18
Function
test_plot
()
tests/test_motion_player/test_bvh_player.py:9
Function
test_plot
()
tests/test_motion_player/test_smpl_player.py:9
Function
test_retarget_config_from_yaml
(tmp_path)
tests/test_utils/test_retarget_params.py:25
Function
test_retarget_config_to_yaml
(tmp_path)
tests/test_utils/test_retarget_params.py:20
Function
test_retargeter
(tmp_path)
tests/test_retargeter.py:7
Function
test_smpl2mjcf
()
tests/test_mjcf_generator/test_smpl2mjcf.py:15
Function
test_smpl2mjcf_composite
()
tests/test_mjcf_generator/test_smpl2mjcf.py:36
Function
threePositionToMujoco
(pos: [number, number, number])
web_frontend/src/components/Viewer3D/coord.ts:23
Function
threeQuaternionToMujoco
(q: THREE.Quaternion)
web_frontend/src/components/Viewer3D/coord.ts:45
Function
toggleHuman
()
web_frontend/src/components/Viewer3D/index.tsx:568
Function
toggleRobot
()
web_frontend/src/components/Viewer3D/index.tsx:551
Function
transform
(code, id)
web_frontend/vite.config.ts:9
Function
transformToDataNode
(node: TreeNodeLocal)
web_frontend/src/components/Widgets/BodyTreeWidget/index.tsx:12
Function
transformVector3M2T
(v: THREE.Vector3)
web_frontend/src/components/Viewer3D/coord.ts:53
Function
transformVector3T2M
(v: THREE.Vector3)
web_frontend/src/components/Viewer3D/coord.ts:64
Function
updateBodiesFromPlayerMotion
(frame: number, bodies: Map<number, any>)
web_frontend/src/components/Viewer3D/mujoco.ts:934
Method
updateControls
* Update - called externally to update controls
web_frontend/src/components/Viewer3D/ThreeScene.ts:1033
Function
update_base_shift_callback
(sender, app_data, user_data)
scripts/mocap_retargeting/generate_retarget_params.py:62
Function
update_body
(sender, app_data, meta)
scripts/mocap_retargeting/generate_retarget_params.py:183
Function
update_cost
(sender, app_data, kind)
scripts/mocap_retargeting/generate_retarget_params.py:190
Function
update_name
(sender, app_data, user_data)
scripts/mocap_retargeting/generate_retarget_params.py:110
Function
update_value
(sender, app_data, meta)
scripts/mocap_retargeting/generate_retarget_params.py:114
Function
upload_config
Upload a config YAML file.
web_backend/api/config.py:152
Function
upload_human_motion
Upload a human motion file. Path is determined by file extension.
web_backend/api/model.py:503
Function
upload_motion
Upload a motion file.
web_backend/api/model.py:426
Function
upload_robot_motion
Upload a robot retargeted motion file.
web_backend/api/model.py:465
Method
validate_lists_length
(self)
humanoid_retargeting/utils/retarget_config.py:17
Method
viewer
(self)
humanoid_retargeting/retargeter.py:98
Method
viewer
(self)
humanoid_retargeting/aligner.py:163
Method
viewer
(self)
humanoid_retargeting/motion_player/player_base.py:72
← previous
301–386 of 386, ranked by callers