Skip to content

Commit

Permalink
Change default value for left boolean is_pose_reachable.
Browse files Browse the repository at this point in the history
  • Loading branch information
simheo committed Apr 24, 2024
1 parent 8953e48 commit 98917f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pollen_manipulation/reachy_1/reachability.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def is_pose_reachable(
pose: npt.NDArray[np.float32],
reachy: ReachySDK,
angle_limits: List[float],
is_left_arm: bool = True,
is_left_arm: bool = False,
precision_meters: float = 0.01,
precision_rads: float = 0.09,
ik_seed: Optional[List[float]] = None,
Expand Down

0 comments on commit 98917f2

Please sign in to comment.