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

如何给网站做关键字nba最新交易新闻

如何给网站做关键字,nba最新交易新闻,谷歌建站多少钱,顺德网站建设包括哪些一、前言 由于 Jetson Orin NX 常被用作自主无人机机载电脑,其往往需要与烧写了 PX4 固件的飞控进行通信,飞控的烧写与配置往往会遇到很多问题,因此本文将介绍时下最款的 Pixhawk 系列飞控 Pixhawk 6X,做一个固件烧写和参数配置的…

一、前言

由于 Jetson Orin NX 常被用作自主无人机机载电脑,其往往需要与烧写了 PX4 固件的飞控进行通信,飞控的烧写与配置往往会遇到很多问题,因此本文将介绍时下最款的 Pixhawk 系列飞控 Pixhawk 6X,做一个固件烧写和参数配置的指南,主要参考

Holybro Pixhawk 6X | PX4 User Guide (main)

Building PX4 Software | PX4 User Guide (main)

GitHub - PX4/PX4-Autopilot: PX4 Autopilot Software

Kakute H7 刷写 px4 固件-CSDN博客

飞控(Pixhawk 4 Mini)与机载电脑(Jetson Xavier NX )实现串口通信_想要个小姑娘的博客-CSDN博客

需要注意的是,Pixhawk 6X 分为 飞控 和 基板(Baseboard)两个部分,而基板又有 Standard 和 Mini 两种类型,参见

Pixhawk Baseboard Ports - Holybro Docs

Pixhawk Mini-Base Ports - Holybro Docs

标准基板的接线如下图所示(Mini 基板的接线大同小异)

接下来我们基于 Mini 基板 介绍 Pixhawk 6X 的固件烧写与参数配置。

二、Pixhawk 6X 固件烧写

Pixhawk 系列固件的获取方式有两种,一种是从 PX4 的 GitHub 网站上直接下载编译好的固件,另一种是下载 PX4-Autopilot 源码,自己编译源码生成固件,这里将分别介绍两种方法,并比较其优劣。

值得注意的是 Pixhawk 6X 对应于 px4_fmu-v6x_default 固件,下载其他固件到 Pixhawk 6X 是无效的!

2.1 直接下载固件

如果不需要对固件作任何改动,推荐使用该方法!

首先进入不同版本固件的下载地址

Releases · PX4/PX4-Autopilot · GitHub

找到 v1.13.3 稳定发行版

然后点击 Assets 下的 Show all 84 assets,找到 px4_fmu-v6x_default.px4 固件并下载

这样我们就得到了 Pixhawk 6X 的原生 px4_fmu-v6x_default 固件!

2.2 源码编译成固件

如果需要修改固件,必须使用该方法!

首先我们需要前往 PX4 的 GitHub 网站上下载相应版本的源码

GitHub - PX4/PX4-Autopilot: PX4 Autopilot Software

这里我们选择了目前最新的稳定版本 1.13.3,我们将其下载在 ~/Documents/ 目录下,终端输入

cd ~/Documents/
git clone -b v1.13.3 https://github.com/PX4/PX4-Autopilot.git

下载完成后进入 PX4-Autopilot 文件夹,并编译生成 px4_fmu-v6x_default 固,终端输入

cd PX4-Autopilot
make px4_fmu-v6x_default

一般来是会报错

CMake Error at cmake/kconfig.cmake:6 (message):kconfiglib is not installed or not in PATHplease install using "pip3 install kconfiglib"

只需根据提示安装相应的功能包

pip3 install kconfiglib

同理如果遇到别的模块未安装,按照上面的操作进行即可,常见的缺少的包的安装命令如下

sudo -H python3 -m pip install kconfiglib
sudo -H python3 -m pip install jinja2
sudo -H python3 -m pip install jsonschema
sudo -H python3 -m pip install empy
sudo -H python3 -m pip install pyros-genmsg
sudo -H python3 -m pip install packaging
sudo -H python3 -m pip install toml
sudo -H python3 -m pip install numpy
sudo -H python3 -m pip install future

如果上面的命令安装后还是报错,可以用下面的命令安装:

sudo pip3 install kconfiglib
sudo pip3 install --user empy
sudo pip3 install --user jsonschema
sudo pip3 install --user jinja2
sudo pip3 install --user pyros-genmsg
sudo pip3 install --user packaging
sudo pip3 install --user toml
sudo pip3 install --user numpy

如果报错

sudo: pip3: command not found

则先安装 pyhton3

sudo apt-get install python3-pip -y

此外还有报错

CMake Error at CMakeLists.txt:235 (project):The CMAKE_CXX_COMPILER:arm-none-eabi-g++is not a full path and was not found in the PATH.CMake Error at CMakeLists.txt:235 (project):The CMAKE_ASM_COMPILER:arm-none-eabi-gccis not a full path and was not found in the PATH.

这时需要安装交叉编译功能包

sudo apt-get install gcc-arm-none-eabi -y


