Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoboVerseOrg/RoboVerse
/ functions
Functions
4,056 in github.com/RoboVerseOrg/RoboVerse
⨍
Functions
4,056
◇
Types & classes
3,644
↳
Endpoints
4
↓ 2 callers
Method
_flatten_obs
(self, obs)
roboverse_pack/tasks/dm_control/_passthrough.py:70
↓ 2 callers
Function
_foot_xy_speed_via_bodies
Per-body xy-speed (linear-vel norm in xy).
roboverse_pack/tasks/mjlab/mdp/rewards.py:1047
↓ 2 callers
Function
_foot_xy_speed_via_sites
Per-site xy-speed (norm of linear xy velocity) read from physics.data. Returns ``(num_envs, len(site_names))``. Uses ``mj_objectVelocity`` for
roboverse_pack/tasks/mjlab/mdp/rewards.py:925
↓ 2 callers
Function
_g1_scenario
(rough: bool = False)
roboverse_pack/tasks/mjlab/velocity_g1_v2.py:443
↓ 2 callers
Function
_gather
(rr: RolloutResult, short_to_idx, name)
tools/mjlab_integration/full_runner.py:289
↓ 2 callers
Function
_gaussian_tol_np
(x: np.ndarray, margin: float)
roboverse_pack/tasks/mjlab/cartpole_train.py:46
↓ 2 callers
Function
_gaussian_tolerance
(x: np.ndarray, margin: float)
tools/mjlab_integration/rewards.py:29
↓ 2 callers
Function
_gaussian_tolerance
Gaussian sigmoid tolerance: 1 at x=0, ``value_at_margin=0.1`` at ``|x|=margin``.
roboverse_pack/tasks/mjlab/mdp/rewards.py:67
↓ 2 callers
Function
_get_activation_fn
Return an activation function given a string
roboverse_learn/il/policies/act/detr/models/transformer.py:306
↓ 2 callers
Function
_get_clones
(module, N)
roboverse_learn/il/policies/act/detr/models/transformer.py:289
↓ 2 callers
Method
_get_contact_forces_mujoco
Compute net contact forces on each body. Returns: torch.Tensor: shape (nbody, 3), contact forces for each body
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_queries.py:71
↓ 2 callers
Function
_get_cube_pos
World-frame position of injected cube body.
roboverse_pack/tasks/mjlab/lift_cube_yam_v2.py:108
↓ 2 callers
Method
_get_initial_states
Get initial states for all environments.
roboverse_pack/tasks/pick_place/hand_trajectory.py:683
↓ 2 callers
Method
_get_initial_states
Get initial states for all environments. Must be implemented by subclasses.
roboverse_pack/tasks/pick_place/base.py:77
↓ 2 callers
Method
_get_k_impl
(self, k, read_count, out=None)
roboverse_learn/il/policies/dp/shared_memory/shared_memory_queue.py:152
↓ 2 callers
Method
_get_masses
(self)
roboverse_pack/randomization/humanoid.py:404
↓ 2 callers
Method
_get_masses
(self)
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_randomizers.py:321
↓ 2 callers
Method
_get_obs
Get current observations for all environments
scripts/advanced/train_ppo.py:68
↓ 2 callers
Function
_get_sensor_info
Get sensor ID and address for a given sensor name.
roboverse_pack/queries/sensor.py:11
↓ 2 callers
Method
_get_waypoint_indices
Waypoint index = current episode step (optionally with foresight).
roboverse_pack/tasks/pick_place/track_bowl.py:235
↓ 2 callers
Function
_glb_to_urdf
Wrap a mesh in a minimal single-link URDF (sapien loads GLB/OBJ via assimp). The collision geometry points at RoboTwin's dedicated ``collision/``
tools/robotwin_integration/mesh_replay_robotwin.py:90
↓ 2 callers
Function
_go1_scenario
(rough: bool = False)
roboverse_pack/tasks/mjlab/velocity_go1_v2.py:507
↓ 2 callers
Method
_grasping
(self, obj_geoms: set[int])
roboverse_pack/tasks/robosuite/native.py:210
↓ 2 callers
Function
_hold_initial_pose_enabled
(args: argparse.Namespace)
scripts/advanced/run_bidexbench_cube_reach.py:200
↓ 2 callers
Function
_identity_object
()
tests/test_handover_finger_joint_order.py:44
↓ 2 callers
Function
_image_from_obs
Extract an RGB frame (HxWx3 uint8) from a SimplerEnv obs dict.
scripts/render_simpler_env.py:49
↓ 2 callers
Function
_img
(obs, cam)
scripts/render_policy_gallery.py:80
↓ 2 callers
Function
_in_contract
True if ``name`` transitively subclasses a contract root (Tier-1).
tests/test_task_reset_seed_contract.py:122
↓ 2 callers
Method
_init_buffers
(self)
roboverse_pack/tasks/humanoid/base/base_legged_robot.py:190
↓ 2 callers
Method
_initialize_action_space
(self)
roboverse_pack/tasks/simpler_env/_native/control/base_controller.py:67
↓ 2 callers
Function
_is_close
(model, data, region: str)
roboverse_pack/tasks/libero/_native_util.py:196
↓ 2 callers
Function
_is_hand_joint
(joint_name: str)
roboverse_pack/robots/openarm_wuji_cfg.py:35
↓ 2 callers
Function
_is_open
(model, data, region: str)
tools/libero_integration/libero_success.py:74
↓ 2 callers
Function
_is_open
(model, data, region: str)
roboverse_pack/tasks/libero/_native_util.py:184
↓ 2 callers
Function
_is_tier3
Native/passthrough adapters are an explicitly-exempt compatibility tier. Exemption is PATH-based only (dedicated ``_native``/``_passthrough`` dir
tests/test_task_reset_seed_contract.py:133
↓ 2 callers
Function
_joined
(cmds)
tests/test_fusion_pipeline.py:14
↓ 2 callers
Function
_label
(arr, text)
tools/mjlab_integration/render.py:176
↓ 2 callers
Function
_label
(width: int, text: str)
tools/robotwin_integration/sidebyside.py:56
↓ 2 callers
Function
_label
Draw a caption banner at the top of a frame (PIL if available, else plain).
tools/robosuite_integration/render.py:39
↓ 2 callers
Function
_label_frame
(img, text)
tools/maniskill_integration/render_compare.py:24
↓ 2 callers
Function
_lerp
(start: float, end: float, amount: float)
scripts/advanced/run_bidexbench_cube_reach.py:92
↓ 2 callers
Method
_lerp
Linear interpolation between two tensors.
roboverse_pack/tasks/beyondmimic/scripts/csv_to_npz.py:156
↓ 2 callers
Function
_libero_assets
()
roboverse_pack/tasks/libero/native_libero.py:56
↓ 2 callers
Function
_lifted
(name, z=0.12)
roboverse_pack/tasks/maniskill/_native/specs.py:30
↓ 2 callers
Function
_link_by_name
(robot, name)
roboverse_pack/tasks/maniskill/_native/grasp.py:17
↓ 2 callers
Function
_load_metadata
(meta_path: Path)
roboverse_learn/vla/pi0/convert_roboverse_to_lerobot.py:69
↓ 2 callers
Function
_load_metadata
Load metadata JSON file.
roboverse_learn/vla/SmolVLA/convert_roboverse_to_lerobot.py:72
↓ 2 callers
Function
_load_model_db
()
roboverse_pack/tasks/simpler_env/_metasim/place_task.py:60
↓ 2 callers
Method
_make_osc
(self)
roboverse_pack/tasks/libero/native_libero.py:131
↓ 2 callers
Method
_make_osc
(self)
roboverse_pack/tasks/robosuite/native.py:180
↓ 2 callers
Function
_maniskill_panda_dir
()
roboverse_pack/tasks/maniskill/_native/recipe.py:40
↓ 2 callers
Function
_match_names
Resolve a list of name patterns against a sorted available-name list. Match strategy (in order): 1. exact match (``pat in available``)
roboverse_pack/tasks/mjlab/mdp/scene_entity.py:56
↓ 2 callers
Function
_matmul3
(a: Matrix3, b: Matrix3)
roboverse_pack/teleop/transforms.py:137
↓ 2 callers
Function
_metasim
(name)
scripts/spike_metasim_full_parity.py:131
↓ 2 callers
Function
_mjcf_blender_file_type
(base_file_type: dict[str, str])
roboverse_pack/tasks/benchmark/base.py:97
↓ 2 callers
Function
_mujoco_stub
A handler whose module looks like the raw-MuJoCo backend.
tests/test_contact_query_shape.py:19
↓ 2 callers
Function
_native
(name)
scripts/spike_metasim_full_parity.py:72
↓ 2 callers
Function
_native_rollout
Replay a demo episode in the native env from its initial state. Returns ``(frames, success_step, track_positions)`` — ``success_step`` is the ind
tools/maniskill_integration/render_demo_replay.py:72
↓ 2 callers
Function
_native_success
(info)
tests/test_maniskill_success.py:24
↓ 2 callers
Function
_newton_robot_ee_pos_w
``(N,3)`` world position of the robot end-effector body on Newton. If ``body_suffix`` is given, match the body whose name ends with it; other
roboverse_pack/tasks/mjlab/mdp/rewards.py:457
↓ 2 callers
Function
_normalize_command_name
(value: Any)
roboverse_pack/teleop/common.py:70
↓ 2 callers
Method
_normalize_impl
(self, x, forward=True)
roboverse_learn/il/utils/normalizer.py:59
↓ 2 callers
Function
_obj_state
(t)
tools/robotwin_integration/mesh_replay_robotwin.py:352
↓ 2 callers
Function
_obj_static_friction
(obj)
tests/test_maniskill_gripper_friction.py:85
↓ 2 callers
Method
_obs_vec
(self)
roboverse_pack/tasks/libero/native_libero.py:152
↓ 2 callers
Method
_obs_vector
Flatten robosuite obs to the robomimic-style low-dim vector.
roboverse_pack/tasks/robosuite/robosuite_env.py:193
↓ 2 callers
Method
_observation
Compute observation for every configured group.
roboverse_learn/managers/manager_based_rv_env.py:537
↓ 2 callers
Method
_observation_group
Concatenate ObsTerm outputs within one group, applying noise.
roboverse_learn/managers/manager_based_rv_env.py:544
↓ 2 callers
Function
_offset_joint_targets
(defaults: Sequence[float], offsets: Sequence[float])
scripts/advanced/run_bidexbench_cube_reach.py:110
↓ 2 callers
Function
_option_value
(argv: list[str], option: str)
scripts/advanced/run_bidexbench_cube_reach.py:13
↓ 2 callers
Method
_park
(self, ids)
roboverse_pack/tasks/simpler_env/_metasim/grasp_objects_task.py:102
↓ 2 callers
Function
_parse_vec3
(text: str)
get_started/replay_multi_scene_render.py:37
↓ 2 callers
Function
_per_geom
(model: mujoco.MjModel)
tools/mjlab_integration/diagnose_cartpole_geoms.py:20
↓ 2 callers
Function
_phase
(index: int, total: int)
scripts/advanced/run_bidexbench_cube_reach.py:81
↓ 2 callers
Method
_physics_step
Issue low-level actions and simulate one physics step.
roboverse_pack/tasks/beyondmimic/metasim/envs/base_legged_robot.py:326
↓ 2 callers
Function
_pick_cube_states
Build a minimal env_states for PickCube where the cube sits at the TCP. Fingers occupy sorted columns 0-1; ``arm_tail_val`` is written to columns
tests/test_maniskill_reward_joint_order.py:27
↓ 2 callers
Function
_primary_manipuland
Name of the most-moved task object over the demo (the thing the task acts on).
tools/maniskill_integration/render_demo_replay.py:188
↓ 2 callers
Method
_privileged_observation
(self, env_states)
roboverse_pack/tasks/humanoid/base/base_agent.py:116
↓ 2 callers
Function
_qpos_from
(st)
tools/maniskill_integration/metasim_rollout.py:112
↓ 2 callers
Function
_quat_error_magnitude
Angle between two unit quaternions (wxyz). Shape preserves leading dims.
roboverse_pack/tasks/mjlab/mdp/rewards.py:681
↓ 2 callers
Method
_quat_mul_xyzw
(q1: np.ndarray, q2: np.ndarray)
roboverse_pack/teleop/runtime.py:445
↓ 2 callers
Function
_query
(handler)
tests/test_contact_query_shape.py:30
↓ 2 callers
Function
_randomize_prop_by_op
Perform data randomization based on the given operation and distribution. Args: data: The data tensor to be randomized. Shape is (dim_0,
roboverse_pack/randomization/humanoid.py:688
↓ 2 callers
Method
_rebuild_tensors
(self)
roboverse_pack/tasks/mjlab/mdp/actions.py:184
↓ 2 callers
Function
_record
Step ``env`` through ``acts`` and record (obs, reward, done) per step.
scripts/parity_liberoplus_passthrough.py:121
↓ 2 callers
Function
_record_urdf
(modelname, modelid, scale)
tools/robotwin_integration/collect_bridge.py:434
↓ 2 callers
Function
_recv
(c)
scripts/policy/bridge_sim_client.py:46
↓ 2 callers
Function
_recv_exactly
(conn: socket.socket, n: int)
tools/robotwin_integration/dp_policy_server.py:32
↓ 2 callers
Method
_recv_exactly
(self, n: int)
tools/robotwin_integration/eval_robotwin_policy.py:132
↓ 2 callers
Function
_recvn
(c, n)
scripts/policy/bridge_sim_client.py:36
↓ 2 callers
Function
_recvn
(conn, n: int)
scripts/policy/bridge_policy_server.py:41
↓ 2 callers
Function
_relpath
Map a local asset abs-path to its stable two-namespace vendored relpath.
tools/libero_integration/vendor_shared_assets.py:33
↓ 2 callers
Function
_render
(py: str, script: str, extra: list[str])
tools/robotwin_integration/sidebyside.py:50
↓ 2 callers
Function
_render_frames
Replay `rollout.qpos/qvel` onto a fresh model from `xml_path` and return frames + nq.
tools/mjlab_integration/render.py:92
↓ 2 callers
Method
_resample
Resample the command.
roboverse_pack/tasks/beyondmimic/metasim/mdp/commands.py:342
↓ 2 callers
Method
_resample_command
(self, env_ids: Sequence[int], env_states: TensorState)
roboverse_pack/tasks/beyondmimic/metasim/mdp/commands.py:188
↓ 2 callers
Method
_reset_idx
Per-env reset (set initial state, run reset events, zero buffers).
roboverse_learn/managers/manager_based_rv_env.py:367
↓ 2 callers
Method
_reset_idx
Reset selected envs (defaults to all).
roboverse_pack/tasks/beyondmimic/metasim/envs/base_legged_robot.py:219
↓ 2 callers
Method
_reset_idx
Reset environments based on specified indices. Args: env_ids: List of environment ids which must be reset
roboverse_pack/tasks/beyondmimic/isaaclab/envs/tracking_base_env.py:477
↓ 2 callers
Function
_reset_lacks_seed
(fn: ast.FunctionDef)
tests/test_task_reset_seed_contract.py:147
← previous
next →
501–600 of 4,056, ranked by callers