Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated tools
  • Loading branch information
PeterJBurke authored Mar 25, 2024
1 parent 96ef101 commit c992471
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,17 @@ Follow builing.md instructions
1. git clone --recursive [https://github.com/uci-overRID/ardupilot](https://github.com/uci-overRID/ardupilot)
2. cd ~/ardupilot
3. git submodule update --init --recursive
4. git checkout v2.2.1
4. Install toolchains needed:
Tools/environment_install/install-prereqs-ubuntu.sh -y
. ~/.profile
sudo apt-get install python3-wxgtk4.0 -y --no-install-recommends
sudo apt install python-is-python3
5. git checkout v2.2.1
(Note: V2.2 was functional on an armed drone on 3/13/2024. The OSD update lagged but the avoidance detection worked when antoher RID drone simulated came close, with geodesic altitude check.)
Note if you want to use a specific branch, use instead the command git checkout my_branch
Note: Have to run checkout AFTER submodule command or you will get the official ardupilot submodules, which is not what you want...
7. ./waf configure --board sitl
8. ./waf copter
6. ./waf configure --board sitl
7. ./waf copter


### How to use (sitl)
Expand Down

0 comments on commit c992471

Please sign in to comment.