Skip to content

Commit 8b666d8

Browse files
committed
drag: add python deps
1 parent 70f5748 commit 8b666d8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

drag_fusion_tuning/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ Repeat the same maneuver in all directions and several times to obtain a good da
1313

1414
/!\ NOTE: the current state of this script assumes no wind. Some modifications are required to estimate both the wind and the parameters at the same time.
1515

16-
Then, run the script and give it the log file as an argument:
16+
Then, install the required python packages:
17+
```
18+
pip install -r requirements.txt
19+
```
20+
and run the script and give it the log file as an argument:
1721
```
1822
python drag_replay.py <logfilename.ulg>
1923
```
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
matplotlib==3.5.1
2+
numpy==1.22.2
3+
pyulog==0.9.0
4+
quaternion==3.5.2.post4
5+
scipy==1.8.0
6+
sympy==1.10.1

0 commit comments

Comments
 (0)