This is a Unity project for the competition of Handyman task of the Partner Robot Challenge (Virtual Space) in the World Robot Competition.
Please prepare a common unitypackage in advance, and import the unitypackage to this project.
For details of using the common unitypackage, please see an introduction in the following repository.
https://github.com/PartnerRobotChallengeVirtual/common-unity.git
See also wiki page.
- OS: Windows 10
- Unity version: 2018.4.3f1
- Open this project with Unity.
- Click [Assets]-[Import Package]-[Custom Package...].
- Select a common unitypackage (e.g. wrs-virtual-common.unitypackage) and open the file.
- Click [Import] button.
- Please confirm that no error occurred in Console window.
If you want to output speech, please do the following 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. Handyman) and save the file.
- 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.
By default, given 5 attempts.
- Double click "Assets/Competition/Handyman/Handyman(.unity)" in Project window.
- Click the Play button at the top of the Unity editor.
- Copy the "SIGVerseConfig" folder and the "TTS" folder into the "Build" folder.
- Double Click the "Handyman.exe" in the "Build" folder.
This project is licensed under the SIGVerse License - see the LICENSE.txt file for details.