Skip to content

Commit

Permalink
fixing conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago committed May 28, 2024
2 parents 0c3b2a8 + 00bcbe0 commit 4d34852
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/receptionist/doc/PREREQUISITES.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
If you would like to view the documentation in the browser, ensure you have at [Node.js v16.x](https://nodejs.org/en) installed.


Please make sure the following models are installed in order to run this code:

- lasr_vision_yolov8 requires yolov8n-seg.pt in lasr_vision_yolov8/models/
- lasr_vision_feature_extraction requires model.pth in lasr_vision_feature_extraction/models/
- lasr_vision_clip requires a model from hugging face, this can be downloaded by running 'rosrun lasr_vision_clip vqa'
5 changes: 5 additions & 0 deletions tasks/receptionist/src/receptionist/states/get_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
import smach
from smach import UserData
from typing import List, Any, Dict, Union
<<<<<<< HEAD
from lasr_vision_msgs.srv import VqaRequest, VqaResponse, Vqa

=======
#from lasr_vision_clip.srv import VqaRequest, VqaResponse, Vqa
from lasr_vision_msgs.srv import VqaRequest, VqaResponse, Vqa
>>>>>>> 00bcbe018d9c9789c4aac12a77642f8d5d668455

class GetGuestAttributes(smach.State):
def __init__(
Expand Down

0 comments on commit 4d34852

Please sign in to comment.