国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

這篇具有很好參考價值的文章主要介紹了Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

本文主要介紹在如何使用軟件包(即 deb 包)的方式來安裝 Apollo,相對于源碼方式安裝,軟件包安裝方式不需要編譯,更加快捷。但是對環(huán)境的支持比較單一,如果在自定義環(huán)境內(nèi)安裝,請移步源碼安裝方式

步驟一:安裝基礎(chǔ)軟件

1. 安裝 Ubuntu Linux

安裝 Ubuntu 18.04+ 的步驟,參見 官方安裝指南。

完成安裝后更新相關(guān)軟件:

sudo apt-get update
sudo apt-get upgrade

注意:若要完成更新,需要保證網(wǎng)絡(luò)連接。

2. 安裝 Docker Engine

Apollo 依賴于 Docker 19.03+。安裝 Docker 引擎,您可以根據(jù)官方文檔進行安裝:

參見 Install Docker Engine on Ubuntu。
您還可以者通過 Apollo 提供的安裝腳本直接安裝:

wget http://apollo-pkg-beta.bj.bcebos.com/docker_install.sh
bash docker_install.sh

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

這個過程可能會運行多次腳本,根據(jù)腳本提示執(zhí)行即可,如下圖提示再執(zhí)行一次
Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

再次執(zhí)行后輸出docker is OK即可

bash docker_install.sh

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

步驟二:安裝 Apollo 環(huán)境管理工具

Apollo 環(huán)境管理工具是一個幫忙管理和啟動 Apollo 環(huán)境容器的命令行工具。

1. 添加 apt 源

添加源和 key:

sudo bash -c "echo 'deb https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic main' >> /etc/apt/sources.list"
wget -O - https://apollo-pkg-beta.cdn.bcebos.com/neo/beta/key/deb.gpg.key | sudo apt-key add -
sudo apt update

2. 安裝 apollo-neo-env-manager

執(zhí)行以下命令安裝:

sudo apt install apollo-neo-env-manager-dev

成功安裝后即可使用

aem -h

如果您對 aem 工具的功能感興趣,可以查閱 aem - Apollo 環(huán)境管理工具。

步驟三(可選):獲取 GPU 支持

Apollo某些模塊需要GPU的支持才能夠編譯、運行(例如感知模塊),如果您需要使用此類模塊,需要安裝Nvidia顯卡驅(qū)動以及Nvidia container toolkit以獲取GPU支持。

1. 安裝顯卡驅(qū)動

超詳細(xì)ubuntu20.04/22.04安裝nvidia驅(qū)動/CUDA/cudnn

安裝完畢后,您可以通過nvidia-smi指令來檢查驅(qū)動是否安裝成功,如果一切正常,您可以看到類似以下的提示:
Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

2. 安裝 Nvidia container toolkit

為了在容器內(nèi)獲得 GPU 支持,在安裝完 docker 后需要安裝 NVIDIA Container Toolkit。 運行以下指令安裝 NVIDIA Container Toolkit:

distribution=$(. /etc/os-release;echo $ID$VERSION_ID) 
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - 
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list 
sudo apt-get -y update 
sudo apt-get install -y nvidia-docker2

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

安裝完畢后,需要手動重啟下docker:

sudo systemctl restart docker

步驟四:創(chuàng)建和進入 Apollo 環(huán)境容器

1. 創(chuàng)建工作空間

創(chuàng)建并進入目錄

mkdir application-demo
cd application-demo

2. 啟動 apollo 環(huán)境容器

aem start

注意:默認(rèn)的環(huán)境鏡像已經(jīng)包含 gpu 相關(guān)的依賴庫,如您想以 gpu 模式啟動容器可以使用start_gpu子命令。在使用start_gpu命令前,請務(wù)必確保已正確安裝Nvidia顯卡驅(qū)動以及Nvidia container toolkit

第一次執(zhí)行該命令時會拉取docker鏡像,并安裝相關(guān)庫文件

