This a unity plugin helps user create vector maps for Autoware efficiently.
- pcd import
- binary pcd
- ✔️ x y z
- ✔️ x y z color
- ✔️ x y z intensity
- ✔️ x y z intensity ring
- binary pcd
- vector maps export
- Autoware
- ✔️ lane merge and branch
- ✔️ lane speed
- ✔️ white line
- ✔️ stop line
- ✔️ traffic signal
- ✔️ road edge
- ✔️ curb
- Autoware
- export zone type for Autoware
- add support to Lanelets
- Create your new project in Unity 2019.1
- Add two lines below to Packages/manifest.json dependencies
"com.autocore.map-toolbox": "https://github.com/autocore-ai/MapToolbox.git",
"com.nition.unity-octree": "https://github.com/autocore-ai/UnityOctree.git#upm",
- please check video. docs will be provided soon.