Skip to content

Commit

Permalink
Make SapienPlanner joint_vel/acc_limits kw only
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Apr 8, 2024
1 parent a5727a1 commit b61f44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mplib/sapien_utils/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def __init__(
self,
sapien_planning_world: SapienPlanningWorld,
move_group: str,
*,
joint_vel_limits: Optional[Sequence[float] | np.ndarray] = None,
joint_acc_limits: Optional[Sequence[float] | np.ndarray] = None,
):
Expand Down

0 comments on commit b61f44e

Please sign in to comment.