Skip to content

Commit

Permalink
fixed a small bug that parameters of GetCroppedImage is now different.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Jul 3, 2024
1 parent 7ed0fd6 commit 42e6e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skills/src/lasr_skills/describe_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def __init__(self):
"GET_IMAGE",
GetCroppedImage(
object_name="person",
crop_method="closest",
rgb_topic="/xtion/rgb/image_raw",
method="closest",
use_mask=False,
),
transitions={
Expand Down

0 comments on commit 42e6e02

Please sign in to comment.