Skip to content

Commit

Permalink
fix(px4): fix px4 set up script (#13827)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Jan 12, 2024
1 parent d248556 commit 35fa07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The diagram illustrates the repository's architecture, which is considered overl

(The diagram here may take a moment to load. Please wait patiently.)

![Architecture](https://github.com/hongbo-miao/hongbomiao.com/assets/3375461/4b153351-4f1b-43c0-a667-8292992de1f7)
![Architecture](https://github.com/hongbo-miao/hongbomiao.com/assets/3375461/40219ac7-2398-4957-87cd-e84dfb0b186b)

# 📦 Setup

Expand Down
1 change: 1 addition & 0 deletions drone/px4/bin/set_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

# https://docs.px4.io/main/en/dev_setup/dev_env_linux_ubuntu.html
git clone https://github.com/PX4/PX4-Autopilot.git --recursive
cd PX4-Autopilot
make px4_sitl jmavsim

# Commands
Expand Down

0 comments on commit 35fa07b

Please sign in to comment.