mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Bumped max SITL args to 10
This commit is contained in:
parent
176fb3b185
commit
e7d2295565
@ -147,10 +147,10 @@ static void process_line(string &line, bool exit_on_fail)
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
vector<string> appargs(8);
|
||||
vector<string> appargs(10);
|
||||
|
||||
stringstream(line) >> appargs[0] >> appargs[1] >> appargs[2] >> appargs[3] >> appargs[4] >> appargs[5] >> appargs[6] >>
|
||||
appargs[7];
|
||||
appargs[7] >> appargs[8] >> appargs[9];
|
||||
run_cmd(appargs, exit_on_fail);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user