Skip to content

Commit

Permalink
Minor resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
haiwei-luo committed Jun 24, 2024
1 parent 6425a57 commit d36a96f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/receptionist/src/receptionist/states/seat_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

import numpy as np

<<<<<<< HEAD
from lasr_skills import PlayMotion, Detect3DInArea, LookToPoint, Say, WaitForPerson
=======
from geometry_msgs.msg import Point, PointStamped
from lasr_skills import (
PlayMotion,
Expand All @@ -18,7 +15,6 @@
WaitForPerson,
Wait,
)
>>>>>>> 5026ebfb0cc02564e84da9d05b79c6aa6d85b8f3


class GuestSeatWait(smach.State):
Expand Down

0 comments on commit d36a96f

Please sign in to comment.