Apollo2.5 Installation Guide.md

Configuration of IPC

  • Nuvo-5095GC
  • GPU:GTX-1050Ti
  • CPU:[email protected]×8
  • Memory: 32GB

    System Install

    Apollo officially recommended to use ubuntu14.04

  • Install ubuntu 14.04.3
  • Update and Upgrade

    sudo apt-get update; sudo apt-get upgrade

  • Install the Linux 4.4 kernel:

    sudo apt-get install linux-generic-lts-xenial

  • Reboot your system using the reboot command

    sudo reboot

    Installing the Apollo Kernel

    Apollo-kernel is a real-time kernel,if you want to run your apollo2.5 in a real car,please install it.

    If you are using CAN card for interface,please click here

  • Downloaded the release package and install it: linux-4.4.32-apollo-1.5.0.tar.gz

    tar zxvf linux-4.4.32-apollo-1.5.0.tar.gz cd install sudo bash install_kernel.sh

  • Reboot your system

    [Optional] Install NVIDIA GPU Driver

    If you install apollo-kernel according to this link,maybe you‘ve installed the Nvidia-Driver successfully.However,if you failed to do that ,don‘t worry,please follow the steps below:

  • Download the installation files

    wget http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_64-375.39.run

  • Start the driver installation

    chmod +x ./NVIDIA-Linux-x86_64-375.39.run sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-opengl-files --no-x-check --no-kernel-module

  • Reboot your system

    Install Docker and Apollo

  • Download apollo

    git clone https://github.com/ApolloAuto/apollo.git

  • Installing Docker Environment

    cd apollo/ bash ./docker/setup_host/install_docker.sh

  • checkout to apollo-2.5.0

    git checkout origin/r2.5.0

  • Pull the apollo-docker image

    bash ./docker/scripts/dev_start.sh -C

  • Enter apollo docker environment

    bash ./docker/scripts/dev_into.sh

  • Build apollo

    bash apollo.sh build

  • Start apollo

    bash scripts/bootstrap.sh

  • Use your host machine browser to access Dreamview web service in with URL http://localhost:8888

ATTENTION: 入行不深,疏漏难免,欢迎批评&&指正,不胜感激!

原文地址:https://www.cnblogs.com/zhangtz/p/9385260.html

时间: 2024-10-13 10:02:53

Apollo2.5 Installation Guide.md的相关文章

P6 EPPM Manual Installation Guide (Oracle Database)

Contents Oracle Database Manual Configuration Overview ,,★★5 Oracle Database Installation ,,★★6 Creating the Database Structure for Oracle and Loading Application Data ,,★★7 Creating the P6 EPPM Database Structure for Oracle ,,★★7 Copying the Script

Oracle Grid Infrastructure Installation Guide for Linux 以debug模式安装并记录日志

使用如下命令能够以debug模式安装Oracle Grid并将日志记录到文件 [[email protected] 11ggrid]$ ./runInstaller -debug > /home/grid/oracle_grid_installer_`date +%G%m%d_%H%M%S`.log 注意:其中的文件名为了避免重复,加入了当前的日期和时间`date +%G%m%d_%H%M%S` 代表了当前的日期和时间,之间用下横线隔开 重要说明点:那个日期$(`date +%G%m%d_%H%

Full installation guide for YMC

Full Installation Guide These are the steps necessary to get YCM working on a Unix OS and on Windows. Note to Windows users: we assume that you are running the cmd.exe command prompt and that the needed executables are in the PATH environment variabl

Arch Linux Installation Guide

Arch Linux Installation Guide timedatectl set-ntp true sed -i '/Score/{/China/!{n;s/^/#/}}' /etc/pacman.d/mirrorlist pacman -Syy 启动模式检查 检查启动模式是否支持UEFI,这将决定在安装 Bootloader 阶段的步骤: ls /sys/firmware/efi/efivars --如果如上文件存在,就说明为UEFI,否则为legacy BIOS lsblk par

Installation Guide Ubuntu 16.04

Beside the installation guide on the main page, here is a guide to install GenieACS off a freshly installed Ubuntu 16.04 LTS. Prequisites and basic components First you should update all components and install the following perquisites sudo apt-get u

Nagios Installation Guide

Introduction This guide is intended to provide you with simple instructions on how to install Nagios from source (code) on Fedora and have it monitoring your local machine inside of 20 minutes. No advanced installation options are discussed here - ju

Cloudera 5.8.2 Installation guide

Envireronment: VMware® Workstation 12 Pro 12.0.1 build-3160714(Host: Windows 7 Ultimate) Centos 6.5 x64 Cloudera 5.8.2 Resource: Cloudera Manager 5 Requirements and Supported Versions Installation Path B - Manual Installation Using Cloudera Manager P

elasticsearch installation guide

UBUNTU 14.04 LTS 安装 elasticseach同步MYSQL表并实现中文搜索 =========================================================================================== 1.下载wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.1.deb ==============

CentOS 7 Docker Installation Guide

Install 1. 查看系统版本 & 升级yum源 [[email protected] ~]# cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) [[email protected] ~]# yum update 2. 安装docker [[email protected] ~]# yum install docker 3.启动docker deamon并将其设置成开机自启动[[email protected] ~]#