Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ws/src/frida_task_manager/scripts/vision_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
from std_srvs.srv import SetBool
from frida_vision_interfaces.srv import NewHost, NewHostResponse, FindSeat, PersonCount

STORE_FACE_SERVICE = "/new_name"
CHECK_PERSON = "/check_person"
FIND_TOPIC = "/find_seat"
PERSON_COUNT_START_TOPIC = "/start_counting"
PERSON_COUNT_END_TOPIC = "/end_counting"
STORE_FACE_SERVICE = "/vision/new_name"
CHECK_PERSON = "/vision/check_person"
FIND_TOPIC = "/vision/find_seat"
PERSON_COUNT_START_TOPIC = "/vision/start_counting"
PERSON_COUNT_END_TOPIC = "/vision/end_counting"

class TasksVision:
"""Class to manage the navigation tasks"""
Expand Down