MCPcopy Create free account

hub / github.com/RoboVerseOrg/RoboVerse / functions

Functions4,056 in github.com/RoboVerseOrg/RoboVerse

↓ 1 callersMethod_interpolate_motion
Interpolates the motion to the output fps.
roboverse_pack/tasks/beyondmimic/scripts/csv_to_npz.py:131
↓ 1 callersFunction_interpolate_waypoints
Linear interpolation: include the first waypoint, then for each segment add N points (excluding segment start). If waypoints has shape (K, 3) and
roboverse_pack/tasks/pick_place/track_bowl.py:21
↓ 1 callersFunction_is_image_key
(k: str)
scripts/parity_liberoplus_passthrough.py:117
↓ 1 callersFunction_is_registered_object
A registered object/fixture vs the arena table/floor, by LIBERO's naming. LIBERO's ``On(obj, region-site)`` requires contact with the region's pa
roboverse_pack/tasks/libero/_native_util.py:252
↓ 1 callersMethod_is_state_equal
(self, s1, s2, atol=1e-4)
roboverse_pack/tasks/calvin/base_table.py:137
↓ 1 callersFunction_iter_demos
(path: str, n: int | None)
tools/robosuite_integration/benchmark_replay.py:40
↓ 1 callersFunction_iter_episode_dirs
(root: Path, metadata_name: str, video_name: str)
roboverse_learn/vla/pi0/convert_roboverse_to_lerobot.py:62
↓ 1 callersFunction_iter_episode_dirs
Iterate over valid episode directories that contain both metadata and video.
roboverse_learn/vla/SmolVLA/convert_roboverse_to_lerobot.py:64
↓ 1 callersFunction_joint_id_to_dofadr
Map joint indices → qvel/dof offsets (freejoint=6, ball=3, slide/hinge=1).
roboverse_pack/tasks/mjlab/mdp/scene_entity.py:185
↓ 1 callersFunction_joint_id_to_qposadr
Map MuJoCo joint indices → qpos offsets (handles freejoint+ball+slide+hinge widths). MuJoCo joints occupy different qpos widths: freejoint=7, bal
roboverse_pack/tasks/mjlab/mdp/scene_entity.py:166
↓ 1 callersMethod_kmeans
Simple k-means clustering algorithm adapted from Karpathy's minGPT library https://github.com/karpathy/minGPT/blob/master/play_image.
roboverse_learn/il/policies/dp/models/bet/action_ae/discretizers/k_means.py:39
↓ 1 callersMethod_launch
(self, headless: bool = False)
roboverse_pack/tasks/beyondmimic/isaaclab/envs/tracking_rl_env.py:133
↓ 1 callersFunction_liberoplus_pkg_dir
Return the installed ``libero/libero`` package dir, or ``None`` if absent. Located via ``importlib`` *without importing* the package, so we can w
roboverse_pack/tasks/libero_plus/_passthrough.py:78
↓ 1 callersFunction_lift_grasp_policy
(env, t)
tools/robosuite_integration/verify_robosuite_free.py:40
↓ 1 callersFunction_list_hf_dir
List file paths under a remote dataset directory, returning [] on failure.
roboverse_pack/blender/asset_paths.py:101
↓ 1 callersMethod_load_arena
(self)
roboverse_pack/tasks/simpler_env/_native/scene.py:127
↓ 1 callersFunction_load_demo
(suite: str, stem: str, demo_idx: int = 0)
scripts/eval_liberoplus_policy_consistency.py:55
↓ 1 callersFunction_load_inference_policy
Return a callable ``policy(actor_obs) -> actions`` from a checkpoint. Handles every checkpoint format used in this repo: * a TorchScript expo
roboverse_learn/fusion/rl_to_demo.py:90
↓ 1 callersFunction_load_locator
()
tests/test_robotwin_locator.py:22
↓ 1 callersMethod_load_motion
Loads the motion from the csv file.
roboverse_pack/tasks/beyondmimic/scripts/csv_to_npz.py:106
↓ 1 callersMethod_load_object
(self)
roboverse_pack/tasks/simpler_env/_native/scene.py:148
↓ 1 callersFunction_load_passthrough
()
tools/robotwin_integration/native_render.py:33
↓ 1 callersFunction_load_passthrough
()
tools/robotwin_integration/collect_bridge.py:42
↓ 1 callersFunction_load_passthrough
()
tools/robotwin_integration/coverage_sweep.py:40
↓ 1 callersFunction_load_passthrough
()
tools/robotwin_integration/eval_robotwin_policy.py:46
↓ 1 callersFunction_load_policy
(ckpt_path: str)
scripts/policy/eval_bc_liberoplus.py:35
↓ 1 callersMethod_load_robot
(self)
roboverse_pack/tasks/simpler_env/_native/scene.py:135
↓ 1 callersFunction_load_samples
(demo_files: list[str], chunk: int)
scripts/policy/train_bc_libero.py:29
↓ 1 callersFunction_local_asset_roots
()
roboverse_pack/tasks/libero/native_repro.py:41
↓ 1 callersFunction_locate_urdf
Find a URDF-object's ``mobility.urdf`` under ``assets/objects/<name>/`` (returns relpath).
tools/robotwin_integration/collect_bridge.py:524
↓ 1 callersFunction_make
(env_name: str, robots)
tools/robosuite_integration/coverage_sweep.py:48
↓ 1 callersFunction_make_controller
Build the pd_joint_delta_pos controller matching the robot's action layout. A mimic gripper adds one extra active DOF beyond the action width (th
tools/maniskill_integration/parity_native.py:63
↓ 1 callersMethod_make_controller
(self)
roboverse_pack/tasks/simpler_env/_metasim/base.py:99
↓ 1 callersMethod_make_optimizer
(self)
roboverse_learn/il/policies/act/train.py:51
↓ 1 callersMethod_make_oracle
(self)
roboverse_pack/tasks/robosuite/robosuite_env.py:119
↓ 1 callersFunction_make_policy
(task)
scripts/render_policy_gallery.py:69
↓ 1 callersMethod_make_policy
(self)
roboverse_learn/il/policies/act/train.py:42
↓ 1 callersFunction_make_task_and_states
(finger_val: float, arm_val: float)
tests/test_handover_finger_joint_order.py:50
↓ 1 callersFunction_make_task_cls
(task_key: str, spec: dict)
roboverse_pack/tasks/maniskill/native_tasks.py:33
↓ 1 callersFunction_make_tracking_camera
Return an mjvCamera that tracks the task's hero body (matches mjlab viewer). Falls back to None (model default free camera) if the task isn't in
tools/mjlab_integration/policy_replay/replay_in_metasim.py:54
↓ 1 callersFunction_manipuland_motion
Peak displacement of the most-moved task object over the demo (visual-salience score).
tools/maniskill_integration/render_demo_replay.py:201
↓ 1 callersMethod_masked_losses_v
(self, vt, vr, threshold, segment_ends, t, batch_size)
roboverse_learn/il/utils/flow/consistency_flow_matcher.py:119
↓ 1 callersMethod_mass_matrix
(self)
roboverse_pack/tasks/robosuite/_osc.py:144
↓ 1 callersFunction_mat2quat
(m: np.ndarray)
roboverse_pack/tasks/robosuite/native.py:50
↓ 1 callersFunction_matvec3
(rot: Matrix3, vec: list[float])
roboverse_pack/teleop/transforms.py:129
↓ 1 callersFunction_max_by_axis
(the_list)
roboverse_learn/il/policies/act/detr/util/misc.py:275
↓ 1 callersFunction_max_episode_steps
(path: pathlib.Path)
tests/test_embodiedgen_episode_steps.py:20
↓ 1 callersMethod_maybe_cast_dtype
Cast `np.float64` action datatype to `np.float32`, keep the others dtype unchanged. See GH#1572 for more information.
roboverse_learn/rl/clean_rl/buffer.py:418
↓ 1 callersMethod_maybe_warn_unavailable
(self)
roboverse_pack/teleop/hand_retargeting.py:130
↓ 1 callersFunction_maybe_write_mp4
(out_path: Path, frames: list, fps: float = 20.0)
tools/maniskill_integration/run_sweep.py:31
↓ 1 callersFunction_metasim_engine
(handler, init_state: np.ndarray, ctrl_seq, n_substeps: int)
scripts/migrate_liberoplus_metasim.py:111
↓ 1 callersFunction_missing_rel
Pull the ``assets/<rel>`` path out of a build error (file-not-found / compile).
tools/libero_integration/gen_liberoplus.py:89
↓ 1 callersFunction_mjcf_body
(root: ET.Element, name: str)
tests/test_openarm_wuji_mount.py:52
↓ 1 callersFunction_mjcf_geom
(root: ET.Element, name: str)
tests/test_openarm_wuji_mount.py:59
↓ 1 callersFunction_mlp_from_linear_state_dict
Rebuild a deterministic actor MLP from an ordered ``mlp.*`` state dict. Matches rsl-rl's ``MLPModel.mlp`` (``Linear, ELU, Linear, ELU, ..., Linea
roboverse_learn/fusion/rl_to_demo.py:55
↓ 1 callersMethod_mount_camera
(self)
roboverse_pack/tasks/simpler_env/_native/scene.py:157
↓ 1 callersFunction_moves
(name)
tools/robotwin_integration/mesh_replay_robotwin.py:174
↓ 1 callersFunction_name_of
(modeldir)
tools/robotwin_integration/native_render.py:89
↓ 1 callersFunction_native_action
Format a flat demo action for the native env (a tensor, or a per-agent dict for multi-agent).
tools/maniskill_integration/render_demo_replay.py:56
↓ 1 callersFunction_native_env
Independent native construction (raw OffScreenRenderEnv), no passthrough.
scripts/eval_liberoplus_policy_consistency.py:93
↓ 1 callersFunction_native_env
Construct the env exactly like upstream LIBERO-plus eval, independently.
scripts/parity_liberoplus_passthrough.py:95
↓ 1 callersFunction_native_env
(suite, tid, seed)
scripts/policy/eval_bc_liberoplus.py:111
↓ 1 callersFunction_native_lift_success
robosuite Lift success, ported: cube center > table top + 0.04 m.
tools/robosuite_integration/verify_native_controller.py:32
↓ 1 callersFunction_native_reference
(gym_id, names, seed)
tests/test_maniskill_native_task.py:25
↓ 1 callersMethod_normalize_joint_limits
( self, limits: Mapping[str, tuple[Sequence[float], Sequence[float]]] | None, )
roboverse_pack/teleop/runtime.py:106
↓ 1 callersFunction_normalize_scene_name
(token: str)
get_started/replay_multi_scene_render.py:44
↓ 1 callersFunction_normalized_to_joint_target
(normalized_value: float, default_value: float, lower: float, upper: float)
roboverse_pack/tasks/benchmark/base.py:550
↓ 1 callersFunction_npbytes
(arr)
scripts/trajectory_simpler_env.py:179
↓ 1 callersFunction_ntuple
(n)
roboverse_learn/il/utils/models/layers.py:10
↓ 1 callersMethod_object_obs
(self)
roboverse_pack/tasks/robosuite/native.py:148
↓ 1 callersMethod_object_pos_w
World-frame position of the tracked object.
roboverse_pack/tasks/mjlab/mdp/commands.py:291
↓ 1 callersFunction_object_root
The ancestor of ``bid`` that is a direct child of worldbody (the object root).
roboverse_pack/tasks/libero/_native_util.py:232
↓ 1 callersFunction_object_size_m
(obj: BenchmarkObjectSpec)
roboverse_pack/tasks/benchmark/base.py:55
↓ 1 callersFunction_obs_for_policy
(obs)
scripts/policy/bridge_sim_client.py:56
↓ 1 callersFunction_obs_images
Native LIBERO obs -> (agentview_rgb, eye_in_hand_rgb). The native ``*_image`` obs is already in the same orientation as the demo ``*_rgb`` ar
scripts/policy/eval_bc_liberoplus.py:45
↓ 1 callersMethod_observation
Get observation using RoboVerse tensor state.
roboverse_pack/tasks/mujoco_playground/handover.py:285
↓ 1 callersMethod_observation
Get observation using RoboVerse tensor state.
roboverse_pack/tasks/pick_place/base.py:453
↓ 1 callersFunction_on
LIBERO On(a,b) = b.check_ontop(a). If ``b`` is a region *site* (e.g. ``cabinet_top_side``) LIBERO uses the site's box containment (``SiteObje
roboverse_pack/tasks/libero/_native_util.py:278
↓ 1 callersFunction_on_bin_geom
(obj, bin_pos, radius=0.02, block0=0.025)
roboverse_pack/tasks/maniskill/_native/specs.py:231
↓ 1 callersFunction_on_cube_geom
Geometric is-A-on-B (ManiSkill xy + z flags), without the static/grasp parts.
roboverse_pack/tasks/maniskill/_native/specs.py:178
↓ 1 callersMethod_on_peg
(self, obj_pos)
roboverse_pack/tasks/robosuite/native.py:379
↓ 1 callersFunction_onnx_nested_tensor_from_tensor_list
(tensor_list: List[Tensor])
roboverse_learn/il/policies/act/detr/util/misc.py:335
↓ 1 callersFunction_orientation_quats
()
roboverse_pack/tasks/simpler_env/_native/env.py:30
↓ 1 callersFunction_packet_source
(args: argparse.Namespace)
scripts/advanced/run_bidexbench_cube_reach.py:204
↓ 1 callersFunction_packet_source_label
(args: argparse.Namespace)
scripts/advanced/run_bidexbench_cube_reach.py:219
↓ 1 callersMethod_park_all_candidates
(self)
roboverse_pack/tasks/simpler_env/_metasim/place_task.py:117
↓ 1 callersFunction_parse_image
(image)
roboverse_learn/vla/pi0/roboverse_policy.py:19
↓ 1 callersFunction_parse_scenes
(text: str)
get_started/replay_multi_scene_render.py:63
↓ 1 callersFunction_parse_urdf_joint_metadata
(urdf_path: Path)
roboverse_pack/robots/openarm_wuji_cfg.py:49
↓ 1 callersFunction_patch_capture_real_state
Make every saved frame also carry RoboTwin's *achieved* arm qpos. RoboTwin's ``joint_action.vector`` is the PD *command target* (``joint.get_
tools/robotwin_integration/collect_bridge.py:49
↓ 1 callersFunction_patch_robot_mjcf
Strip mocap bodies and align arm motor names with cfg expectations. Finger joints are left alone — the bundle MJCF uses the ``{side}_hand_fin
scripts/prepare_box_task_assets.py:60
↓ 1 callersFunction_peg_insertion_success
ManiSkill PegInsertionSide ``has_peg_inserted``: peg head inside the box hole. box_hole_pose = box.pose * [0, 0.0087, 0.0038]; peg_head_pose = pe
roboverse_pack/tasks/maniskill/_native/specs.py:356
↓ 1 callersMethod_place_objects
(self)
roboverse_pack/tasks/robosuite/native.py:152
↓ 1 callersFunction_place_scene_config
()
roboverse_pack/tasks/simpler_env/_native/place.py:58
↓ 1 callersFunction_place_sim_params
()
roboverse_pack/tasks/simpler_env/_metasim/place_task.py:43
↓ 1 callersFunction_plot
(raw_r: np.ndarray, meta_r: np.ndarray, out_path: Path, title: str)
tools/mjlab_integration/reward_sweep.py:38
↓ 1 callersFunction_plus_assets
()
roboverse_pack/tasks/libero/native_liberoplus.py:46
↓ 1 callersFunction_policy_for
(env_name: str, action_dim: int)
tools/robosuite_integration/replay_parity.py:44
↓ 1 callersFunction_policy_setup
(task_name: str)
scripts/policy_rollout_simpler_env.py:45
↓ 1 callersMethod_post_physics_step
(self)
roboverse_learn/managers/manager_based_rv_env.py:471
← previousnext →1,101–1,200 of 4,056, ranked by callers