This is a repository that contains setup scripts for Python3.6, ROS2 Dashing Dynamite, LGSVL 2020.06 and Pycharm Community edition.
- These scripts only work on Ubuntu 18.04.
- To be able to install and run LGSVL with these scripts, you need to have an Nvidia Graphics Card and have the drivers installed. You can check this by running
nvidia-smi
If the command is not found, try the following tutorial.
If your computer does not have a GPU, you will probably not be able to run LGSVL, however feel free to try by going to LGSVL Docs > Getting Started.
If you have an AMD GPU, make sure that you installed the drivers and then follow the LGSVL Docs > Getting Started installation tutorial. Don't forget to install
Vulkan libraries by running: sudo apt install libvulkan1
- Clone the repository to the desired folder.
- Run
chmod +x ./spark_setup.sh
./spark_setup.sh
- Run to start LGSVL, Pycharm and LGSVL Bridge
chmod +x ./initDev.sh
./initDev.sh
- Fork the repositories you want to work on and clone them to this directory, then start working!