Pass flight plan arguments using argparse instead of using square brackets
MJafarMashhadi opened this issue · 1 comments
MJafarMashhadi commented
Pass flight plan arguments using argparse instead of using square brackets
MJafarMashhadi commented
old:
python pprz_tester/run_test.py Microjet 'l*[i=0,land=1,name=papar]'
new:
python pprz_tester/run_test.py Microjet 'l*' -Di=0 -Dland -Dname=papar