THE APOLLO OPEN PLATFORM (“PLATFORM”) FOR AND ON BEHALF OF ITSELF AND ITS SUBSIDIARIES AND AFFILIATES UNDER COMMON CONTROL, IS WILLING TO LICENSE THE SOFTWARE TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE AGREEMENT CAREFULLY. BY SELECTING THE "ACCEPT LICENSE AGREEMENT" (OR THE EQUIVALENT) BUTTON AND/OR BY USING THE SOFTWARE YOU ACKNOWLEDGE THAT YOU HAVE READ THE TERMS AND AGREE TO THEM. IF YOU ARE AGREEING TO THESE TERMS ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY TO BIND THE LEGAL ENTITY TO THESE TERMS. IF YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT WISH TO BE BOUND BY THE TERMS, THEN SELECT THE "DECLINE LICENSE AGREEMENT" (OR THE EQUIVALENT) BUTTON AND YOU MUST NOT USE THE SOFTWARE ON THIS SITE OR ANY OTHER MEDIA ON WHICH THE SOFTWARE IS CONTAINED.
1. DEFINITIONS. "Software" means the software identified above in binary form that you selected for download, install or use (in the version You selected for download, install or use) from Baidu or its authorized licensees, any other machine readable materials (including, but not limited to, libraries, source files, header files, and data files), any updates or error corrections provided by Baidu, and any user manuals, programming guides and other documentation provided to you by Baidu under this Agreement.
2. LICENSE GRANT: Subject to the terms and conditions of this Agreement, with the exception of different license terms and license grants for separate, individual third-party components as set forth below, the Software is licensed to you under the terms of the Apache 2.0 license available at:  https://www.apache.org/licenses/LICENSE-2.0.  You agree to these terms with respect to the Software.
3. THIRD PARTY CODE:  Additional copyright notices and license terms applicable to portions of the Software are set forth below in Appendix A.  You expressly agree to the license terms associated with third party code set forth in Appendix A.  In addition to any terms and conditions of any third party license identified in Appendix A, the disclaimer of warranty and limitation of liability provisions in paragraphs 4 and 5 of this License Agreement shall apply to all Software in this distribution.  YOU EXPRESSLY AGREE THAT YOU HAVE REVIEWED THE TERMS OF THE AGREEMENTS LINKED TO AND RESTATED IN APPENDIX A TO THIS AGREEMENT, AND THAT YOU AGREE TO THE TERMS OF THOSE AGREEMENTS.
4. DISCLAIMER OF WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. BAIDU FURTHER DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
5. LIMITATION OF LIABILITY. IN NO EVENT SHALL BAIDU BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT, EVEN IF BAIDU HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BAIDU’S ENTIRE LIABILITY FOR DAMAGES HEREUNDER SHALL IN NO EVENT EXCEED ONE CENT (U.S. $0.01).
Copyright (c) 2018 Various License Holders. All Rights Reserved
Apollo software is built on top of various other open source software packages, a complete list of licenses are located at https://github.com/ApolloAuto/apollo/blob/master/third_party/ACKNOWLEDGEMENT.txt
By accepting this Service License Agreements, you confirm that you are not a resident or citizen of any country currently embargoed by the U.S. and that you are not otherwise prohibited from receiving the Licensed Software. 
You agree to the terms of all the License Agreements.Type 'y' or 'Y' to agree to the license agreement above, or type any other key to exit:y
[INFO] Determine whether host GPU is available ...
[INFO] USE_GPU_HOST: 1
[INFO] Start pulling docker image registry.baidubce.com/apollo/apollo-env-gpu:latest ...

