This is a Unity project for Interactive Customer Service task.
The task is one of the competition tasks in "Future Convenience Store Challenge in Cyber Space".
Please refer to the rulebook and wiki for details of the competition.
See below for OS and Unity version.
https://github.com/FCSCinCyberSpace/documents/blob/main/SoftwareManual/Environment.md#windows-pc
This repository uses the submodule function, so please clone it with the following command.
git clone --recursive https://github.com/FCSCinCyberSpace/icra2024-unity
Please follow these two steps.
Please install the English language if you are using other than English.
The procedure is like as follows.
- Open the Windows settings menu
- Click [Time & Language] - [Region & language]
- Click [Add a language] in [Languages]-[Preferred languages]
- Select "English (United States)" and Install
Please import files by following the steps below.
- Prepare "ConsoleSimpleTTS.exe" and "Interop.SpeechLib.dll".
For details on these files, see here. - Copy those files to the "TTS" folder in the same directory as SIGVerseConfig folder.
- Create a "Build" folder under this project folder.
- Open this project with Unity.
- Click [File]-[Build Settings].
- Click [Build]
- Select the "Build" folder , and type a file name (e.g. InteractiveCustomerService) and save the file.
- Copy the "TTS" folder under the "Build" folder.
- Open this project with Unity.
- Click [SIGVerse]-[SIGVerse Settings].
SIGVerse window will be opened. - Type the IP address of ROS to "Rosbridge IP" in SIGVerse window.
Please start the ROS side application beforehand.
See icra2024-ros for an example application.
- Click [SIGVerse]-[Set Default GameView Size].
- Double click "Assets/Competition/Scenes/InteractiveCustomerService(.unity)" in Project window.
- Click the Play button at the top of the Unity editor.
- Double Click the "InteractiveCustomerService.exe" in the "Build" folder.
This project is licensed under the SIGVerse License - see the LICENSE.txt file for details.