Skip to content

Commit

Permalink
BUGFIX: Removing spurious self collisions in fetch model that was pre…
Browse files Browse the repository at this point in the history
…venting full range of motion
  • Loading branch information
vikashplus committed Oct 19, 2023
1 parent 9726f7f commit e160593
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions robohive/envs/arms/fetch/assets/fetch_reach_v0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@

</worldbody>

<keyframe>
<key name="pick_pose" qpos='-0.000445298 0 0.4334 0.0803 -0.906015 -0.0314 0.87789 0 1.62 0 0.0315 0.0315'/>
</keyframe>

</mujoco>
2 changes: 1 addition & 1 deletion robohive/simhive/fetch_sim
Submodule fetch_sim updated 1 files
+1 −0 assets/asset.xml
4 changes: 2 additions & 2 deletions robohive_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def fetch_simhive():
print("RoboHive:> Initializing...")

# Mark the SimHive version (ToDo: Remove this when commits hashes are auto fetched from submodules)
__version__ = "0.6.0"
__version__ = "0.7.0"

# Fetch SimHive
print("RoboHive:> Downloading simulation assets (upto ~300MBs)")
Expand Down Expand Up @@ -89,7 +89,7 @@ def fetch_simhive():
clone_path=simhive_path)

fetch_git(repo_url="https://github.com/vikashplus/fetch_sim.git",
commit_hash="58d561fa416b6a151761ced18f2dc8f067188909",
commit_hash="7f6d25ae8a6f5778379a48fa60c17d685075e64d",
clone_directory="fetch_sim",
clone_path=simhive_path)

Expand Down

0 comments on commit e160593

Please sign in to comment.