ptibom / Lidar-Simulator

Virtual Generation of Lidar Data for Autonomous Vehicles

Home Page:https://lidar.computerscience.se

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Generation of Lidar Data for Autonomous Vehicles

Note that this project is no longer maintained, but should still be functional.

This is a Lidar simulator created in the game engine Unity, its purpose is to generate lidar data virtually, without the need of a real Lidar sensor.

About

This project was part of a Bachelor thesis and project conducted at the Computer Science and Engineering department at Chalmers University of Technology and University of Gothenburg, Sweden, during the spring 2017.

Thesis: http://publications.lib.chalmers.se/records/fulltext/251700/251700.pdf

Group members

Philip Tibom
Tobias Alldén
Martin Chemander
Sherry Davar
Jonathan Jansson
Rickard Laurenius

Contact: https://lidar.computerscience.se/contact

Website & Trailer

https://lidar.computerscience.se/

How to Compile

Load the project in Unity 5.6 and use the build tool. Add the following scenes in order:
0: MainMenu
1: FinalScene
2: ExternalVisualization
3: Credits

Then build.

The project is only tested for Windows but OSX and Linux should work too, although untested.

How to Install and Run

You can download a compiled version here:
https://github.com/ptibom/Lidar-Simulator/raw/master/build/Build.rar
Extract it anywhere and run the EXE.

Dependencies

Unity Engine 5.6 (Might work for newer versions)

License

MIT License

Copyright (c) 2017 Philip Tibom, Jonathan Jansson, Rickard Laurenius, Tobias Alldén, Martin Chemander, Sherry Davar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Virtual Generation of Lidar Data for Autonomous Vehicles

https://lidar.computerscience.se

License:Other


Languages

Language:C# 89.2%Language:ShaderLab 7.4%Language:HLSL 3.4%