Skip to content

zcgzcg/simulator

 
 

Repository files navigation

LGSVL Simulator: A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles

Introduction

Please visit our new website at https://www.lgsvlsimulator.com

LG Silicon Valley Lab has developed a Unity-based multi-robot simulator for autonomous vehicle developers. We provide an out-of-the-box solution which can meet the needs of developers wishing to focus on testing their autonomous vehicle algorithms. It currently has integration with the Duckietown, TierIV's Autoware, and Baidu's Apollo platforms, can generate HD maps, and be immediately used for testing and validation of a whole system with little need for custom integrations. We hope to build a collaborative community among robotics and autonomous vehicle developers by open sourcing our efforts.

To use the simulator with Apollo, after following the build steps for the simulator, follow the guide on our Apollo fork.

To use the simulator with Autoware, build the simulator then follow the guide on our Autoware fork.

Video

ROSCON2018: LG Autonomous Simulator driving with Baidu Apollo & Tier IV Autoware

(Link)

Getting Started

Running the simulator with reasonable performance and frame rate (for perception related tasks) requires a high performance desktop. Below is the recommended system for running the simulator at high quality. We are currently working on performance improvements for a better experience.

Recommended system:

  • 4 GHz Dual core CPU
  • Nvidia GTX 1080
  • Windows 10 64 Bit

The easiest way to get started with running the simulator is to open it as a project in Unity and run inside the Unity Editor. Otherwise, you can build the Unity project into a standalone executable. Currently, running the simulator in Windows yields better performance than running on Linux.

Steps for starting simulator in Unity Editor

  1. Install Unity 2018.2.4. Windows link: https://unity3d.com/get-unity/download/archive

    Linux link (2018.2.4f1): https://beta.unity3d.com/download/fe703c5165de/public_download.html

  2. Install Git LFS (this should be as simple as git lfs install). Since this repository contains several large files, we speed up clones/uploads with Git LFS. This is a requirement for cloning our project, and without it the repository cannot be set up properly.

  3. Clone this repository from Github:

      git clone https://github.com/lgsvl/simulator.git
    
  4. Open Unity Editor by navigating to where it is installed and launching the Unity executable.

  5. Open the simulator project that was cloned in step 3 by selecting the simulator folder.

  6. Run the simulator. On the bottom left in the Project panel, Navigate to Assets->Scenes. Then double-click "Menu" (with the Unity icon next to it) to load the scene. At the top of the editor, click the Play button to start the simulator.

Build standalone executable

If you would prefer to not run in Unity Editor and build the standalone executable yourself, follow the instructions here.

Simulator Instructions

  1. After starting the simulator, you should see the main menu. Currently, only Free Roaming mode is supported. Click "Free Roaming."
  2. Select the appropriate map and vehicle. For a standard setup, select "SanFrancisco" for map and "XE_Rigged-apollo" for Robot. If connecting with Autoware or Apollo, make sure simulator establishes connection with rosbridge. Click "Run" to begin. The program will not allow running if there is no established connection with a rosbridge. To bypass this and just test out the simulator environment, hold down the Shift button and click "Run."
  3. The vehicle/robot should spawn inside the map environment that was selected. Read here for an explanation of all current keyboard shortcuts and controls.
  4. Follow the guides on our respective Autoware and Apollo repositories for instructions on running the platforms with the simulator.

Guide to simulator functionality

Look here for a guide to currently available functionality and keyboard shortcuts for using the simulator.

Contact

Please feel free to provide feedback or ask questions by creating a Github issue. For inquiries about collaboration, please email Dmitry Zelenkovsky at dmitry.zelenkovsky@lge.com.

Copyright and License

Copyright (c) 2018 LG Electronics, Inc.

This software contains code licensed as described in LICENSE.

About

A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 68.3%
  • Mathematica 14.3%
  • C 7.2%
  • HLSL 5.4%
  • ShaderLab 4.2%
  • C++ 0.3%
  • Other 0.3%