Skip to content

Commit

Permalink
Minor documentation fix for UniformRandomSampler (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaitbhatt authored Jul 28, 2023
1 parent aeec871 commit eb01e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robosuite/utils/placement_samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def _sample_quat(self):
Samples the orientation for a given object
Returns:
np.array: sampled (r,p,y) euler angle orientation
np.array: sampled object quaternion in (w,x,y,z) form
Raises:
ValueError: [Invalid rotation axis]
Expand Down

0 comments on commit eb01e1f

Please sign in to comment.