Skip to content

Commit

Permalink
Update sciurus17_examples/scripts/box_stacking_example.py
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhei Kozasa <[email protected]>
  • Loading branch information
Shota Aoki and Shuhei Kozasa authored Dec 21, 2023
1 parent 4d4200e commit c5f185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciurus17_examples/scripts/box_stacking_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def pick_up(self, check_result):
object_pose = self._get_lowest_object_pose()

# オブジェクトの位置によって左右のどちらの手で取るかを判定する
# Determine whether the object is taken with the left or right hand depending on its position.
# Determine whether the object should be taken with the left or right hand depending on its position.
if object_pose.position.y < 0:
self._current_arm = self._RIGHT_ARM
rospy.loginfo("Set right arm")
Expand Down

0 comments on commit c5f185c

Please sign in to comment.