-
Notifications
You must be signed in to change notification settings - Fork 0
/
01_main_ax_high.bash
51 lines (30 loc) · 1.05 KB
/
01_main_ax_high.bash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
date
echo "Usage: source <expid> <runid> <location> <duration> "
# =========================== Starting ROS crawler bag ========================
#source /opt/ros/humble/setup.bash
#. ~/ros2_ws/install/setup.bash
#ros2 bag play ~/bagfiles/crawler --loop
# =============================================================================
# echo "testing AX 160 MHz @ 6 GHz"
#nmcli dev wifi con "INSA_ASUS_6G" password "insagora2022"
#wait
echo "start"
source run.bash $1"_ax_160mhz_6ghz" $2 $3 $4
echo "end"
# =============================================================================
# echo "testing AX 80 MHz @ 5 GHz"
# nmcli dev wifi con "INSA_ASUS_5G" password "insagora2022"
# wait
# echo "start"
# source run.bash $1"_ax_80mhz_5ghz" $2 $3 $4
# echo "end"
# wait
# =============================================================================
# echo "testing AX 40 MHz @ 24 GHz"
# nmcli dev wifi con "INSA_ASUS" password "insagora2022"
# wait
# echo "start"
# source run.bash $1"_ax_40mhz_24ghz" $2 $3 $4
# echo "end"
# wait
# echo "test finished"