GithubHelp home page GithubHelp logo

application-core-arm's Introduction

Apollo Core Workspace

Apollob包管理开发调试样例工程,使用方法参考包管理安装方式

文件目录组织

.
├── core              # 依赖包配置,包括apollo核心包,以及一些工具包
├── profiles          # 整车应用配置,以单lidar、双camera车型为例
├── .env*             # 环境配置文件,包括容器名、镜像源等
├── .workspace.json*  # 软件包源配置文件,包括依赖的软件版本号
├── .buildtool*       # 编译配置文件
├── setup.sh          # 用于切换x86_64和aarch64架构配置
├── kill_all.sh       # 停止所有apollo相关进程
└── WORKSPACE         # bazel 的配置

安装步骤

初次安装

如果第一次安装,请在git clone后执行以下命令:

# 首先切换环境配置
bash setup.sh

# 启动容器
aem start

# 进入容器
aem enter

# 安装软件包
buildtool build

# 下载地图(此处下载sunnyvale,如果需要其他地图,可以用buildtool map list查看可供下载的地图)
buildtool map get sunnyvale

# 切换车辆配置 (您可以参考profiles目录下的sample编写自己的profile配置)
aem profile use sample

# 启动Dreamview+
aem bootstrap restart --plus

从旧版本升级

如果是从旧版升级(9.0.0-rc-r1或更老的版本),请在退出容器后git pull更新代码,然后执行以下命令:

# 首先切换环境配置
bash setup.sh

# 进入容器
aem enter

# 升级工具
buildtool upgrade

# 升级已经安装的软件包
buildtool build

# 下载地图(此处下载sunnyvale,如果需要其他地图,可以用buildtool map list查看可供下载的地图)
buildtool map get sunnyvale

# 切换车辆配置 (您可以参考profiles目录下的sample编写自己的profile配置)
aem profile use sample

# 启动Dreamview+
aem bootstrap restart --plus

application-core-arm's People

Contributors

wildbeast114514 avatar hearto1314 avatar

Stargazers

Angie avatar

Watchers

Pride Leong avatar Vivian Lin avatar Qi Luo avatar Diego Hu avatar Jiangtao Hu avatar Clement Ma avatar zero avatar Yifei Jiang avatar  avatar Wang Xitong avatar  avatar ChangQ avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.