Install Autoware 1.13.0 from source with CUDA [closed]
Autoware 1.13.0 installation with CUDA on from the source code can be achieved by following these steps below:
Installation of CUDA 10.0 and setting up NVIDIA graphics card
- Download gcc 6 first from here. (I had to redo everything as I had gcc 9. Make sure you have gcc <= 6)
- Download CUDA 10.0 from here and
follow this (skip the machine learning step). Also while installing cuda use
sudo apt-get install cuda-10.0
. Used this as a complete installation guide. - Download nvidia 430 driver from here.
- Run the benchmark using Unigine Heaven 4.0 to test the GPU.
- Verify the installation from here
Installation of Ros Melodic, installing system dependencies, updating eigen values and installing Autoware
Install Ros Melodic from here
Check for ros installation using this command rosversion -d
Install all the system dependencies from here and follow along to download and install Autoware.
Thanks!
Is this a question?
Sorry, no!
No worries. If you want to make a post, then look into the ROS Discourse (disclaimer: I'm not really sure about the rules there about this kind of stuff). This site uses a "Question and Answer" format (i.e., someone asks a question then others answer it).