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
↓ 1 callers
Function
parse_args
()
scripts/advanced/motion_planning.py:27
↓ 1 callers
Function
parse_args
()
scripts/advanced/motion_planning_gapartnet.py:30
↓ 1 callers
Function
parse_arguments
Parse command line arguments.
roboverse_pack/utils/humanoid_utils.py:15
↓ 1 callers
Function
parse_command_payload
Parse a command payload into a canonical command object.
roboverse_pack/teleop/common.py:90
↓ 1 callers
Function
parse_docstring_metadata
(docstring: str)
docs/source/dataset_benchmark/tasks/generate_task_docs.py:30
↓ 1 callers
Function
parse_goal
(bddl_text: str)
tools/libero_integration/gen_liberoplus.py:121
↓ 1 callers
Function
parse_link
Extract link (body) info and associated elements (geoms) from MuJoCo. Returns: l_info (dict), j_info (dict)
scripts/conversion/mjcf2urdf_no_texture.py:127
↓ 1 callers
Function
parse_link
Extract link (body) info and associated elements (geoms) from MuJoCo. Returns: l_info (dict), j_info (dict)
scripts/conversion/mjcf2urdf.py:116
↓ 1 callers
Function
parse_link
Extract link (body) info and associated elements (geoms) from MuJoCo. Returns: l_info (dict), j_info (dict)
scripts/conversion/mjcf2urdf_direct_convert.py:74
↓ 1 callers
Function
parse_material
Parse material/texture information from MuJoCo geom.
scripts/conversion/mjcf2urdf_direct_convert.py:37
↓ 1 callers
Function
parse_mjcf
Wraps MuJoCo's XML parsing to return an MjModel.
scripts/conversion/mjcf2urdf_no_texture.py:24
↓ 1 callers
Function
parse_mjcf
Wraps MuJoCo's XML parsing to return an MjModel.
scripts/conversion/mjcf2urdf.py:24
↓ 1 callers
Function
parse_mjcf
Wraps MuJoCo's XML parsing to return an MjModel.
scripts/conversion/mjcf2urdf_direct_convert.py:24
↓ 1 callers
Function
patch_mjcf_add_cube_and_table
Add a cube (free joint) + a static table to an MJCF for manipulation tasks. Used for lift_cube_yam_v2: yam.xml has just the arm; we inject the cu
roboverse_pack/tasks/mjlab/_mjcf_patch.py:161
↓ 1 callers
Function
pick_device
()
get_started/4_motion_planning.py:38
↓ 1 callers
Method
plan_joint_path
(self, start_qpos, target_qpos, vlim, alim, jerklim, init_v=0.0)
roboverse_pack/tasks/simpler_env/_native/control/base_controller.py:134
↓ 1 callers
Function
plot_ctrl
Plot the ctrl applied per control step.
tools/mjlab_integration/plot.py:53
↓ 1 callers
Function
plot_run
Make a 2x2 panel: mean reward, value loss, mean episode length, action std.
tools/mjlab_integration/policy_replay/extract_curves.py:63
↓ 1 callers
Function
policy
(t: int, obs: dict)
tools/robosuite_integration/robosuite_rollout.py:212
↓ 1 callers
Function
policy_of
(task)
scripts/gen_simpler_doc_gallery.py:86
↓ 1 callers
Method
predict
(self, cameras, joint_qpos)
tools/robotwin_integration/dp_policy_server.py:122
↓ 1 callers
Method
predict_action
obs_dict: str: B,To,* return: B,Ta,Da
roboverse_learn/il/policies/dp/ddim_unet_image_policy.py:20
↓ 1 callers
Method
predict_action
obs_dict: must include "obs" key result: must include "action" key
roboverse_learn/il/policies/dp/ddim_unet_image_policy.py:152
↓ 1 callers
Method
predict_action
obs_dict: must include "obs" key result: must include "action" key
roboverse_learn/il/policies/dp/ddpm_image_policy.py:132
↓ 1 callers
Method
predict_action
Predict action from current observation. Returns: torch.Tensor: Action tensor of shape (B, 7) containing [dx, dy, dz, dr
roboverse_learn/vla/SmolVLA/smolvla_eval.py:138
↓ 1 callers
Function
prepare_observation
(obs)
scripts/policy/bridge_policy_server.py:148
↓ 1 callers
Method
prev_joint
Select previous joint
get_started/obj_layout/object_layout_task.py:230
↓ 1 callers
Method
prev_joint
Select previous joint
get_started/obj_layout/object_layout.py:215
↓ 1 callers
Method
prev_joint
Select the previous joint.
roboverse_pack/asset/table_display.py:216
↓ 1 callers
Function
process
(action)
scripts/policy/bridge_policy_server.py:163
↓ 1 callers
Method
process
Apply mjlab BaseAction processing: ``scale * raw + offset``, clip, subtract encoder_bias. The encoder_bias is subtracted only if present on e
roboverse_pack/tasks/mjlab/mdp/actions.py:189
↓ 1 callers
Function
process_body_recursive
Recursively process a body and its children, building up link/joint dicts.
scripts/conversion/mjcf2urdf_no_texture.py:247
↓ 1 callers
Function
process_body_recursive
Recursively process a body and its children, building up link/joint dicts.
scripts/conversion/mjcf2urdf.py:236
↓ 1 callers
Function
process_body_recursive
Recursively process a body and its children, building up link/joint dicts.
scripts/conversion/mjcf2urdf_direct_convert.py:173
↓ 1 callers
Function
process_common_input
Process common input (TAB, J, C, ESC)
get_started/obj_layout/object_layout_task.py:317
↓ 1 callers
Function
process_common_input
Process common input (TAB, J, C, ESC) - separate function
get_started/obj_layout/object_layout.py:312
↓ 1 callers
Function
process_common_input
Process shared keyboard input (TAB, J, C, ESC) for mode toggles.
roboverse_pack/asset/table_display.py:315
↓ 1 callers
Function
process_folder
Recursively process all MJCF/XML files in the given folder and its subfolders. Args: folder_path (str): Path to the folder containin
scripts/conversion/batch_mjcf2urdf.py:17
↓ 1 callers
Function
process_grasp_labels
Process labels according to scene points and object poses.
third_party/gsnet/utils/label_generation.py:19
↓ 1 callers
Function
process_input
Process keyboard input - returns delta position, delta rotation, joint angle delta, and control flags
get_started/obj_layout/object_layout_task.py:273
↓ 1 callers
Function
process_input
Process keyboard input - returns delta position, delta rotation, joint angle delta, and control flags
get_started/obj_layout/object_layout.py:261
↓ 1 callers
Function
process_input
Process keyboard input and return motion deltas plus control flags.
roboverse_pack/asset/table_display.py:264
↓ 1 callers
Function
process_mjcf_file
Process a single MJCF file and save a snapshot.
scripts/conversion/mjcf_snapshot.py:245
↓ 1 callers
Method
process_obs
Processes the observation to be used by the policy, according to the observation the policy is configured to use.
roboverse_learn/il/runners/base_eval_runner.py:59
↓ 1 callers
Function
process_urdf_file
Process a single URDF file and take a snapshot using Isaac Gym.
scripts/conversion/urdf_snapshot.py:77
↓ 1 callers
Function
process_usd_file
Process a single USD file and take a snapshot using Isaac Lab.
scripts/conversion/usd_snapshot.py:80
↓ 1 callers
Function
profile_choices
Return available transform profile names.
roboverse_pack/teleop/transforms.py:108
↓ 1 callers
Method
projection
Projection operation that includes q_support directly
get_started/rl/fast_td3/fttd3_module.py:474
↓ 1 callers
Method
projection
Projection operation that includes q_support directly
roboverse_learn/rl/fast_td3/fttd3_module.py:474
↓ 1 callers
Function
proprio_vec
Assemble the 9-d proprio vector from a LIBERO obs dict (native or demo). joint positions (7) + gripper (2). Native eval obs uses ``robot0_joint_p
scripts/policy/bc_model.py:77
↓ 1 callers
Method
push_from_env
Collect configured keys and push them as one entry. The values are taken from env_states.robots[env_name] or from attributes on the H
roboverse_pack/callback_funcs/humanoid/step_funcs.py:154
↓ 1 callers
Method
put
data: key: T,*
roboverse_learn/il/utils/timestamp_accumulator.py:114
↓ 1 callers
Function
qpos_overlay
(run_dir: Path, signal: str = "sinusoid")
tools/robosuite_integration/plots.py:35
↓ 1 callers
Method
qsize
(self)
roboverse_learn/il/policies/dp/shared_memory/shared_memory_queue.py:76
↓ 1 callers
Function
quat2axisangle
(quat)
scripts/policy/bridge_policy_server.py:133
↓ 1 callers
Function
quat_apply_xyzw
Rotate ``v`` from body frame into world frame using ``q`` (xyzw).
roboverse_pack/tasks/mjlab/mdp/_math.py:48
↓ 1 callers
Function
quat_xyzw_to_rotmat
Convert an XYZW quaternion to a 3x3 rotation matrix.
roboverse_pack/teleop/transforms.py:147
↓ 1 callers
Method
randomize
Randomize material properties across supported simulators.
roboverse_pack/randomization/humanoid.py:185
↓ 1 callers
Method
randomize
Randomize masses and optionally recompute inertias.
roboverse_pack/randomization/humanoid.py:542
↓ 1 callers
Method
randomize
Randomize the query.
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_randomizers.py:150
↓ 1 callers
Method
randomize
Randomize the query.
roboverse_pack/tasks/beyondmimic/metasim/configs/cfg_randomizers.py:450
↓ 1 callers
Method
randomize_for_variant
Apply randomization for a specific variant. Args: variant_id: Variant ID (0, 1, 2, ...)
scripts/advanced/replay_state.py:267
↓ 1 callers
Method
randomize_lights
(self, seed: int)
scripts/advanced/replay_real_asset.py:312
↓ 1 callers
Function
recompute
(action)
tools/robosuite_integration/replay_parity.py:121
↓ 1 callers
Function
register_dm_control_passthrough
Register all dm_control suite tasks under DMControl/<domain>-<task> namespace.
roboverse_pack/tasks/dm_control/_passthrough.py:11
↓ 1 callers
Function
register_gymnasium_robotics_passthrough
Register all gymnasium-robotics envs under GymRobotics/<env_id> namespace.
roboverse_pack/tasks/gym_robotics/_passthrough.py:16
↓ 1 callers
Function
register_libero_passthrough
Register every LIBERO task as ``Libero/<suite>__<task_name>`` (lazy). Idempotent. Returns the registered ids. Safe when LIBERO is absent (returns
roboverse_pack/tasks/libero/_passthrough.py:174
↓ 1 callers
Function
register_liberoplus_passthrough
Register every LIBERO-plus task as ``LiberoPlus/<suite>__<task>`` (lazy). Idempotent. Returns the registered ids. Safe when LIBERO-plus is absent
roboverse_pack/tasks/libero_plus/_passthrough.py:287
↓ 1 callers
Function
register_maniskill3_passthrough
Register all ManiSkill 3 envs under a 'ManiSkill3/<env_id>' namespace. Idempotent. Returns list of registered (or already-present) env ids.
roboverse_pack/tasks/maniskill/_passthrough_v3.py:51
↓ 1 callers
Function
register_metaworld_passthrough
Register all Meta-World MT50 train + test tasks under MetaWorld/<name> namespace.
roboverse_pack/tasks/metaworld/_passthrough.py:16
↓ 1 callers
Function
register_mjlab_passthrough_tasks
Register all mjlab tasks as gym envs accessible via gym.make(prefix + task_id). Idempotent — gymnasium silently ignores re-registration. Retu
roboverse_pack/tasks/mjlab/_passthrough.py:128
↓ 1 callers
Function
register_myosuite_passthrough
Register all myosuite envs under 'MyoSuite/<env_id>' namespace. Returns list of registered (or already-present) env ids.
roboverse_pack/tasks/myosuite/_passthrough.py:16
↓ 1 callers
Function
register_robosuite_passthrough
Register all known robosuite envs under ``<prefix><EnvName>``. Idempotent.
roboverse_pack/tasks/robosuite/_passthrough.py:47
↓ 1 callers
Function
register_robotwin_passthrough
Register every RoboTwin task as ``RoboTwin/<name>`` (lazy entry point). Idempotent. Returns the registered ids. Safe when RoboTwin/its deps are
roboverse_pack/tasks/robotwin/_passthrough.py:181
↓ 1 callers
Function
remap_assets
Remap a dataset demo's embedded MJCF to the locally-installed robosuite. ``fixer.edit_model_xml`` rebases the collector's absolute paths to the l
tools/robosuite_integration/benchmark_replay.py:53
↓ 1 callers
Function
remap_liberoplus_model
Rebase a LIBERO-plus perturbed ``model_file`` to local assets. Same as :func:`remap_libero_model` (robosuite + chiliocosm roots, dm_control-safe)
roboverse_pack/tasks/libero/_native_util.py:111
↓ 1 callers
Function
remove_articulation_root_api
(usd_path: str)
scripts/conversion/clean_usd.py:58
↓ 1 callers
Function
remove_fixed_joint
(usd_path: str)
scripts/conversion/clean_usd.py:94
↓ 1 callers
Function
render_all
(reports_dir: Path, n_steps: int = 200, frame_stride: int = 2)
tools/mjlab_integration/render_sweep.py:77
↓ 1 callers
Function
render_badges
(meta)
docs/source/dataset_benchmark/tasks/generate_task_docs.py:79
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_metasim/base.py:120
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_metasim/coke_task.py:246
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_native/put_on.py:309
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_native/move_near.py:289
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_native/scene.py:179
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_native/drawer.py:148
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_native/pick_object.py:209
↓ 1 callers
Method
render_color
(self)
roboverse_pack/tasks/simpler_env/_native/place.py:237
↓ 1 callers
Function
render_frame
()
tools/robotwin_integration/native_render.py:216
↓ 1 callers
Method
render_obs
Policy-facing overhead image (uint8) with greenscreen overlay applied.
roboverse_pack/tasks/simpler_env/_native/scene.py:185
↓ 1 callers
Function
render_qpos_replay_with_success
Render two qpos sequences (robosuite-side, handler-side) with visual meshes and an objective per-frame success banner. Used for action-replay vide
tools/robosuite_integration/benchmark_replay.py:153
↓ 1 callers
Function
render_state_replay_with_success
Render a demo's state-replay on both stacks with an objective per-frame success flag (robosuite's own ``_check_success`` evaluated at each state).
tools/robosuite_integration/benchmark_replay.py:98
↓ 1 callers
Function
render_task
(task_name, *, steps, seed, out_dir, side_by_side)
scripts/render_simpler_env.py:88
↓ 1 callers
Function
render_with_rollout
Collect a short rollout and return a list of RGB frames (H, W, 3, uint8). Works with FastTD3EnvWrapper: render_env.render() must retu
get_started/rl/fast_td3/1_fttd3.py:287
↓ 1 callers
Function
render_with_rollout
()
roboverse_learn/rl/fast_td3/train.py:294
↓ 1 callers
Function
reparametrize
(mu, logvar)
roboverse_learn/il/policies/act/detr/models/detr_vae.py:20
↓ 1 callers
Function
replace_submodules
predicate: Return true if the module is to be replaced. func: Return new module to use.
roboverse_learn/il/utils/pytorch_util.py:45
↓ 1 callers
Function
replay_benchmark
(env_name: str, n_demos: int)
tools/robosuite_integration/verify_robosuite_free.py:57
↓ 1 callers
Function
replay_single_variant
Replay trajectory for a single variant. Args: env: Task environment scenario: Scenario configuration all_states: All traj
scripts/advanced/replay_state.py:335
↓ 1 callers
Function
replay_single_variant
Replay trajectory for a single variant. Args: env: Task environment scenario: Scenario configuration all_states: All traj
scripts/advanced/replay_real_asset.py:365
← previous
next →
1,901–2,000 of 4,056, ranked by callers