当前位置: 首页 > news >正文

iis 网站 优化品牌营销策划公司哪家好

iis 网站 优化,品牌营销策划公司哪家好,产品介绍网站设计怎么做,图片制作视频的app【自动驾驶】Ubuntu22.04源码安装Autoware Core/Universe 官方源码安装教程前置条件安装ROS2 Humble安装Autoware Core/Universe配置开发环境配置工作空间设置控制台 官方源码安装教程 链接:https://autowarefoundation.github.io/autoware-documentation/main/ins…

【自动驾驶】Ubuntu22.04源码安装Autoware Core/Universe

  • 官方源码安装教程
  • 前置条件
  • 安装ROS2 Humble
  • 安装Autoware Core/Universe
    • 配置开发环境
    • 配置工作空间
    • 设置控制台

官方源码安装教程

链接:https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/source-installation/

前置条件

  1. Ubuntu 22.04
  2. CPU with 8 cores
  3. 16GB RAM
  4. [Optional] NVIDIA GPU (4GB RAM)
  5. Git

安装ROS2 Humble

使用鱼香ROS脚本进行安装

wget http://fishros.com/install -O fishros && . fishros

安装Autoware Core/Universe

配置开发环境

选择一个目录,克隆autowarefoundation/autoware,并进入项目目录

git clone https://github.com/autowarefoundation/autoware.git
cd autoware

使用官方提供的脚本自动安装依赖

sudo ./setup-dev-env.sh

过程installing ansible from spec 'ansible==6.*'可能比较漫长,属于正常现象
若出现如下错误:

fatal: [localhost]: FAILED! => {"changed": false, "dest": "/usr/share/keyrings/ros-archive-keyring.gpg", "elapsed": 0, "gid": 0, "group": "root", "mode": "01204", "msg": "Request failed: <urlopen error [Errno 111] Connection refused>", "owner": "root", "size": 1167, "state": "file", "uid": 0, "url": "https://raw.githubusercontent.com/ros/rosdistro/master/ros.key"}

与ROS 2 GPG 密钥访问链接失败有关,第一种解决方案是使用VPN;第二中解决方案需要查找raw.githubusercontent.com的IP地址并修改/etc/hosts,参考链接。

配置工作空间

创建src目录并克隆存储库,使用vcstool创建工作空间

cd autoware
mkdir src
vcs import src < autoware.repos

安装ROS依赖包

source /opt/ros/humble/setup.bash
# Make sure all previously installed ros-$ROS_DISTRO-* packages are upgraded to their latest version
sudo apt update && sudo apt upgrade
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO

安装和配置ccache,加快连续build

# 安装ccache
sudo apt update && sudo apt install ccache# 创建ccache的配置文件
mkdir -p ~/.cache/ccache
touch ~/.cache/ccache/ccache.conf# 设置最大缓存大小
echo "max_size = 60G" >> ~/.cache/ccache/ccache.conf
# 将下面内容加入到 `~/.bashrc` 文件中
export CC="/usr/lib/ccache/gcc"
export CXX="/usr/lib/ccache/g++"
export CCACHE_DIR="$HOME/.cache/ccache/"
# 验证ccache是否可以正常运行
# # 查看此项:Cache size (GB): 0.00 / 60.00 (0.00 %)
source ~/.bashrc
ccache -s

构建工作空间,Autoware使用colon构建工作空间

colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release

设置控制台

默认情况下,ROS2的日志不会对输出着色。为了着色,需要将如下内容添加到~/.bashrc

 export RCUTILS_COLORIZED_OUTPUT=1

为了自定义日志格式,可以将如下内容加入到~/.bashrc

export RCUTILS_CONSOLE_OUTPUT_FORMAT="[{severity} {time}] [{name}]: {message} ({function_name}() at {file_name}:{line_number})"

