Virtual Tsukuba Challenge on Unity world data.
The Virtual Tsukuba Challenge (VTC) using Unreal Engine has been developed by fuRo.
This repository is ONLY for the world (environment) data of VTC.
If you may have interests including robot model, visit vtc_unity repo, please.
If you have any Issues, or need bug tracking, visit vtc_unity/issues page, please.
First, install UnityHub with following links.
- Windows, Mac : https://unity3d.com/jp/get-unity/download
- Linux : http://kconcon3.hatenablog.com/entry/2019/06/27/220000
After that, choose and install Unity Editor (version : 2019.3.10f
) from archive.
https://unity3d.com/get-unity/download/archive
You need Blender>=2.8x. Plsease install with following commands (for Ubuntu).
$ sudo apt remove blender
$ sudo add-apt-repository ppa:thomas-schiex/blender
$ sudo apt update
$ sudo apt install blender
You also need, PointCloudViewer and bpy. First, download zip file from following link.
- https://github.com/uhlik/bpy#point-cloud-visualizer-for-blender-280
Then, install them with following procedure. - blender->Edit(Top Left)->Preferences->Add-ons(Left side)->install(Top Right)->choose zip file->install Add-on Extract zip file
Install space_view3d_point_cloud_visualizer.py
with same procedure.
- blender->Edit(Top Left)->Preferences->Add-ons(Left side)->install(Top Right)->choose space_view3d_point_cloud_visualizer.py file->install Add-on
Finally, please open vtc_world_unity
package from UnityHub. (It takes more than 5 minuites at the first time, in some case)
Some problems are come from git lfs
- If you have not installed
git lfs
, please install them. Then,git clone
this repository again. - If you already have installed
git lfs
, but have a problem. Try following procedure please.
$ git clean -fdx
$ git lfs pull
We utilize following Assets from Unity Asset Store.
Every package are Free now (2020/05/13).
We partly modify and utilize those Assets.
- Realistic Tree 9
- Mobile Tree Package
- Yughues Free Bushes
- First Person All-in-One
- Simple Cars Pack
- Pcx
- Stencil2 PointCloud data : Apache2.0 by 防衛大学校ソフトウェア工学講座
This data is referenced to create the world model. - City Hall.fbx : Apache2.0 by Tomoaki Yoshida
CityHall.blend is modified from above FBX model.
Copyright [2020] Ryodo Tanaka [email protected]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.