MCPcopy Create free account

hub / github.com/RoboVerseOrg/RoboVerse / functions

Functions4,056 in github.com/RoboVerseOrg/RoboVerse

↓ 2 callersMethodreset
Reset the motion command (similar to `CommandTerm.reset()` in Isaac Lab).
roboverse_pack/tasks/beyondmimic/metasim/mdp/commands.py:310
↓ 2 callersMethodreset
Reset the specified environments. ``seed`` is forwarded to the handler when supported (this base reimplements ``reset`` and does not
roboverse_pack/tasks/beyondmimic/metasim/envs/base_legged_robot.py:187
↓ 2 callersMethodreset
(self, env_ids=None, options=None, seed=0)
roboverse_pack/tasks/simpler_env/_metasim/grasp_objects_task.py:213
↓ 2 callersFunctionresolve_matching_names_values
Match a list of regular expressions in a dictionary against a list of strings and return the matched indices, names, and values. If the :attr:`pr
roboverse_pack/tasks/beyondmimic/metasim/utils/string.py:194
↓ 2 callersFunctionresolve_offset_t
Per-joint offset tensor. Mjlab semantic: when ``use_default_offset=True``, offset comes from the entity's default-joint-position map (``defau
roboverse_pack/tasks/mjlab/mdp/actions.py:90
↓ 2 callersFunctionresolve_scale_t
Per-joint scale tensor for vectorized action processing.
roboverse_pack/tasks/mjlab/mdp/actions.py:84
↓ 2 callersMethodretarget
Retarget 21x3 hand landmarks to a 20-joint Wuji target.
roboverse_pack/teleop/hand_retargeting.py:99
↓ 2 callersFunctionroll
(model, data, apply_override=False)
tools/robosuite_integration/coverage_sweep.py:80
↓ 2 callersFunctionrollout_maniskill
Roll out one episode of a ManiSkill env and capture full state. Returns a `ManiskillRollout` ready for diffing against a MetaSim run.
tools/maniskill_integration/maniskill_rollout.py:75
↓ 2 callersFunctionrotation_matrix_to_quaternion
Convert rotation matrix to quaternion (w, x, y, z).
scripts/advanced/teleop_phone_lerobot.py:130
↓ 2 callersFunctionrs
(im)
tools/robotwin_integration/sidebyside.py:111
↓ 2 callersFunctionrun
(task_id: str, steps: int = 20, seed: int = 0, obj_name: str = "cube")
tools/maniskill_integration/parity_multi_agent.py:45
↓ 2 callersFunctionrun
(env_name: str, *, n_steps: int, out_dir: Path, render: bool, camera: str = "frontview", seed: int = 0)
tools/robosuite_integration/replay_parity.py:50
↓ 2 callersFunctionrun
(suite, base, episodes, port)
scripts/policy/bridge_sim_client.py:117
↓ 2 callersMethodsample
Generate samples using the flow network. Args: model: The flow network. shape: Shape of the output tensor (b
roboverse_learn/il/utils/flow/flow_matchers.py:41
↓ 2 callersFunctionsample_fn
(shape)
roboverse_pack/tasks/mjlab/mdp/events_dr.py:224
↓ 2 callersMethodsave
(self, demo_idx: int, status: str)
scripts/advanced/collect_demo.py:316
↓ 2 callersMethodsave_calibration_file
(self)
roboverse_pack/teleop/runtime.py:176
↓ 2 callersFunctionsave_current_episode
Save current episode to the episodes list
scripts/advanced/teleop_keyboard.py:322
↓ 2 callersFunctionsave_obs
(state: TensorState, filepath: str)
dashboard/minimal_test_script.py:29
↓ 2 callersMethodset_action
Set the action to execute. The action can be low-level control signals or high-level abstract commands.
roboverse_pack/tasks/simpler_env/_native/control/base_controller.py:104
↓ 2 callersMethodset_normalizer
(self, normalizer: LinearNormalizer)
roboverse_learn/il/policies/vita/vita_policy.py:206
↓ 2 callersMethodset_state
(self, *, robot_qpos, robot_pose, obj_pose)
roboverse_pack/tasks/simpler_env/_native/scene.py:172
↓ 2 callersFunctionsig
(o, r, t, tr, inf)
tests/test_simpler_env_passthrough.py:152
↓ 2 callersFunctionsingle
(src_path, tgt_path, src_robot, tgt_robot)
scripts/advanced/retarget_demo.py:59
↓ 2 callersFunctionsinusoid_ctrl
One-period sinusoid; deterministic across runs.
tools/mjlab_integration/raw_rollout.py:145
↓ 2 callersMethodstd
(self)
get_started/rl/fast_td3/fttd3_module.py:317
↓ 2 callersMethodstep
(self, action)
roboverse_pack/tasks/simpler_env/_metasim/base.py:137
↓ 2 callersMethodstep
(self, action)
roboverse_pack/tasks/simpler_env/_metasim/coke_task.py:230
↓ 2 callersMethodstep
(self, action)
roboverse_pack/tasks/simpler_env/_native/pick_object.py:194
↓ 2 callersMethodstep
(self, action)
roboverse_pack/tasks/simpler_env/_native/env.py:136
↓ 2 callersFunctionstopgrad
(x)
roboverse_learn/il/utils/flow/mean_flow_matcher.py:7
↓ 2 callersFunctiontable_workspace_cfg
ManiSkill's kinematic table box; its top surface sits at z = 0.
roboverse_pack/tasks/maniskill/_native/recipe.py:147
↓ 2 callersFunctiontensor_to_list
Recursively convert tensors to lists/numpy arrays.
roboverse_learn/rl/fast_td3/evaluate_lift.py:119
↓ 2 callersFunctionto_camel_case
Convert a string to CamelCase. E.g., 'Sauce Pyramid' -> 'SaucePyramid'.
scripts/advanced/gpt_gen.py:71
↓ 2 callersFunctionto_snake_case
Convert a string to snake_case. E.g., 'Sauce Pyramid' -> 'sauce_pyramid'.
scripts/advanced/gpt_gen.py:65
↓ 2 callersMethodtransform_mesh
Apply transform to the mesh based on the origin element in URDF.
generation/asset_converter.py:34
↓ 2 callersFunctiontransform_point_cloud
Transform points to new coordinates with transformation matrix. Input: cloud: [torch.FloatTensor, (N,3)] points
third_party/gsnet/utils/loss_utils.py:16
↓ 2 callersMethodtrim
(self, start_t: float, end_t: float)
roboverse_learn/il/utils/pose_trajectory_interpolator.py:67
↓ 2 callersMethodupdate
(self)
get_started/obj_layout/object_layout_task.py:166
↓ 2 callersMethodupdate
(self, value, n=1)
roboverse_learn/il/policies/act/detr/util/misc.py:40
↓ 2 callersMethodupdate
Process pending events and return whether the window remains open.
roboverse_pack/asset/table_display.py:147
↓ 2 callersMethodupdate_env_origins
Advance / retreat ``terrain_levels`` per-env (mjlab parity).
roboverse_pack/tasks/mjlab/mdp/terrain.py:165
↓ 2 callersFunctionupdate_pol
(data, logs_dict)
get_started/rl/fast_td3/1_fttd3.py:402
↓ 2 callersFunctionupdate_pol
(data, logs_dict)
roboverse_learn/rl/fast_td3/train.py:410
↓ 2 callersFunctionvalidate_packet
Validate a two-hand teleoperation packet.
roboverse_pack/teleop/common.py:52
↓ 2 callersFunctionwidowx_deployed_controller_configs
arm_pd_ee_target_delta_pose_align2 + gripper_pd_joint_pos (the deployed Bridge mode).
roboverse_pack/tasks/simpler_env/_native/widowx_config.py:68
↓ 2 callersMethodwith_pos_embed
(self, tensor, pos: Optional[Tensor])
roboverse_learn/il/policies/act/detr/models/transformer.py:163
↓ 1 callersMethod__call__
Call the query.
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_queries.py:94
↓ 1 callersMethod__getitem__
(self, index)
roboverse_learn/il/policies/act/utils.py:98
↓ 1 callersMethod__init__
( self, data_size: int, batch_size: int, shuffle: bool = False, seed:
roboverse_learn/il/runners/default_runner.py:675
↓ 1 callersMethod__init__
( self, pred_horizon: int, action_dim: int, latent_dim: int, hidden_di
roboverse_learn/il/policies/vita/action_ae.py:17
↓ 1 callersMethod__init__
(self, episode_ids, dataset_dir, camera_names, norm_stats)
roboverse_learn/il/policies/act/utils.py:86
↓ 1 callersMethod__init__
(self, args_override)
roboverse_learn/il/policies/act/policy.py:10
↓ 1 callersMethod__init__
Initializes the model. Parameters: backbones: torch module of the backbone to be used. See backbone.py transformer: t
roboverse_learn/il/policies/act/detr/models/detr_vae.py:147
↓ 1 callersMethod__init__
(self, num_pos_feats=64, temperature=10000, normalize=False, scale=None)
roboverse_learn/il/policies/act/detr/models/position_encoding.py:19
↓ 1 callersMethod__init__
( self, dim: int, max_seq_len: int = 256, base: int = 10_000, )
roboverse_learn/il/policies/dp/models/diffusion/positional_embedding.py:25
↓ 1 callersMethod__init__
( self, input_dim, local_cond_dim=None, global_cond_dim=None, diffusio
roboverse_learn/il/policies/dp/models/diffusion/conditional_unet1d.py:75
↓ 1 callersMethod__init__
(self, env)
roboverse_learn/rl/clean_rl/td3.py:73
↓ 1 callersMethod__init__
(self, env)
roboverse_learn/rl/clean_rl/sac.py:77
↓ 1 callersMethod__init__
(self, image_size=(224, 224), normalize_image=True)
roboverse_learn/vla/SmolVLA/roboverse_smolvla_policy.py:37
↓ 1 callersMethod__init__
(self, site_name: str)
roboverse_pack/queries/site.py:22
↓ 1 callersMethod__init__
( self, obj_name: str, body_names: list[str] | str | None = None, mass_distrib
roboverse_pack/randomization/humanoid.py:341
↓ 1 callersMethod__init__
(self, robot_name: str = "h1")
roboverse_pack/tasks/humanoid_bench/humanoid_env.py:26
↓ 1 callersMethod__init__
(self, arm_dof: int = 7, arm_range=(-0.1, 0.1), gripper: bool = True, gripper_range=(-0.01, 0.04))
roboverse_pack/tasks/maniskill/_native/control.py:33
↓ 1 callersMethod__init__
(self, scenario: ScenarioCfg | None = None, device: str | torch.device | None = None)
roboverse_pack/tasks/mjlab/velocity_g1_v2.py:491
↓ 1 callersMethod__init__
( self, obj_name: str, body_names: list[str] | str | None = None, mass_distrib
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_randomizers.py:261
↓ 1 callersMethod__init__
(self, motion_file: str, body_indexes: Sequence[int], device: str = "cpu")
roboverse_pack/tasks/beyondmimic/isaaclab/mdp/commands.py:33
↓ 1 callersMethod__len__
(self)
roboverse_learn/il/utils/sampler.py:134
↓ 1 callersMethod__len__
(self)
third_party/gsnet/dataset/graspnet_dataset.py:68
↓ 1 callersMethod__post_init__
(self)
roboverse_learn/il/runners/base_eval_runner.py:40
↓ 1 callersMethod__post_init__
(self)
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_base.py:35
↓ 1 callersMethod__post_init__
(self)
roboverse_pack/tasks/beyondmimic/isaaclab/configs/flat_env_cfg.py:12
↓ 1 callersFunction_achieved_arm
()
tools/robotwin_integration/parity_robotwin.py:84
↓ 1 callersFunction_act
(policy, obs, p_mean, p_std)
scripts/policy/eval_bc_liberoplus.py:58
↓ 1 callersFunction_action_sequence
A fixed, deterministic action sequence: 5 zero warmup steps then a small sinusoid (mirrors the LIBERO eval warmup, kept identical across both envs
scripts/parity_liberoplus_passthrough.py:84
↓ 1 callersFunction_acts
(n)
scripts/spike_metasim_full_parity.py:67
↓ 1 callersFunction_actuator_cfg
(joint_name: str, metadata: _JointMetadata)
roboverse_pack/robots/openarm_wuji_cfg.py:88
↓ 1 callersFunction_actuator_target_indices
(model: mujoco.MjModel, joint_names: list[str])
tools/mjlab_integration/stand_demo.py:47
↓ 1 callersMethod_adaptive_sampling
(self, env_ids: Sequence[int])
roboverse_pack/tasks/beyondmimic/metasim/mdp/commands.py:152
↓ 1 callersMethod_adaptive_sampling
(self, env_ids: Sequence[int])
roboverse_pack/tasks/beyondmimic/isaaclab/mdp/commands.py:244
↓ 1 callersFunction_add_floor
Append a flat ground geom + a light.
tools/mjlab_integration/scenes/build_stand_scenes.py:182
↓ 1 callersFunction_add_keyframe
Return (qpos, ctrl) that match mjlab's standing keyframe.
tools/mjlab_integration/scenes/build_stand_scenes.py:231
↓ 1 callersFunction_add_position_actuators
For each (joint_name, kp, kv, effort_limit, armature), wire a PD actuator. mjlab's `BuiltinPositionActuatorCfg` maps to: * MuJoCo `general`
tools/mjlab_integration/scenes/build_stand_scenes.py:196
↓ 1 callersFunction_adjust_state_dict_for_model
Adjust tensors from checkpoint_state to better match model.state_dict() shapes. - If a tensor differs only in the leading (0-th) dimension and th
roboverse_learn/rl/fast_td3/evaluate.py:424
↓ 1 callersFunction_agent_slice
Build one agent's name-keyed v2 demo (init_state + per-step states/actions).
get_started/9_maniskill_two_robot_stack_cube.py:145
↓ 1 callersFunction_align_by_jointname
Build a pair of RolloutResults restricted to matching joints (by suffix). The MetaSim path prefixes joints with `<robotname>/`, so we strip prefi
tools/mjlab_integration/full_runner.py:249
↓ 1 callersFunction_aloha_agilex_urdf
Resolve the ALOHA-AgileX URDF via the RoboTwin locator (clone -> mirror -> HF).
roboverse_pack/robots/aloha_agilex_cfg.py:27
↓ 1 callersMethod_apply_action
Push processed action into the simulator handler. Default: ``handler.set_dof_targets`` (joint-position control, the most common case
roboverse_learn/managers/manager_based_rv_env.py:217
↓ 1 callersFunction_apply_dm_control_struct_compat_patch
()
roboverse_pack/tasks/benchmark/base.py:369
↓ 1 callersMethod_apply_gripper_friction
Set ManiSkill's high-friction grasp material on every robot's fingers (once, idempotent). ManiSkill applies this material in code rather than
roboverse_pack/tasks/maniskill/_native/base.py:176
↓ 1 callersMethod_apply_gripper_friction
Apply ManiSkill's gripper grasp material to every robot's fingers (once, idempotent).
roboverse_pack/tasks/maniskill/_native/multi_robot.py:104
↓ 1 callersMethod_apply_joint2_lift_control
Apply joint2 lift control when object is grasped.
roboverse_pack/tasks/pick_place/approach_grasp_knife.py:337
↓ 1 callersMethod_apply_joint2_lift_control
Apply joint2 lift control when object is grasped.
roboverse_pack/tasks/pick_place/approach_grasp_ceramic_teapot.py:347
↓ 1 callersMethod_apply_joint2_lift_control
Apply joint2 lift control when object is grasped.
roboverse_pack/tasks/pick_place/approach_grasp.py:287
↓ 1 callersMethod_apply_model_overrides
Copy compiled-model placement fields robosuite mutated at reset.
roboverse_pack/tasks/robosuite/robosuite_env.py:165
↓ 1 callersMethod_apply_object_frictions
Set the per-object contact materials a ManiSkill task customizes in code (once, idempotent). Mirrors task-build code that gives an object a n
roboverse_pack/tasks/maniskill/_native/base.py:194
↓ 1 callersMethod_apply_setup_events
(self)
roboverse_learn/managers/manager_based_rv_env.py:331
↓ 1 callersMethod_apply_simple_gripper_control
Simple gripper control: close when near object.
roboverse_pack/tasks/pick_place/approach_grasp_knife.py:320
↓ 1 callersMethod_apply_simple_gripper_control
Simple gripper control: close when near object.
roboverse_pack/tasks/pick_place/approach_grasp_ceramic_teapot.py:330
← previousnext →801–900 of 4,056, ranked by callers