MCPcopy Create free account

hub / github.com/RoboVerseOrg/RoboVerse / functions

Functions4,056 in github.com/RoboVerseOrg/RoboVerse

↓ 3 callersMethod__post_init__
(self)
roboverse_pack/tasks/humanoid/cfg_base.py:136
↓ 3 callersFunction_annotate
Overlay task / instruction / step / status onto an RGB uint8 frame (returns a new array). Upscales small SimplerEnv frames so the text is legible
scripts/policy_rollout_simpler_env.py:49
↓ 3 callersFunction_body
(model, name)
tools/libero_integration/libero_success.py:56
↓ 3 callersMethod_build_object
(self, model_id)
roboverse_pack/tasks/simpler_env/_native/put_on.py:219
↓ 3 callersFunction_canonical_control_joint_names
(handler, robot_cfg)
roboverse_pack/tasks/benchmark/base.py:501
↓ 3 callersFunction_cm_vec_to_m
(values_cm: tuple[float, float, float])
roboverse_pack/tasks/benchmark/base.py:51
↓ 3 callersMethod_compute_task_observations
Return (policy_obs, privileged_obs). Implemented by subclasses.
roboverse_pack/tasks/humanoid/base/base_legged_robot.py:46
↓ 3 callersFunction_emb_file
(t: str)
roboverse_pack/tasks/robotwin/_passthrough.py:145
↓ 3 callersFunction_ensure_imported
Import LIBERO-plus's benchmark module (after fixing the config path).
roboverse_pack/tasks/libero_plus/_passthrough.py:137
↓ 3 callersFunction_ensure_maniskill_imported
Triggers ManiSkill envs registration.
roboverse_pack/tasks/maniskill/_passthrough_v3.py:25
↓ 3 callersFunction_expect_length
(values: list[float], expected: int, *, label: str, robot_name: str)
roboverse_pack/tasks/benchmark/base.py:516
↓ 3 callersFunction_fake_bridge
A minimal bridge with 14-D vectors + 4 camera RGB streams (tiny 8x8 frames).
tests/test_robotwin_multicam.py:34
↓ 3 callersFunction_fake_bridge
A minimal bridge dict shaped like collect_bridge.py --rgb output.
tests/test_robotwin_to_demo.py:32
↓ 3 callersFunction_fit
( data: Union[torch.Tensor, np.ndarray, zarr.Array], last_n_dims=1, dtype=torch.float32, mode=
roboverse_learn/il/utils/normalizer.py:193
↓ 3 callersMethod_geoms_of_body
(self, bid: int)
roboverse_pack/tasks/robosuite/native.py:118
↓ 3 callersFunction_get_handler_with_mujoco_compat
(scenario: ScenarioCfg)
roboverse_pack/tasks/benchmark/base.py:375
↓ 3 callersMethod_get_joint_limits
(self)
roboverse_pack/tasks/simpler_env/_native/control/pd_joint_pos.py:13
↓ 3 callersFunction_get_motion_command
(env, command_name: str)
roboverse_pack/tasks/mjlab/mdp/rewards.py:687
↓ 3 callersFunction_google_robot_cfg
()
roboverse_pack/tasks/simpler_env/_metasim/drawer_task.py:51
↓ 3 callersFunction_grid
(xy_center, hx, hy)
roboverse_pack/tasks/simpler_env/_native/put_on.py:50
↓ 3 callersFunction_have
(mod: str)
tests/test_liberoplus_passthrough.py:29
↓ 3 callersFunction_have
(mod: str)
tests/test_libero_passthrough.py:25
↓ 3 callersFunction_list
(key)
tools/mjlab_integration/render_sweep.py:34
↓ 3 callersFunction_load
(mod_name: str, rel_path: str)
tests/test_robotwin_multicam.py:27
↓ 3 callersFunction_load_collect_bridge
()
tests/test_robotwin_static_primitives.py:25
↓ 3 callersFunction_load_converter
()
tests/test_robotwin_to_demo.py:25
↓ 3 callersFunction_maybe_apply_height_offset
(tensor: torch.Tensor, offset: float | None)
scripts/advanced/replay_real_asset.py:156
↓ 3 callersFunction_mujoco_site_pos_w
World-frame site position via ``physics.data.site_xpos``.
roboverse_pack/tasks/mjlab/mdp/rewards.py:401
↓ 3 callersFunction_obj_cfg
(name, model_id, fix=False)
roboverse_pack/tasks/simpler_env/_metasim/put_on_task.py:74
↓ 3 callersMethod_obs
(self)
roboverse_pack/tasks/robosuite/native.py:227
↓ 3 callersMethod_observation
Return a dictionary with keys "policy" and "critic", each corresponding to a tensor.
roboverse_pack/tasks/beyondmimic/metasim/envs/base_legged_robot.py:357
↓ 3 callersMethod_observation
(self, env_states=None)
roboverse_pack/tasks/libero/native_libero.py:158
↓ 3 callersFunction_overhead_camera_cfg
()
roboverse_pack/tasks/simpler_env/_metasim/drawer_task.py:68
↓ 3 callersFunction_patch
(fnname, record)
tools/robotwin_integration/collect_bridge.py:315
↓ 3 callersFunction_primary_robot_cfg
(handler)
roboverse_pack/tasks/benchmark/base.py:495
↓ 3 callersMethod_resolve_array_chunks
(cls, chunks: Union[dict, tuple], key, array)
roboverse_learn/il/utils/replay_buffer.py:342
↓ 3 callersMethod_resolve_array_compressor
(cls, compressors: Union[dict, str, numcodecs.abc.Codec], key, array)
roboverse_learn/il/utils/replay_buffer.py:326
↓ 3 callersFunction_resolve_named_stds
Resolve a {regex-or-name: std} spec into a per-joint std tensor. Mirrors mjlab's ``resolve_matching_names_values``. Falls back to a single sc
roboverse_pack/tasks/mjlab/mdp/rewards.py:209
↓ 3 callersFunction_resolve_panda_asset
Resolve a vendored ManiSkill panda URDF, downloading the asset folder from HF if missing. Prefers the local ``roboverse_data/robots/maniskill_pan
roboverse_pack/tasks/maniskill/_native/recipe.py:45
↓ 3 callersMethod_reward
(self, env_states: TensorState)
roboverse_pack/tasks/humanoid/base/base_agent.py:103
↓ 3 callersMethod_robotwin_joint_qpos
Pull the 14-D [L_arm(6), L_grip, R_arm(6), R_grip] state from RoboTwin obs. Prefer the achieved state injected by the eval loop (``robot_join
tools/robotwin_integration/eval_robotwin_policy.py:171
↓ 3 callersFunction_rollout
(env, init_state, policy, p_mean, p_std, *, max_steps, exec_horizon, record=False)
scripts/policy/eval_bc_liberoplus.py:88
↓ 3 callersMethod_rpc
(self, obj)
tools/robotwin_integration/eval_robotwin_policy.py:123
↓ 3 callersFunction_run
(command)
roboverse_learn/il/policies/act/detr/util/misc.py:252
↓ 3 callersFunction_run_worker
Run the worker subprocess; return (npz_dict | None, error_str | None).
scripts/trajectory_simpler_env.py:144
↓ 3 callersFunction_send
(c, o)
scripts/policy/bridge_sim_client.py:51
↓ 3 callersFunction_send
(conn, obj)
scripts/policy/bridge_policy_server.py:51
↓ 3 callersMethod_settle
(self, t)
roboverse_pack/tasks/simpler_env/_metasim/coke_task.py:225
↓ 3 callersMethod_settle
(self, t)
roboverse_pack/tasks/simpler_env/_native/put_on.py:296
↓ 3 callersMethod_settle
(self, t)
roboverse_pack/tasks/simpler_env/_native/move_near.py:268
↓ 3 callersMethod_settle
(self, t)
roboverse_pack/tasks/simpler_env/_native/pick_object.py:190
↓ 3 callersMethod_settle
(self, t)
roboverse_pack/tasks/simpler_env/_native/place.py:213
↓ 3 callersMethod_settle
(self, t)
roboverse_pack/tasks/simpler_env/_native/env.py:130
↓ 3 callersMethod_sid
(self, n)
roboverse_pack/tasks/robosuite/native.py:115
↓ 3 callersFunction_sync_render_from_physics
(physics_handler, render_handler)
roboverse_pack/tasks/benchmark/base.py:475
↓ 3 callersMethod_terminated
Check if task is completed. Args: states: Current environment states (TensorState) Returns: Boolean tensor o
roboverse_pack/tasks/task_template.py:98
↓ 3 callersFunction_touch
(path: str)
tests/test_robotwin_locator.py:34
↓ 3 callersMethod_update
(self)
scripts/osc/osc_pose_controller.py:92
↓ 3 callersFunction_vector_attr
(element: ET.Element, name: str)
tests/test_openarm_wuji_mount.py:48
↓ 3 callersFunction_yam_wrist_camera
Table-overhead camera for the YAM lift_cube scene. The cube scene loads as scene-MJCF (no registered robot), so MetaSim's ``mount_to`` body-m
roboverse_pack/tasks/mjlab/lift_cube_yam_v2.py:415
↓ 3 callersFunctionalign_linear_layers
Pair src->dst Linear layers in order, asserting matching shapes. Returns a list of ``(src_weight_key, dst_weight_key)``. Raises ``ValueError``
roboverse_learn/fusion/bc_warmstart.py:44
↓ 3 callersFunctionbatch_viewpoint_params_to_matrix
Transform approach vectors and in-plane rotation angles to rotation matrices. Input: batch_towards: [torch.FloatTensor, (N,3)]
third_party/gsnet/utils/loss_utils.py:73
↓ 3 callersFunctionbridge_to_v2
Convert a RoboTwin bridge pickle into a name-keyed ``*_v2`` dataset.
roboverse_pack/tasks/robotwin/_convert.py:78
↓ 3 callersFunctioncandidate_mesh_objects
Mesh RigidObjCfgs for a family's full candidate set (random-object tasks declare them all in the ScenarioCfg; reset activates the per-episode subs
roboverse_pack/tasks/simpler_env/_metasim/base.py:40
↓ 3 callersFunctioncheck_chunks_compatible
(chunks: tuple, shape: tuple)
roboverse_learn/il/utils/replay_buffer.py:12
↓ 3 callersMethodclear
Clear images for next variant.
scripts/advanced/replay_state.py:329
↓ 3 callersMethodclose
Close the environment and simulation app.
roboverse_pack/tasks/beyondmimic/isaaclab/envs/tracking_rl_env.py:398
↓ 3 callersFunctioncommon
(sp)
scripts/trajectory_simpler_env.py:262
↓ 3 callersMethodconfigure_optimizers
This long function is unfortunately doing something very simple and is being very defensive: We are separating out all parameters of
roboverse_learn/il/policies/dp/models/bet/libraries/mingpt/model.py:159
↓ 3 callersFunctioncontrol_to_pose
( env, num_envs, robot, ee_pos_target, rotation, gripper_widths, robot_ik, cur
scripts/advanced/motion_planning_gapartnet.py:109
↓ 3 callersMethodconvert
(self, urdf_path: str, output_path: str, **kwargs)
generation/asset_converter.py:31
↓ 3 callersMethodcopy_from_path
Copy a on-disk zarr to in-memory compressed. Recommended
roboverse_learn/il/utils/replay_buffer.py:220
↓ 3 callersMethodcreate
Create an asset converter instance based on target and source types.
generation/asset_converter.py:458
↓ 3 callersFunctioncreate_indices
( episode_ends: np.ndarray, sequence_length: int, episode_mask: np.ndarray, pad_before: int =
roboverse_learn/il/utils/sampler.py:20
↓ 3 callersFunctioncvt_embodiedgen_asset_to_anysim
Convert URDF files generated by EmbodiedGen into the format required by all simulators. Supported simulators include SAPIEN, Isaac Sim, MuJoCo, I
generation/load_asset.py:21
↓ 3 callersMethoddelete
(self, demo_idx: int)
scripts/advanced/collect_demo.py:337
↓ 3 callersFunctiondict_apply_split
( x: Dict[str, torch.Tensor], split_func: Callable[[torch.Tensor], Dict[str, torch.Tensor]], )
roboverse_learn/il/utils/pytorch_util.py:23
↓ 3 callersFunctiondiscover_liberoplus_tasks
Return ``{suite_name: [task_name, ...]}`` from LIBERO-plus's benchmark dict. Uses the authoritative ``benchmark.get_benchmark_dict()`` ordering (
roboverse_pack/tasks/libero_plus/_passthrough.py:152
↓ 3 callersFunctionengine_parity
(env_name: str, robots, n_steps: int = 60)
tools/robosuite_integration/coverage_sweep.py:66
↓ 3 callersFunctionentity_joint_vel
Joint velocities for the entity, batched. Shape ``(num_envs, len(joint_ids))``.
roboverse_pack/tasks/mjlab/mdp/scene_entity.py:212
↓ 3 callersMethodextract_hand_pose
(self, packet: Mapping[str, Any], hand_key: str)
roboverse_pack/teleop/runtime.py:310
↓ 3 callersFunctionextract_state_dict
Extract state dictionary from handler states (similar to teleop_keyboard). Args: env: Environment with handler scenario: Scenario
roboverse_learn/rl/fast_td3/evaluate.py:42
↓ 3 callersMethodfinal
(self)
scripts/advanced/collect_demo.py:341
↓ 3 callersFunctionforce_reset_to_state
Force reset environment to specific state with validation.
scripts/advanced/collect_demo.py:257
↓ 3 callersFunctionforeground_actor_ids
Concatenate the three id groups exactly as SimplerEnv's get_obs does for the mask.
roboverse_pack/tasks/simpler_env/_native/overlay.py:66
↓ 3 callersFunctionget_accumulate_timestamp_idxs
For each dt window, choose the first timestamp in the window. Assumes timestamps sorted. One timestamp might be chosen multiple times due to
roboverse_learn/il/utils/timestamp_accumulator.py:7
↓ 3 callersFunctionget_base_state
Return ``(root_quat_xyzw, lin_vel_w, ang_vel_w)`` of the asset's base. Reads from ``env_states.robots[name].root_state`` (RoboVerse layout: p
roboverse_pack/tasks/mjlab/mdp/_math.py:56
↓ 3 callersMethodget_checkpoint_path
(self, tag="latest")
roboverse_learn/il/runners/base_runner.py:78
↓ 3 callersFunctionget_ddp_state_dict
Get state dict from model, handling DDP wrapper if present.
roboverse_learn/rl/fast_td3/train.py:94
↓ 3 callersMethodget_episode_slice
(self, idx)
roboverse_learn/il/utils/replay_buffer.py:572
↓ 3 callersMethodget_geometric_center
Get the geometric center of the object in the world frame.
roboverse_pack/tasks/pick_place/track_ceramic_teapot.py:410
↓ 3 callersMethodget_geometric_center
Calculate the geometric center of the object in world coordinates.
roboverse_pack/tasks/pick_place/approach_grasp_ceramic_teapot.py:214
↓ 3 callersMethodget_geometric_center
Get the geometric center of the object in the world frame.
roboverse_pack/tasks/pick_place/track_knife.py:410
↓ 3 callersFunctionget_other_param_info
(stat)
roboverse_learn/il/utils/normalize_util.py:110
↓ 3 callersMethodget_output_stats
(self, key="_default")
roboverse_learn/il/utils/normalizer.py:93
↓ 3 callersFunctionis_dist_avail_and_initialized
()
roboverse_learn/il/policies/act/detr/util/misc.py:378
↓ 3 callersFunctionknn
Compute k nearest neighbors for each query point.
third_party/gsnet/knn/knn_modules.py:9
↓ 3 callersFunctionlist_passthrough_envs
Return {benchmark_name: [env_id, ...]} for all currently-registered passthrough envs.
roboverse_pack/tasks/_passthrough_index.py:35
↓ 3 callersFunctionlogistic_barrier
Logistic barrier function for reward shaping.
roboverse_pack/tasks/mujoco_playground/handover.py:31
↓ 3 callersFunctionmake_libero_env
Build the native LIBERO ``OffScreenRenderEnv`` for ``(suite, task_id)``. This is the canonical 1:1 construction path (matches LIBERO's README and
roboverse_pack/tasks/libero/_passthrough.py:94
← previousnext →301–400 of 4,056, ranked by callers