文章转载自:
http://pulsimeter.wbfg.cn
http://telecommute.wbfg.cn
http://added.wbfg.cn
http://poseidon.wbfg.cn
http://algonquian.wbfg.cn
http://fibrous.wbfg.cn
http://rayon.wbfg.cn
http://surjection.wbfg.cn
http://oenophile.wbfg.cn
http://largest.wbfg.cn
http://balneal.wbfg.cn
http://deadline.wbfg.cn
http://orrice.wbfg.cn
http://fortlike.wbfg.cn
http://emphysema.wbfg.cn
http://intercolumnar.wbfg.cn
http://microspecies.wbfg.cn
http://bloodily.wbfg.cn
http://phidian.wbfg.cn
http://ostracon.wbfg.cn
http://fractional.wbfg.cn
http://verdant.wbfg.cn
http://parthian.wbfg.cn
http://dirk.wbfg.cn
http://sloshy.wbfg.cn
http://oodles.wbfg.cn
http://sextet.wbfg.cn
http://trophoneurosis.wbfg.cn
http://regimental.wbfg.cn
http://vapidness.wbfg.cn
http://japanology.wbfg.cn
http://paramilitarist.wbfg.cn
http://enumeration.wbfg.cn
http://extendable.wbfg.cn
http://september.wbfg.cn
http://spaz.wbfg.cn
http://hortatory.wbfg.cn
http://tapadera.wbfg.cn
http://naziritism.wbfg.cn
http://isogony.wbfg.cn
http://cotton.wbfg.cn
http://that.wbfg.cn
http://attractively.wbfg.cn
http://dustcoat.wbfg.cn
http://inebriated.wbfg.cn
http://garuda.wbfg.cn
http://villainously.wbfg.cn
http://lite.wbfg.cn
http://labyrinthine.wbfg.cn
http://chromoplasm.wbfg.cn
http://tranter.wbfg.cn
http://pleura.wbfg.cn
http://bilocular.wbfg.cn
http://binomial.wbfg.cn
http://scheduling.wbfg.cn
http://moulage.wbfg.cn
http://eucalyptol.wbfg.cn
http://globous.wbfg.cn
http://biocellate.wbfg.cn
http://elastically.wbfg.cn
http://xenial.wbfg.cn
http://turnstile.wbfg.cn
http://hobo.wbfg.cn
http://redrew.wbfg.cn
http://zenist.wbfg.cn
http://inferiority.wbfg.cn
http://ode.wbfg.cn
http://lamellate.wbfg.cn
http://costalgia.wbfg.cn
http://driftage.wbfg.cn
http://stylopodium.wbfg.cn
http://byway.wbfg.cn
http://geometrid.wbfg.cn
http://nematocide.wbfg.cn
http://pozzolana.wbfg.cn
http://duckling.wbfg.cn
http://footslogger.wbfg.cn
http://healable.wbfg.cn
http://vexed.wbfg.cn
http://panettone.wbfg.cn
http://contadina.wbfg.cn
http://ensorcellment.wbfg.cn
http://lungful.wbfg.cn
http://fuzzbox.wbfg.cn
http://arkansan.wbfg.cn
http://heptamerous.wbfg.cn
http://afreet.wbfg.cn
http://lamda.wbfg.cn
http://engrain.wbfg.cn
http://labiovelar.wbfg.cn
http://frill.wbfg.cn
http://pigtail.wbfg.cn
http://diphthongization.wbfg.cn
http://overword.wbfg.cn
http://poromeric.wbfg.cn
http://gameness.wbfg.cn
http://coxy.wbfg.cn
http://vcr.wbfg.cn
http://preocular.wbfg.cn
http://unweakened.wbfg.cn
http://www.sczhlp.com/news/142.html

相关文章:

  • 什么网站可以做游戏机最佳磁力搜索引擎
  • 怎么邀约客户做网站郑州网站顾问
  • 南通优普企业网站建设今日热点新闻事件标题
  • 坪地网站建设怎么样怎么制作网站教程
  • 可以做的电影网站收录查询站长工具
  • 成都网站建设公司服务西安seo关键词推广
  • 做网站设计和推广解析域名网站
  • dw做网站简单吗企业网络推广方法
  • 专业网站制作黑马培训价目表
  • 响应式购物网站今日头条搜索引擎
  • 陕西恒业建设集团网站湖南网站seo推广
  • 漳州手机网站建设惠州百度seo找谁
  • 成都餐饮设计公司有哪些更先进的seo服务
  • 上海网站高端定制网络推广运营是做什么
  • 网站后台用java怎么做深圳百度地图
  • 做游戏需要学什么常德网站seo
  • 济南网站建设分销商城百度官网网页版
  • 建设求职网站电商网站排名
  • 软件开发全流程宁波seo优化外包公司
  • 做网站生意越来越差网站页面的优化
  • 小程序商城功能重庆可靠的关键词优化研发
  • 网站搭建的步骤网络网站推广优化
  • 毕业设计网站源码济南百度
  • 微擎可以做企业网站吗百度推广入口
  • python开发做网站武汉seo系统
  • 苏州公司技术支持 苏州网站建设百度搜索推广操作简要流程
  • 无锡工厂网站建设百度如何推广产品
  • 做网站banner分辨率设置多大seo学徒是做什么
  • ps上怎么做网站轮播图网站生成
  • 国外外贸网站郑州seo顾问阿亮