Skip to content

Commit

Permalink
Merge pull request #4 from aicarmark/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aicarmark authored May 22, 2019
2 parents 9345ac5 + a063d3c commit 014173a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Map Toolbox
# Map Toolbox for Autoware.

[![GitHub license](https://img.shields.io/github/license/autocore-ai/AutowareUnityTools.svg)](https://github.com/autocore-ai/AutowareUnityTools)
[![GitHub release](https://img.shields.io/github/release/autocore-ai/AutowareUnityTools.svg)](https://github.com/autocore-ai/AutowareUnityTools/releases)
[![Unity version](https://img.shields.io/badge/unity-2019.1%2B-green.svg)](https://unity3d.com/unity/whats-new/2019.1.0)

## Description

This plugin helps user create vector maps for [Autoware](https://github.com/autowarefoundation/autoware) efficiently.
This a unity plugin helps user create vector maps for [Autoware](https://github.com/autowarefoundation/autoware) efficiently.

## Features

Expand All @@ -27,13 +27,14 @@ This plugin helps user create vector maps for [Autoware](https://github.com/auto
## Roadmap

* export zone type for Autoware
* add support to Lanelets

## Requirements

* [Unity 2019.1](https://store.unity.com/download?ref=personal)
* [Git](https://www.git-scm.com/download/)

## How to use
## How to compile

* Create your new project in Unity 2019.1
* Add two lines below to Packages/manifest.json dependencies
Expand All @@ -42,5 +43,6 @@ This plugin helps user create vector maps for [Autoware](https://github.com/auto
"com.autocore.map-toolbox": "https://github.com/autocore-ai/MapToolbox.git",
"com.nition.unity-octree": "https://github.com/autocore-ai/UnityOctree.git#upm",
```

## user manual
* please check video. docs will be provided soon.
[![Watch the video](https://img.youtube.com/vi/WTRHPs8pN04/0.jpg)](https://youtu.be/WTRHPs8pN04)

0 comments on commit 014173a

Please sign in to comment.