Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receptionist task manager functional #33

Merged
merged 26 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
99ad70a
Vision interfaces, includes .action for getting bag pointed at.
EmilianoHFlores Apr 14, 2024
0ecaa39
feat: Added view angle srv from nav
afr2903 Apr 14, 2024
cd8e993
feat: Added arm joints server interfaces
afr2903 Apr 14, 2024
9ccfa85
feat: Added person tracking vision interfaces
afr2903 Apr 14, 2024
00d6d21
Integration messages for receptionist (#28)
afr2903 Apr 14, 2024
4b0e7f2
feat: Template for vision tasks
afr2903 Apr 14, 2024
47e899d
Template for task manager
afr2903 Apr 14, 2024
33510b5
feat: Added save name service vision
afr2903 Apr 14, 2024
4739b66
feat: Added move arm joints client
afr2903 Apr 14, 2024
b285d8d
feat: Face following with arm working
afr2903 Apr 14, 2024
ef420a0
feat: Added speak now topic
afr2903 Apr 14, 2024
4db4c0d
feat: Updated receptionist HRI interfaces
afr2903 Apr 14, 2024
44bf636
Updated receptionist HRI interfaces (#29)
afr2903 Apr 14, 2024
e09da1e
feat: Added image analysis features
afr2903 Apr 14, 2024
248d8f2
feat: Conventional task manager logic added
afr2903 Apr 14, 2024
1098cc2
fix: Wrong output definition
afr2903 Apr 14, 2024
0ccb8e2
feat: Added nav to receptionist tasks
afr2903 Apr 14, 2024
82fd5a9
build: Added interfaces packages as submodule
afr2903 Apr 16, 2024
56551ba
build: Updated interfaces inside the submodule repo
afr2903 Apr 16, 2024
0d963dc
Interfaces submodule (#31)
afr2903 Apr 16, 2024
c4c1c4d
feat: Added predefined position call in arm joints server
afr2903 Apr 16, 2024
5f116df
feat: Added check person and find seat services
afr2903 Apr 16, 2024
2ee209f
refactor: Completed and corrected the logic for the whole task
afr2903 Apr 16, 2024
e226c8a
fix: Updated call to find seat service
afr2903 Apr 16, 2024
c54b5fe
Tested task manager logic, functional task
afr2903 Apr 16, 2024
c6cb1d3
feat: Debug logs for receptionist
afr2903 Apr 17, 2024
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "navigation"]
path = navigation
url = https://github.com/RoBorregos/home-navigation.git
[submodule "ws/src/interfaces"]
path = ws/src/interfaces
url = https://github.com/RoBorregos/home-interfaces
44 changes: 0 additions & 44 deletions ws/src/frida_hri_interfaces/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions ws/src/frida_hri_interfaces/action/Conversate.action

This file was deleted.

3 changes: 0 additions & 3 deletions ws/src/frida_hri_interfaces/msg/Command.msg

This file was deleted.

1 change: 0 additions & 1 deletion ws/src/frida_hri_interfaces/msg/CommandList.msg

This file was deleted.

34 changes: 0 additions & 34 deletions ws/src/frida_hri_interfaces/package.xml

This file was deleted.

3 changes: 0 additions & 3 deletions ws/src/frida_hri_interfaces/srv/Speak.srv

This file was deleted.

69 changes: 0 additions & 69 deletions ws/src/frida_manipulation_interfaces/CMakeLists.txt

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions ws/src/frida_manipulation_interfaces/package.xml

This file was deleted.

45 changes: 0 additions & 45 deletions ws/src/frida_navigation_interfaces/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions ws/src/frida_navigation_interfaces/action/navServ.action

This file was deleted.

50 changes: 0 additions & 50 deletions ws/src/frida_navigation_interfaces/package.xml

This file was deleted.

Loading