Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 846bee5

Browse files
committed
Adding installation of mavproxy to the target environment.
Fixes #42
1 parent c312e02 commit 846bee5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/ardupilot/readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,12 @@ git submodule update --init --recursive
123123
./waf install
124124
~~~
125125

126-
# Run Simulation from source
126+
### Install mavproxy
127+
~~~
128+
sudo pip install --target=/opt/sasc/lib/python/site-packages/ mavproxy --install-option="--install-scripts=/opt/sasc/bin"
129+
~~~
130+
131+
# Run Simulation from binary installation
127132

128133

129134
## Terminal setup

packaging/build_package.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ git submodule update --init --recursive
4646
./waf install
4747

4848

49+
echo "Installing mavproxy"
50+
pip install mavproxy --target=${INSTALL}/lib/python/site-packages/ --install-option="--install-scripts=/opt/sasc/bin"
51+
4952

5053
echo "generating control file"
5154

0 commit comments

Comments
 (0)