Skip to content

Commit

Permalink
Merge pull request #444 from yamati-kz/develop
Browse files Browse the repository at this point in the history
Update ubuntu22.04_install&operation_PX4編.md add python3-pip
  • Loading branch information
buildko89 authored Dec 25, 2024
2 parents 2112c64 + e6c8249 commit f0990da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/manual/ubuntu22.04_install&operation_PX4編.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
- [1.3.5. 箱庭ドローン Unityアプリのセットアップ](#135-箱庭ドローン-unityアプリのセットアップ)
- [1.3.6. フライトコントローラ PX4のビルド](#136-フライトコントローラ-px4のビルド)
- [1.3.6.1. 機体情報の書き換え](#1361-機体情報の書き換え)
- [1.3.7. PX4のビルド](#137-px4のビルド)
- [1.3.8. QGC(QGroundContorl)ソフトウェアのインストール](#138-qgcqgroundcontorlソフトウェアのインストール)
- [1.3.6.2. PX4のビルド](#1362-px4のビルド)
- [1.3.7. QGC(QGroundContorl)ソフトウェアのインストール](#137-qgcqgroundcontorlソフトウェアのインストール)
- [1.4. 箱庭ドローンシミュレータの動作確認](#14-箱庭ドローンシミュレータの動作確認)
- [1.4.1. PX4の起動](#141-px4の起動)
- [1.4.2. 箱庭コア機能の起動](#142-箱庭コア機能の起動)
Expand Down Expand Up @@ -121,7 +121,7 @@ $ sudo apt upgrade

``` bash
$ sudo apt install gcc g++ make cmake
$ sudo apt install git jq libgtest-dev net-tools python3-dev
$ sudo apt install git jq libgtest-dev net-tools python3-dev python3-pip
```

### 1.2.3. gitの設定
Expand Down Expand Up @@ -260,7 +260,7 @@ $ cp hakoniwa-apps/10016_none_iris PX4-Autopilot/ROMFS/px4fmu_common/init.d-posi
$ cp hakoniwa-apps/rcS PX4-Autopilot/ROMFS/px4fmu_common/init.d-posix/rcS
```

### 1.3.7. PX4のビルド
#### 1.3.6.2 PX4のビルド

以下の手順でビルドを実行します。

Expand All @@ -270,7 +270,7 @@ $ bash Tools/setup/ubuntu.sh --no-nuttx --no-sim-tools
$ make px4_sitl_default
```

### 1.3.8. QGC(QGroundContorl)ソフトウェアのインストール
### 1.3.7. QGC(QGroundContorl)ソフトウェアのインストール

QGC(QGroundControl)は、地上からドローンを操作するための運行管理用のソフトウェアになります。箱庭ドローンシミュレータでは、PX4とQGCを連携させて、QGCから箱庭上のドローンを操作することをできるようにします。

Expand Down

0 comments on commit f0990da

Please sign in to comment.