Skip to content

Commit 6cbbcc6

Browse files
committed
(place.py) Default place_volume to None
1 parent 3ba393f commit 6cbbcc6

File tree

1 file changed

+1
-1
lines changed
  • robot_smach_states/src/robot_smach_states/manipulation

1 file changed

+1
-1
lines changed

robot_smach_states/src/robot_smach_states/manipulation/place.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def execute(self, userdata=None):
148148
class Place(smach.StateMachine):
149149

150150
def __init__(self, robot: Robot, item_to_place: Entity, place_pose: Union[str, FrameStamped, Entity],
151-
arm: PublicArm, place_volume: Optional[str]) -> None:
151+
arm: PublicArm, place_volume: Optional[str] = None) -> None:
152152
"""
153153
Drive the robot to be close to the designated place_pose and move the designated arm to place the designated
154154
item there

0 commit comments

Comments
 (0)