latest: Pulling from apollo/apollo-env-gpu
a404e5416296: Pull complete 
391d07dd0009: Pull complete 
cb7a4dc5cae3: Pull complete 
3f77a3e2807d: Pull complete 
0f0ed9680ff1: Pull complete 
e2250e4b9e64: Pull complete 
9cf40c59065f: Pull complete 
2948bd655f12: Pull complete 
c27dc09446dd: Pull complete 
63b1390284bb: Pull complete 
53f7b27ef6e5: Pull complete 
25e39f767953: Pull complete 
44486793ab39: Pull complete 
1ded34c9631d: Pull complete 
437e09f100ec: Pull complete 
57156d1411e5: Pull complete 
7a8fb689c7c4: Pull complete 
514a9638fc56: Pull complete 
c5887e20e3ce: Pull complete 
99a4548f8a59: Pull complete 
3ebe9c6bf67c: Pull complete 
4a048602d29b: Pull complete 
8065ed582acd: Pull complete 
11a0cf8c0422: Pull complete 
6ab72c3fd4ee: Pull complete 
d60f74aef49e: Pull complete 
6508659afe4e: Pull complete 
7d77ccf2bc09: Pull complete 
604657e20775: Pull complete 
Digest: sha256:db4dcc8f98ca82cc36596b59dbeef03eb6fce3bd01bd8289c4c697c696ae75b1
Status: Downloaded newer image for registry.baidubce.com/apollo/apollo-env-gpu:latest
registry.baidubce.com/apollo/apollo-env-gpu:latest
[INFO] Remove existing Apollo Development container ...
/home/gnsf/.apollo
[WARNING] No device named /dev/nvidia-uvm
[WARNING] No device named /dev/nvidia-uvm-tools
[INFO] Starting Docker container "apollo_neo_dev_gnsf" ...
+ docker run -itd --privileged --name apollo_neo_dev_gnsf -e DISPLAY=:1 -e DOCKER_USER=gnsf -e USER=gnsf -e DOCKER_USER_ID=1000 -e HISTFILE=/apollo_workspace/.cache/.bash_history -e DOCKER_GRP=gnsf -e DOCKER_GRP_ID=1000 -e DOCKER_IMG=registry.baidubce.com/apollo/apollo-env-gpu:latest -e USE_GPU_HOST=1 -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=compute,video,graphics,utility -v /dev:/dev -v /media:/media -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v /etc/localtime:/etc/localtime:ro -v /usr/src:/usr/src -v /lib/modules:/lib/modules --net host -w /apollo_workspace --add-host in-dev-docker:127.0.0.1 --add-host gnsf:127.0.0.1 --hostname in-dev-docker --shm-size 2G --pid=host -v /home/gnsf/apollo/application-demo:/apollo_workspace -v /home/gnsf/apollo/application-demo/data:/apollo/data -v /home/gnsf/apollo/application-demo/output:/apollo/output -v /home/gnsf/apollo/application-demo/data/log:/opt/apollo/neo/data/log -v /home/gnsf/apollo/application-demo/data/calibration_data:/apollo/modules/calibration/data -v /home/gnsf/apollo/application-demo/data/map_data:/apollo/modules/map/data -v /opt/apollo/neo/packages/env-manager-dev/1.0.0.5:/opt/apollo/neo/packages/env-manager-dev/1.0.0.5 -v /dev/null:/dev/raw1394 registry.baidubce.com/apollo/apollo-env-gpu:latest /bin/bash
aeae41f11c60d96db2dd9b711e33972b8e7b86418ecb8d5ba9c9c0eb51bb6e9a
+ '[' 0 -ne 0 ']'
+ set +x
Adding group `gnsf' (GID 1000) ...
Done.
Adding user `gnsf' ...
Adding new user `gnsf' (1000) with group `gnsf' ...
Creating home directory `/home/gnsf' ...
Copying files from `/etc/skel' ...
mkdir: created directory '/opt/apollo/neo/etc'
Hit:1 http://mirrors.aliyun.com/ubuntu bionic InRelease
Get:2 http://mirrors.aliyun.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic InRelease [1615 B]
Get:4 http://mirrors.aliyun.com/ubuntu bionic-backports InRelease [83.3 kB]
Get:5 http://mirrors.aliyun.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http://mirrors.aliyun.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
Get:7 http://mirrors.aliyun.com/ubuntu bionic-updates/main amd64 Packages [3727 kB]
Get:8 https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic/main amd64 Packages [21.4 kB]
Get:9 http://mirrors.aliyun.com/ubuntu bionic-updates/restricted amd64 Packages [1642 kB]
Get:10 http://mirrors.aliyun.com/ubuntu bionic-updates/universe amd64 Packages [2396 kB]
Get:11 http://mirrors.aliyun.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
Get:12 http://mirrors.aliyun.com/ubuntu bionic-backports/universe amd64 Packages [20.6 kB]
Get:13 http://mirrors.aliyun.com/ubuntu bionic-security/universe amd64 Packages [1625 kB]
Get:14 http://mirrors.aliyun.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
Get:15 http://mirrors.aliyun.com/ubuntu bionic-security/restricted amd64 Packages [1588 kB]
Get:16 http://mirrors.aliyun.com/ubuntu bionic-security/main amd64 Packages [3301 kB]
Fetched 14.7 MB in 6s (2619 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
63 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists...
Building dependency tree...
Reading state information...
apollo-neo-common-msgs-dev is already the newest version (1.0.0.1).
The following additional packages will be installed:
  libtinyxml2-6 libtinyxml2-dev
The following NEW packages will be installed:
  libtinyxml2-6 libtinyxml2-dev
The following packages will be upgraded:
  apollo-neo-buildtool-dev apollo-neo-common-dev apollo-neo-cyber-dev
3 upgraded, 2 newly installed, 0 to remove and 60 not upgraded.
Need to get 26.1 MB of archives.
After this operation, 196 kB of additional disk space will be used.
Get:1 http://mirrors.aliyun.com/ubuntu bionic/universe amd64 libtinyxml2-6 amd64 6.0.0+dfsg-1 [27.9 kB]
Get:2 http://mirrors.aliyun.com/ubuntu bionic/universe amd64 libtinyxml2-dev amd64 6.0.0+dfsg-1 [17.6 kB]
Get:3 https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic/main amd64 apollo-neo-buildtool-dev amd64 1.0.0.8 [95.4 kB]
Get:4 https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic/main amd64 apollo-neo-cyber-dev amd64 1.0.0.3 [22.3 MB]
Get:5 https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic/main amd64 apollo-neo-common-dev amd64 1.0.0.2 [3703 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 26.1 MB in 3s (9196 kB/s)
(Reading database ... 38458 files and directories currently installed.)
Preparing to unpack .../apollo-neo-buildtool-dev_1.0.0.8_amd64.deb ...
Unpacking apollo-neo-buildtool-dev (1.0.0.8) over (1.0.0.3) ...
Selecting previously unselected package libtinyxml2-6:amd64.
Preparing to unpack .../libtinyxml2-6_6.0.0+dfsg-1_amd64.deb ...
Unpacking libtinyxml2-6:amd64 (6.0.0+dfsg-1) ...
Selecting previously unselected package libtinyxml2-dev:amd64.
Preparing to unpack .../libtinyxml2-dev_6.0.0+dfsg-1_amd64.deb ...
Unpacking libtinyxml2-dev:amd64 (6.0.0+dfsg-1) ...
Preparing to unpack .../apollo-neo-cyber-dev_1.0.0.3_amd64.deb ...
Unpacking apollo-neo-cyber-dev (1.0.0.3) over (1.0.0.1) ...
Preparing to unpack .../apollo-neo-common-dev_1.0.0.2_amd64.deb ...
Unpacking apollo-neo-common-dev (1.0.0.2) over (1.0.0.1) ...
Setting up libtinyxml2-6:amd64 (6.0.0+dfsg-1) ...
Setting up libtinyxml2-dev:amd64 (6.0.0+dfsg-1) ...
Setting up apollo-neo-cyber-dev (1.0.0.3) ...
[INFO] start to create symbolic links of cyber-dev
[WARN] the links of pre-version will be overwrited!
sending incremental file list
./
cyber/
cyber/proto/
cyber/proto/choreography_conf_pb2.py  9,671 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=31/36)
cyber/proto/classic_conf_pb2.py  8,687 100%    8.28MB/s    0:00:00 (xfr#2, to-chk=30/36)
cyber/proto/clock_pb2.py  2,017 100%    1.92MB/s    0:00:00 (xfr#3, to-chk=29/36)
cyber/proto/component_conf_pb2.py  9,232 100%    8.80MB/s    0:00:00 (xfr#4, to-chk=28/36)
cyber/proto/cyber_conf_pb2.py  4,877 100%    4.65MB/s    0:00:00 (xfr#5, to-chk=27/36)
cyber/proto/dag_conf_pb2.py  8,845 100%    8.44MB/s    0:00:00 (xfr#6, to-chk=26/36)
cyber/proto/parameter_pb2.py  13,222 100%   12.61MB/s    0:00:00 (xfr#7, to-chk=25/36)
cyber/proto/perf_conf_pb2.py  4,021 100%    3.83MB/s    0:00:00 (xfr#8, to-chk=24/36)
cyber/proto/proto_desc_pb2.py  2,664 100%    2.54MB/s    0:00:00 (xfr#9, to-chk=23/36)
cyber/proto/qos_profile_pb2.py  8,467 100%    8.07MB/s    0:00:00 (xfr#10, to-chk=22/36)
cyber/proto/record_pb2.py  36,848 100%   35.14MB/s    0:00:00 (xfr#11, to-chk=21/36)
cyber/proto/role_attributes_pb2.py  10,464 100%    9.98MB/s    0:00:00 (xfr#12, to-chk=20/36)
cyber/proto/run_mode_conf_pb2.py  4,729 100%    4.51MB/s    0:00:00 (xfr#13, to-chk=19/36)
cyber/proto/scheduler_conf_pb2.py  8,545 100%    8.15MB/s    0:00:00 (xfr#14, to-chk=18/36)
cyber/proto/simple_pb2.py  4,939 100%    4.71MB/s    0:00:00 (xfr#15, to-chk=17/36)
cyber/proto/topology_change_pb2.py  8,932 100%    8.52MB/s    0:00:00 (xfr#16, to-chk=16/36)
cyber/proto/transport_conf_pb2.py  16,536 100%   15.77MB/s    0:00:00 (xfr#17, to-chk=15/36)
cyber/proto/unit_test_pb2.py  7,408 100%    7.06MB/s    0:00:00 (xfr#18, to-chk=14/36)
cyber/python/
cyber/python/cyber_py3/
cyber/python/cyber_py3/__init__.py  1,003 100%  979.49kB/s    0:00:00 (xfr#19, to-chk=11/36)
cyber/python/cyber_py3/cyber.py  13,654 100%   13.02MB/s    0:00:00 (xfr#20, to-chk=10/36)
cyber/python/cyber_py3/cyber_py3.BUILD  999 100%  975.59kB/s    0:00:00 (xfr#21, to-chk=9/36)
cyber/python/cyber_py3/cyber_time.py  7,052 100%    6.73MB/s    0:00:00 (xfr#22, to-chk=8/36)
cyber/python/cyber_py3/cyber_timer.py  2,895 100%    2.76MB/s    0:00:00 (xfr#23, to-chk=7/36)
cyber/python/cyber_py3/parameter.py  5,496 100%    5.24MB/s    0:00:00 (xfr#24, to-chk=6/36)
cyber/python/cyber_py3/record.py  7,813 100%    7.45MB/s    0:00:00 (xfr#25, to-chk=5/36)
cyber/python/internal/
cyber/python/internal/_cyber_parameter_wrapper.so  2,773,312 100%  661.21MB/s    0:00:00 (xfr#26, to-chk=4/36)
cyber/python/internal/_cyber_record_wrapper.so  2,773,248 100%  377.83MB/s    0:00:00 (xfr#27, to-chk=3/36)
cyber/python/internal/_cyber_time_wrapper.so  2,764,928 100%  239.71MB/s    0:00:00 (xfr#28, to-chk=2/36)
cyber/python/internal/_cyber_timer_wrapper.so  2,752,320 100%  187.49MB/s    0:00:00 (xfr#29, to-chk=1/36)
cyber/python/internal/_cyber_wrapper.so  3,531,808 100%  187.12MB/s    0:00:00 (xfr#30, to-chk=0/36)

sent 14,810,388 bytes  received 621 bytes  29,622,018.00 bytes/sec
total size is 14,804,632  speedup is 1.00
Requirement already satisfied: protobuf==3.14.0 in /usr/local/lib/python3.6/dist-packages (3.14.0)
Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from protobuf==3.14.0) (1.11.0)
Requirement already satisfied: psutil in /usr/local/lib/python3.6/dist-packages (5.9.4)
[INFO] symbolic links of cyber-dev created.
Setting up apollo-neo-common-dev (1.0.0.2) ...
[INFO] start to create symbolic links of common-dev
[WARN] the links of pre-version will be overwrited!
sending incremental file list
modules/
modules/common/
modules/common/adapter/
modules/common/adapter/proto/
modules/common/adapter/proto/adapter_config_pb2.py  24,759 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=8/18)
modules/common/latency_recorder/
modules/common/latency_recorder/proto/
modules/common/latency_recorder/proto/latency_record_pb2.py  15,018 100%   14.32MB/s    0:00:00 (xfr#2, to-chk=6/18)
modules/common/util/
modules/common/util/testdata/
modules/common/util/testdata/simple_pb2.py  5,074 100%    4.84MB/s    0:00:00 (xfr#3, to-chk=4/18)
modules/common/vehicle_model/
modules/common/vehicle_model/proto/
modules/common/vehicle_model/proto/vehicle_model_config_pb2.py  10,169 100%    9.70MB/s    0:00:00 (xfr#4, to-chk=2/18)
modules/common/vehicle_state/
modules/common/vehicle_state/proto/
modules/common/vehicle_state/proto/vehicle_state_pb2.py 10,207 100%    9.73MB/s    0:00:00 (xfr#5, to-chk=0/18)
sent 66,096 bytes  received 167 bytes  132,526.00 bytes/sec
total size is 65,227  speedup is 0.98
[INFO] symbolic links of common-dev created.
Setting up apollo-neo-buildtool-dev (1.0.0.8) ...
[INFO] start to create symbolic links of buildtool-dev
[WARN] the links of pre-version will be overwrited!
Looking in indexes: https://mirror.baidu.com/pypi/simple/
Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (2.27.1)
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/dist-packages (from requests) (2.0.12)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests) (2022.12.7)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests) (2.6)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests) (1.26.13)
[INFO] symbolic links of buildtool-dev created.
Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
[ OK ] Congratulations! You have successfully finished setting up Apollo Dev Environment.
[ OK ] To login into the newly created apollo_neo_dev_gnsf container, please run the following command:
[ OK ]   aem enter
[ OK ] Enjoy!

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

如果一切正常,將會見到類似下圖的提示:

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

3. 進入 apollo 環(huán)境容器

aem enter

腳本執(zhí)行成功后,將顯示以下信息,您將進入 Apollo 的運行容器:

user_name@in-dev-docker:/apollo_workspace# 

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

工作空間文件夾將被掛載到容器的 /apollo_workspace 中。

4. 初始化工作空間

aem init

Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)

至此 Apollo 環(huán)境管理工具及容器已經(jīng)安裝完成,接下來請跟著 QuickStart 文檔根據(jù)不同的使用場景按需安裝不同的模塊。文章來源地址http://www.zghlxwxcb.cn/news/detail-448187.html

到了這里,關(guān)于Ubuntu18.04/20.04/22.04的Apollo8.0軟件包安裝(免編譯)的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • Ubuntu 23.04、22.04、20.04、18.04國內(nèi)源--阿里云、中科大、163、清華更新源(sources.list)

    Ubuntu配置文件位置:/etc/apt/sources.list 需要用root權(quán)限: 用vi、gedit、vs code等任何熟悉的編輯工具打開文件進行修改 2種修改方式 1)把原文件中:archive.ubuntu.com,替換為:archive.aliyun.com(或其他更新源網(wǎng)址) 2)直接復(fù)制下方的內(nèi)容,覆蓋原文件中的內(nèi)容即可。 修改完成后,更

    2023年04月22日
    瀏覽(34)
  • Ubuntu18.04 升級Ubuntu20.04

    Ubuntu18.04 升級Ubuntu20.04

    因項目環(huán)境需要,欲將Ubuntu18.04升級至Ubuntu20.04,參考網(wǎng)上其他小伙伴的方法,也遇到了一個問題,特此記錄一下,希望能幫助其他有同樣問題的小伙伴。 參考:第十五章 Ubuntu18.04LTS升級到20.04LTS 主要的步驟: 在執(zhí)行“do-release-upgrade”時,遇到“Failed to connect to https://changel

    2024年02月02日
    瀏覽(28)
  • ubuntu18.04如何更新到22.04

    打開終端并更新系統(tǒng),使用以下命令: 確保系統(tǒng)是最新的,然后備份數(shù)據(jù),以防萬一。 執(zhí)行以下命令,安裝 update-manager-core: 執(zhí)行以下命令,將Ubuntu 18.04升級到20.04: 確保Ubuntu 18.04已更新到最新版本。 確保啟用LTS升級,使用以下命令來檢查: 確保輸出顯示? Prompt=lts 如果系

    2024年02月02日
    瀏覽(22)
  • Ubuntu 23.04、22.04、18.04國內(nèi)源

    配置文件說明 ??? Ubuntu配置文件位置:/etc/apt/sources.list ??? 需要用root權(quán)限: ??? 2種修改方式 ??? 1)把原文件中:archive.ubuntu.com,替換為:archive.aliyun.com(或其他更新源網(wǎng)址) ??? 2)直接復(fù)制下方的內(nèi)容,覆蓋原文件中的內(nèi)容即可。 ??? 修改完成后,更新本地安裝包

    2024年02月09日
    瀏覽(61)
  • Ubuntu18.04~Ubuntu22.04安裝并配置VNC

    Ubuntu18.04~Ubuntu22.04安裝并配置VNC

    提示:文章寫完后,目錄可以自動生成,如何生成可參考右邊的幫助文檔 有些操作需要Desktop環(huán)境而又不方便去現(xiàn)場看的這個方法能夠滿足你的需求,就是使用VNC實現(xiàn)遠(yuǎn)程桌面,這個方法理論上只適用于局域網(wǎng)環(huán)境,如果是互聯(lián)網(wǎng)可能需要配代理什么的,這里不詳細(xì)討論。 當(dāng)

    2024年02月07日
    瀏覽(33)
  • 雙系統(tǒng)ubuntu18.04如何更新到22.04

    將雙系統(tǒng)中的Ubuntu 18.04更新到22.04,按照以下步驟操作: 1.打開終端并更新系統(tǒng),使用以下命令: 2.確保系統(tǒng)是最新的,然后備份數(shù)據(jù),以防萬一。 3.執(zhí)行以下命令,安裝 update-manager-core: 4.執(zhí)行以下命令,將Ubuntu 18.04升級到20.04: 如果沒有升級到20.04,請參考以下內(nèi)容: 1.確

    2024年02月04日
    瀏覽(24)
  • Ubuntu:18.04/20.04使用netplan設(shè)置網(wǎng)絡(luò)

    通常,Ubuntu的默認(rèn)設(shè)置是通過DHCP服務(wù)器自動獲取IP地址,這對臺式機系統(tǒng)來說非常有用,因為它不需要任何更改。 但是,始終建議為Ubuntu服務(wù)器分配一個靜態(tài)IP地址,因為該靜態(tài)IP地址將在重新啟動后保持不變。 Ubuntu 17.10及更高版本使用“Netplan”作為默認(rèn)網(wǎng)絡(luò)管理工具。因此

    2024年02月05日
    瀏覽(28)
  • 如何在Ubuntu 20.04|18.04上安裝 FreeSwitch

    PBX 是 Private Branch Exchange 的縮寫。它是在組織內(nèi)部使用的專用電話系統(tǒng),并根據(jù)特定組織的需求進行定制。組織中的 PBX 用戶可以在內(nèi)部進行內(nèi)部通信,也可以與外界進行外部通信。VoIP(IP 語音)、ISDN(綜合業(yè)務(wù)數(shù)字網(wǎng)絡(luò))或模擬等渠道促進了外部通信。 使用 PBX 電話系統(tǒng)的

    2024年02月09日
    瀏覽(34)
  • Ubuntu20.04升級到Ubuntu 22.04

    Ubuntu20.04升級到Ubuntu 22.04

    執(zhí)行如下命令將Ubuntu升級到最新的版本: 升級完成后,重啟系統(tǒng) 重啟成功之后,查看系統(tǒng)的當(dāng)前版本 最新版本應(yīng)該是20.04.6,如下圖所示。 執(zhí)行如下命令開始升級 一路yes或確認(rèn)即可,下面是一些過程中的操作。 所有當(dāng)前 Ubuntu 20.04 的源列表文件將被 Ubuntu 22.04 的 jammy 源列表

    2024年02月17日
    瀏覽(26)
  • Ubuntu 20.04 Ubuntu18.04安裝錄屏軟件Kazam

    Ubuntu 20.04 Ubuntu18.04安裝錄屏軟件Kazam

    ? 選擇Screencast(錄屏) Fullscreen(全屏)-----Windows(窗口)--------Area(區(qū)域)、 然后點擊Capture,開始錄制。 右上角有一個Finish recording 4.然后點擊Continue,將所錄制的視頻保存在你想要的文件夾里面。 ? 5.下載MP4播放器? 然后你就可以播放你所錄制的視頻了。 在windows下面你得用

    2024年02月15日
    瀏覽(29)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包