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 a7fed0c commit 6ed7553
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 @@ -136,7 +136,7 @@ def _get_highest_object_pose(self):
highest_pose = marker.pose
highest_z = marker.pose.position.z
# 箱の大きさ分高さを加算する
# Add height for the size of the box.
# Adds the box size to the height.
highest_pose.position.z += marker.scale.z * 0.5

return highest_pose
Expand Down

0 comments on commit 6ed7553

Please sign in to comment.