Skip to content

Field-Robotics-Japan/vtc_world_unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtc_world_unity

vtc_world
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.

Installation

Thanks to @ssilph from #8

1.Installation of unity(2019.3.10f1)

First, install UnityHub with following links.

After that, choose and install Unity Editor (version : 2019.3.10f) from archive.
https://unity3d.com/get-unity/download/archive

2.Installation of Blender 2.8x

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

3.Installation of PointCloudViewer(version=2.8x) + bpy(version=2.8x)

You also need, PointCloudViewer and bpy. First, download zip file from following link.

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

4.Open vtc_world_unity

Finally, please open vtc_world_unity package from UnityHub. (It takes more than 5 minuites at the first time, in some case)

Trouble Shooting

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

From Unity Asset store

We utilize following Assets from Unity Asset Store.
Every package are Free now (2020/05/13). We partly modify and utilize those Assets.

LICENSE Dependencies

LICENSE

Copyright [2020] Ryodo Tanaka groadpg@gmail.com

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.

About

Virtual Tsukuba Challenge for Unity world data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published