Skip to content

Commit

Permalink
Documentation - adding in how to run the receptionist task
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe013evans committed Apr 29, 2024
1 parent 159f3ed commit 00bcbe0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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'
4 changes: 2 additions & 2 deletions tasks/receptionist/src/receptionist/states/get_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import smach
from smach import UserData
from typing import List, Any, Dict, Union
from lasr_vision_clip.srv import VqaRequest, VqaResponse, Vqa

#from lasr_vision_clip.srv import VqaRequest, VqaResponse, Vqa
from lasr_vision_msgs.srv import VqaRequest, VqaResponse, Vqa

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

0 comments on commit 00bcbe0

Please sign in to comment.