You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drag_fusion_tuning/readme.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@ Repeat the same maneuver in all directions and several times to obtain a good da
13
13
14
14
/!\ 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.
15
15
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:
0 commit comments