This repository was archived by the owner on Jan 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,10 @@ git submodule update --init --recursive
124
124
~~~
125
125
126
126
### Install mavproxy
127
+
128
+ You will need mavproxy installed from pip on your system.
127
129
~~~
128
- sudo pip install --target=/opt/sasc/lib/python/site-packages/ mavproxy --install-option="--install-scripts=/opt/sasc/bin"
130
+ sudo pip install mavproxy
129
131
~~~
130
132
131
133
# Run Simulation from binary installation
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ git clone https://github.com/tfoote/ardupilot.git -b uctf-dev
39
39
echo " Building Ardupilot..."
40
40
cd ardupilot
41
41
export PATH=${PATH} :${WS} /ardupilot/Tools/autotest
42
- ./Tools/scripts/install-prereqs-ubuntu.sh
42
+ # ./Tools/scripts/install-prereqs-ubuntu.sh
43
43
git submodule update --init --recursive
44
44
./waf configure --prefix=${INSTALL}
45
45
./waf
46
46
./waf install
47
47
48
48
49
49
echo " Installing mavproxy"
50
- pip install mavproxy --target=${INSTALL} /lib/python/site-packages/ --install-option=" --install-scripts=/opt/sasc/bin"
50
+ pip install mavproxy --system -- target=${INSTALL} /lib/python/site-packages/ --install-option=" --install-scripts=/opt/sasc/bin"
51
51
52
52
53
53
echo " generating control file"
You can’t perform that action at this time.
0 commit comments