Skip to content

Commit

Permalink
Fetch reachable dist to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arth-shukla committed Mar 6, 2024
1 parent 57669b4 commit 1fede75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mani_skill2/agents/robots/fetch/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Fetch(BaseAgent):
entity_uid="gripper_link",
)
]
REACHABLE_DIST = 1.5
REACHABLE_DIST = 1.4
RESTING_QPOS = np.array([0, 0, 0, 0.386, 0, -0.370, 0.562, -1.032, 0.695, 0.955, -0.1, 2.077, 0, 0.015, 0.015])

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 1fede75

Please sign in to comment.