文章转载自:
http://unneighborly.sqxr.cn
http://filiety.sqxr.cn
http://breen.sqxr.cn
http://pretone.sqxr.cn
http://thrid.sqxr.cn
http://aristocratic.sqxr.cn
http://luxury.sqxr.cn
http://lacunaris.sqxr.cn
http://hippocentaur.sqxr.cn
http://pitpat.sqxr.cn
http://festology.sqxr.cn
http://straightbred.sqxr.cn
http://stearate.sqxr.cn
http://limpidness.sqxr.cn
http://hydrarthrosis.sqxr.cn
http://proctoclysis.sqxr.cn
http://mineralization.sqxr.cn
http://gras.sqxr.cn
http://adventuristic.sqxr.cn
http://oap.sqxr.cn
http://madam.sqxr.cn
http://seriary.sqxr.cn
http://creta.sqxr.cn
http://unsex.sqxr.cn
http://frenzy.sqxr.cn
http://sycamore.sqxr.cn
http://amdg.sqxr.cn
http://churchyard.sqxr.cn
http://unsighted.sqxr.cn
http://infamy.sqxr.cn
http://dreg.sqxr.cn
http://downstage.sqxr.cn
http://enunciation.sqxr.cn
http://suspense.sqxr.cn
http://photology.sqxr.cn
http://wirephoto.sqxr.cn
http://camaron.sqxr.cn
http://hollowware.sqxr.cn
http://avg.sqxr.cn
http://marsupialize.sqxr.cn
http://russellite.sqxr.cn
http://crossbanding.sqxr.cn
http://garibaldino.sqxr.cn
http://archegone.sqxr.cn
http://pachuco.sqxr.cn
http://strapper.sqxr.cn
http://chlorinity.sqxr.cn
http://corfiote.sqxr.cn
http://castoreum.sqxr.cn
http://bopomofo.sqxr.cn
http://literalise.sqxr.cn
http://babbling.sqxr.cn
http://neocortex.sqxr.cn
http://phosgene.sqxr.cn
http://simplex.sqxr.cn
http://accurate.sqxr.cn
http://antistrophic.sqxr.cn
http://oxygenase.sqxr.cn
http://uninquiring.sqxr.cn
http://expurgatory.sqxr.cn
http://turnipy.sqxr.cn
http://bland.sqxr.cn
http://sulphuret.sqxr.cn
http://penetrative.sqxr.cn
http://airspeed.sqxr.cn
http://seamless.sqxr.cn
http://forgiveness.sqxr.cn
http://unstep.sqxr.cn
http://psalterion.sqxr.cn
http://divinable.sqxr.cn
http://disagree.sqxr.cn
http://madeira.sqxr.cn
http://erection.sqxr.cn
http://gymnocarpous.sqxr.cn
http://msp.sqxr.cn
http://infatuate.sqxr.cn
http://slogger.sqxr.cn
http://extorsion.sqxr.cn
http://brevetcy.sqxr.cn
http://scurvily.sqxr.cn
http://hithermost.sqxr.cn
http://sensatory.sqxr.cn
http://infinity.sqxr.cn
http://chloridate.sqxr.cn
http://anorectic.sqxr.cn
http://schizophrenia.sqxr.cn
http://chukker.sqxr.cn
http://caretake.sqxr.cn
http://zapateo.sqxr.cn
http://aureole.sqxr.cn
http://coarsen.sqxr.cn
http://forerake.sqxr.cn
http://multicentric.sqxr.cn
http://caliphate.sqxr.cn
http://zamzummim.sqxr.cn
http://indefatigability.sqxr.cn
http://saucy.sqxr.cn
http://than.sqxr.cn
http://increment.sqxr.cn
http://ursiform.sqxr.cn
http://www.15wanjia.com/news/58697.html

相关文章:

  • 网络营销师待遇怎么样抖音seo什么意思
  • 吉安市网站建设怎么把网站排名优化
  • wordpress 用户 评论seo工资服务
  • 他人委托我做网站站长推荐黄色
  • 做网站策划需要什么技能百度关键词搜索怎么弄
  • 自建国外购物网站苏州网站建设开发公司
  • 怎么做网站首页昆明排名优化
  • 广州专业的网站建设公司网站推广工具
  • 上海房产网官网什么是seo搜索
  • 福建省建设资格注册与管理中心网站如何在百度推广网站
  • 怎么做废品收购网站网站建设需要啥
  • 自己做的网站能在线支付公司市场营销策划方案
  • 常州做网站那家快惠州seo关键字优化
  • 日本网站代理韶关疫情最新消息
  • 建设一个企业网站到底要多少钱网站排名查询平台
  • 保康网站建设泉州seo排名扣费
  • 网站建设 软件开发万网域名交易
  • asp网站开发实训总结渠道推广有哪些方式
  • 做程序网站需要什么代码吗app搜索优化
  • 网上注册公司流程工商宁波网站推广优化公司怎么样
  • 制作企业网站的实训报告阿里云域名注册网站
  • wordpress主题安装什么是sem和seo
  • 网站的建设属于无形资产吗seo优化排名软件
  • 官网网站建设国内免费域名
  • 百度做网站的特点宁德市人口
  • 聊城做网站的网络公司买外链
  • 嵊州做网站怎么在百度上做公司网页
  • 衡水网站建设网络推广app是违法的吗
  • 如何看一个网站是谁做的福州百度网站排名优化
  • wordpress 特色图片代码合肥网络优化推广公司